<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Rainbow_TKit_-_ONTRAM_XINI</id>
	<title>Rainbow TKit - ONTRAM XINI - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Rainbow_TKit_-_ONTRAM_XINI"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Rainbow_TKit_-_ONTRAM_XINI&amp;action=history"/>
	<updated>2026-04-17T22:30:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=Rainbow_TKit_-_ONTRAM_XINI&amp;diff=283&amp;oldid=prev</id>
		<title>Ysavourel: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Rainbow_TKit_-_ONTRAM_XINI&amp;diff=283&amp;oldid=prev"/>
		<updated>2016-06-04T23:19:57Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 19:19, 4 June 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
	<entry>
		<id>http://okapiframework.org/wiki/index.php?title=Rainbow_TKit_-_ONTRAM_XINI&amp;diff=282&amp;oldid=prev</id>
		<title>Ysavourel at 17:48, 17 February 2014</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Rainbow_TKit_-_ONTRAM_XINI&amp;diff=282&amp;oldid=prev"/>
		<updated>2014-02-17T17:48:29Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Rainbow TKits Header}}&lt;br /&gt;
__TOC__&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
The ''ONTRAM XINI'' package is one of the types of translation packages you can create with the [[Rainbow Translation Kit Creation Step]]. Such package can be post-processed using the [[Rainbow Translation Kit Merging Step]].&lt;br /&gt;
&lt;br /&gt;
In this package the input documents are extracted into one corresponding XINI file, which can be uploaded and translated with ONTRAM.&lt;br /&gt;
&lt;br /&gt;
==Options==&lt;br /&gt;
&lt;br /&gt;
This package has no options.&lt;br /&gt;
&lt;br /&gt;
==Details==&lt;br /&gt;
&lt;br /&gt;
===Sub-Directories===&lt;br /&gt;
&lt;br /&gt;
As all input documents are extracted into one XINI document, no sub-directories will be created.&lt;br /&gt;
&lt;br /&gt;
===Inline Codes===&lt;br /&gt;
&lt;br /&gt;
All inline codes are usually stored as &amp;lt;code&amp;gt;&amp;lt;ph&amp;gt;&amp;lt;/code&amp;gt;. Alternatively &amp;lt;code&amp;gt;&amp;lt;sph&amp;gt;/&amp;lt;eph&amp;gt;&amp;lt;/code&amp;gt; is used when the opening and the closing code are not inside the same segment.&lt;br /&gt;
&lt;br /&gt;
===Segmentation===&lt;br /&gt;
&lt;br /&gt;
Segments are represented by &amp;lt;code&amp;gt;&amp;lt;seg&amp;gt;&amp;lt;/code&amp;gt; elements.&lt;br /&gt;
Empty segments will be striped out and their position within the parent element is saved in an attribute. &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt; standing for an empty segment and &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; standing for a non-empty segment. This could be an example for 3 segments, with the second segment being empty: &amp;lt;code&amp;gt;&amp;lt;Field EmptySegmentsFlags=&amp;quot;010&amp;quot; ...&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Pre-Translation===&lt;br /&gt;
&lt;br /&gt;
Pre-Translation is not possible at this time.&lt;br /&gt;
&lt;br /&gt;
==Package Layout==&lt;br /&gt;
&lt;br /&gt;
Assuming that your package name is &amp;lt;code&amp;gt;pack1&amp;lt;/code&amp;gt;, your input root ends with &amp;lt;code&amp;gt;main&amp;lt;/code&amp;gt;, you have selected to use the same filenames as the input files for the output files, and you have the following source files:&lt;br /&gt;
&lt;br /&gt;
 --- main&lt;br /&gt;
     |&lt;br /&gt;
     +--- index.html&lt;br /&gt;
     +--- myFile.idml&lt;br /&gt;
     +--- subDir&lt;br /&gt;
          |&lt;br /&gt;
          +--- index.html &lt;br /&gt;
&lt;br /&gt;
The layout of this package after creation will be:&lt;br /&gt;
&lt;br /&gt;
 --- pack1&lt;br /&gt;
     |&lt;br /&gt;
     +--- manifest.rkm&lt;br /&gt;
     +--- original&lt;br /&gt;
     |    |&lt;br /&gt;
     |    +--- index.html&lt;br /&gt;
     |    +--- myFile.idml&lt;br /&gt;
     |    +--- subDir&lt;br /&gt;
     |         |&lt;br /&gt;
     |         +--- index.html&lt;br /&gt;
     |&lt;br /&gt;
     +--- xini&lt;br /&gt;
          |&lt;br /&gt;
          +--- contents.xini&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;original&amp;lt;/code&amp;gt; contains a copy of the original source documents. You needs those files for post-processing.&lt;br /&gt;
* &amp;lt;code&amp;gt;xini&amp;lt;/code&amp;gt; contains one XINI document that is to be translated. The translation is expected to be saved into this file.&lt;br /&gt;
&lt;br /&gt;
After post-processing it will be:&lt;br /&gt;
&lt;br /&gt;
 --- pack1&lt;br /&gt;
     |&lt;br /&gt;
     +--- translated&lt;br /&gt;
     |    |&lt;br /&gt;
     |    +--- index.html&lt;br /&gt;
     |    +--- myFile.idml&lt;br /&gt;
     |    +--- subDir&lt;br /&gt;
     |         |&lt;br /&gt;
     |         +--- index.html&lt;br /&gt;
     |&lt;br /&gt;
     +... (same as after creation)&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;translated&amp;lt;/code&amp;gt; contains the merged translated documents. This directory is created during post-processing.&lt;br /&gt;
&lt;br /&gt;
==Limitations==&lt;br /&gt;
&lt;br /&gt;
* None known&lt;br /&gt;
&lt;br /&gt;
[[Category:Translation Formats]] [[Category:Rainbow TKits]]&lt;/div&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
</feed>