<?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=Olifant</id>
	<title>Olifant - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://okapiframework.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Olifant"/>
	<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Olifant&amp;action=history"/>
	<updated>2026-04-21T18:38:04Z</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=Olifant&amp;diff=209&amp;oldid=prev</id>
		<title>Ysavourel: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Olifant&amp;diff=209&amp;oldid=prev"/>
		<updated>2016-06-04T23:19:55Z</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=Olifant&amp;diff=208&amp;oldid=prev</id>
		<title>Ysavourel: /* Overview */</title>
		<link rel="alternate" type="text/html" href="http://okapiframework.org/wiki/index.php?title=Olifant&amp;diff=208&amp;oldid=prev"/>
		<updated>2011-12-17T13:40:18Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Overview&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| cellpadding=&amp;quot;8&amp;quot;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Image:OlifantIcon.png]]&lt;br /&gt;
|&lt;br /&gt;
Help Topics:&lt;br /&gt;
|&lt;br /&gt;
* [[Olifant - Main Window|Main Window]]&lt;br /&gt;
* [[Olifant - Main Menu|Main Menu]]&lt;br /&gt;
* [[Olifant - Usage|Usage]]&lt;br /&gt;
* [[Olifant - Repositories|Repositories]]&lt;br /&gt;
|&lt;br /&gt;
{{WarningBox|This is documentation is under construction}}&lt;br /&gt;
{{NoteBox|Olifant for the Java-based Okapi framework is currently under development.&amp;lt;br/&amp;gt;If you are using Windows, you can still use [http://okapi.sourceforge.net/downloads.html the older version of Olifant for .NET]}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
&lt;br /&gt;
Olifant is a cross-platform application that allows you manage multilingual [[TMX]] documents.&lt;br /&gt;
&lt;br /&gt;
Olifant imports and exports the TMX documents into translation memories (TMs). Those TMs are stored in a TM repository. A repository is a collection of independent TMs stored in a single database.&lt;br /&gt;
&lt;br /&gt;
Each TM can have millions of entries, in multiple languages, and you can have hundreds of TMs in a repository. The exact limitations depend on the type of repository used as well as the machine from where the repository is running.&lt;br /&gt;
&lt;br /&gt;
=== Repositories ===&lt;br /&gt;
&lt;br /&gt;
Olifant works with several types of repository: they can be on your file system or remote or even in memory, and they are implemented using different database engines.&lt;br /&gt;
&lt;br /&gt;
To know more about what repository to use, see the [[Olifant - Repositories|Repositories]] page.&lt;br /&gt;
&lt;br /&gt;
=== Data Model ===&lt;br /&gt;
&lt;br /&gt;
Like in most other Okapi applications there are two level of data in Olifant:&lt;br /&gt;
&lt;br /&gt;
* A text unit is a group of one or more segments&lt;br /&gt;
* A segment is a text that generally corresponds to some linguistic unit like a sentence.&lt;br /&gt;
&lt;br /&gt;
Olifant presents you with tables where each row (or entry, or record) corresponds to a segment, even when some of the fields are text unit fields.&lt;br /&gt;
&lt;br /&gt;
For example, the following TMX entries:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tu tuid='entry1'&amp;gt;&lt;br /&gt;
  &amp;lt;tuv xml;lang='en'&amp;gt;&amp;lt;seg&amp;gt;Some text&amp;lt;/seg&amp;gt;&amp;lt;/tuv&amp;gt;&lt;br /&gt;
  &amp;lt;tuv xml:lang='fr'&amp;gt;&amp;lt;seg&amp;gt;Du texte&amp;lt;/seg&amp;gt;&amp;lt;/tuv&amp;gt;&lt;br /&gt;
 &amp;lt;/tu&amp;gt;&lt;br /&gt;
 &amp;lt;tu tuid='entry2'&amp;gt;&lt;br /&gt;
  &amp;lt;tuv xml;lang='en'&amp;gt;&amp;lt;seg&amp;gt;More text&amp;lt;/seg&amp;gt;&amp;lt;/tuv&amp;gt;&lt;br /&gt;
  &amp;lt;tuv xml:lang='fr'&amp;gt;&amp;lt;seg&amp;gt;Plus de texte&amp;lt;/seg&amp;gt;&amp;lt;/tuv&amp;gt;&lt;br /&gt;
 &amp;lt;/tu&amp;gt;&lt;br /&gt;
&lt;br /&gt;
correspond to the following Olifant TM table:&lt;br /&gt;
&lt;br /&gt;
 '''Flag/SegKey  Text~EN     Text~FR         tuid'''&amp;lt;br/&amp;gt;&lt;br /&gt;
 &amp;amp;#x25a1; 1          Some text   Du texte        entry1&lt;br /&gt;
 &amp;amp;#x25a1; 2          More text   Plus de texte   entry2&lt;br /&gt;
&lt;br /&gt;
[[Category:Olifant]] [[Category:TMX]]&lt;/div&gt;</summary>
		<author><name>Ysavourel</name></author>
	</entry>
</feed>