<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Felix Blog &#187; tools</title>
	<atom:link href="http://felix-cat.com/blog/category/felix/tools-felix/feed/" rel="self" type="application/rss+xml" />
	<link>http://felix-cat.com/blog</link>
	<description>Blog for the Felix CAT tool</description>
	<lastBuildDate>Tue, 15 May 2012 04:44:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Version 1.0 of Jamming2Felix released</title>
		<link>http://felix-cat.com/blog/2012/03/04/version-1-0-of-jamming2felix-released/</link>
		<comments>http://felix-cat.com/blog/2012/03/04/version-1-0-of-jamming2felix-released/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 16:21:00 +0000</pubDate>
		<dc:creator>Ryan Ginstrom</dc:creator>
				<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://felix-cat.com/blog/?p=390</guid>
		<description><![CDATA[I&#8217;ve just released version 1.0 of Jamming2Felix. Download the latest version here. This version fixes some bugs when converting Jamming files. About Jamming2Felix Jamming2Felix is a free utility for converting Jamming glossaries into Felix format. Jamming is a popular glossary program in Japan.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released version 1.0 of Jamming2Felix.</p>
<p><a href="/tools/jamming2felix/" title="Download the latest version of Jamming2Felix">Download the latest version here.</a></p>
<p>This version fixes some bugs when converting Jamming files.</p>
<p><strong>About Jamming2Felix</strong></p>
<p>Jamming2Felix is a free utility for converting <a href="http://dicwizard.jp/jamming.html">Jamming</a> glossaries into Felix format. Jamming is a popular glossary program in Japan.</p>
]]></content:encoded>
			<wfw:commentRss>http://felix-cat.com/blog/2012/03/04/version-1-0-of-jamming2felix-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A macro to export an MS Word table as a Felix TM</title>
		<link>http://felix-cat.com/blog/2011/03/13/a-macro-to-export-an-ms-word-table-as-a-felix-tm/</link>
		<comments>http://felix-cat.com/blog/2011/03/13/a-macro-to-export-an-ms-word-table-as-a-felix-tm/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 12:46:29 +0000</pubDate>
		<dc:creator>Ryan Ginstrom</dc:creator>
				<category><![CDATA[Felix]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://felix-cat.com/blog/?p=338</guid>
		<description><![CDATA[I&#8217;ve written a Word macro that will export a table as a Felix TM. The table should be in the following format: Source 1 Translation 1 Source 2 Translation 2 &#8230; &#8230; To Install Download the RegisterTableTM.zip macro file. (Right click and choose &#8220;Save As&#8230;&#8221;) Unzip &#8220;RegisterTableTM.zip&#8221; Launch Microsoft Word Press Alt + F11 to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a <a href="/downloads/vb/RegisterTableTM.zip">Word macro</a> that will export a table as a Felix TM.</p>
<p>The table should be in the following format:</p>
<table>
<tr>
<td>Source 1</td>
<td>Translation 1</td>
</tr>
<tr>
<td>Source 2</td>
<td>Translation 2</td>
</tr>
<tr>
<td>&#8230;</td>
<td>&#8230;</td>
</tr>
</table>
<h3>To Install </h3>
<p><OL></p>
<li>
	Download the <A href="/downloads/vb/RegisterTableTM.zip" >RegisterTableTM.zip</A><br />
	macro file. (Right click and choose &#8220;Save As&#8230;&#8221;)</li>
<li>Unzip &#8220;RegisterTableTM.zip&#8221;</li>
<li>Launch Microsoft Word</li>
<li>Press Alt + F11 to topen the Microsoft Word Visual Basic window.</li>
<li>From the <STRONG>File</STRONG> menu, select <STRONG>Import File&#8230;</STRONG><br />
<a href="http://felix-cat.com/blog/wp-content/uploads/2011/03/import_macro_menu.jpg"><img src="http://felix-cat.com/blog/wp-content/uploads/2011/03/import_macro_menu.jpg" alt="" title="import_macro_menu" width="339" height="195" class="alignleft size-full wp-image-342" /></a></p>
</li>
<p>    <LI>Import the &#8220;RegisterTableTM.bas&#8221; file.<br />
	Close the Visual Basic window.</LI><br />
	</OL></p>
<h3>To Use</h3>
<p>    Press Alt + F8 to get the macro window, and specify <code>RegisterTableTM.RegisterTableTM</code>.</p>
<p>    Next, click <STRONG>Run</STRONG>.</p>
<p>    The first table in the document will be exported as a Felix TM.</p>
<p>    If you will be using a macro more frequently, then you can assign it a keyboard shortcut. To do so,</p>
<p>        <OL></p>
<p>          <LI>Select <STRONG>Tools &gt;&gt; Customize</STRONG></LI></p>
<p>          <LI>Click <STRONG>Keyboard</STRONG></LI></p>
<p>          <LI>Set the &#8220;Categories&#8221; to Macros, and &#8220;Commands&#8221; to the macro you wish to assign</LI></p>
<p>          <LI>Select &#8220;Press new shortcut key,&#8221; and press your keyboard shortcut.</LI></p>
<p>          <LI></p>
<div>Click <STRONG>Assign</STRONG>.</p></div>
<p></LI></OL></p>
]]></content:encoded>
			<wfw:commentRss>http://felix-cat.com/blog/2011/03/13/a-macro-to-export-an-ms-word-table-as-a-felix-tm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 0.3 of XLIFF Translator released</title>
		<link>http://felix-cat.com/blog/2010/12/27/version-0-3-of-xliff-translator-released/</link>
		<comments>http://felix-cat.com/blog/2010/12/27/version-0-3-of-xliff-translator-released/#comments</comments>
		<pubDate>Mon, 27 Dec 2010 05:08:53 +0000</pubDate>
		<dc:creator>Ryan Ginstrom</dc:creator>
				<category><![CDATA[Felix]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://felix-cat.com/blog/?p=309</guid>
		<description><![CDATA[I&#8217;ve just released version 0.3 of XLIFF Translator. Get the latest version here. Here are the main improvements: &#8220;Review Mode&#8221; interface with side-by-side source and translation, and &#8220;note&#8221; field (see relevant manual entry) &#8220;Auto Translate&#8221; and &#8220;Auto Translate to Fuzzy&#8221; functions implemented Easier navigation through segments (see relevant manual entry) Click here for the online [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released version 0.3 of XLIFF Translator.</p>
<p><a href="/tools/xliff-translator/">Get the latest version here</a>.</p>
<p>Here are the main improvements:</p>
<ul>
<li>&#8220;Review Mode&#8221; interface with side-by-side source and translation, and &#8220;note&#8221; field (<a href="/media/manuals/xliff-translator/review-mode.html">see relevant manual entry</a>)</li>
<li>&#8220;Auto Translate&#8221; and &#8220;Auto Translate to Fuzzy&#8221; functions implemented</li>
<li>Easier navigation through segments (<a href="/media/manuals/xliff-translator/translation-mode.html">see relevant manual entry</a>)</li>
</ul>
<p><a href="/media/manuals/xliff-translator/">Click here for the online documentation</a>.</p>
<h3>About XLIFF Translator</h3>
<p>XLIFF Translator is a free tool for generating and translating XLIFF files. It&#8217;s made to work with the <a href="/">Felix</a> translation memory system, but can also be used as an XLIFF editor/creator.</p>
<div id="attachment_314" class="wp-caption aligncenter" style="width: 310px"><a href="http://felix-cat.com/blog/wp-content/uploads/2010/12/xliff-trans-proj.png"><img style="border:none;" src="http://felix-cat.com/blog/wp-content/uploads/2010/12/xliff-trans-proj-300x225.png" alt="XLIFF Translator screen shot" title="xliff-trans-proj" width="300" height="225" class="size-medium wp-image-314" /></a><p class="wp-caption-text">XLIFF Translator</p></div>
]]></content:encoded>
			<wfw:commentRss>http://felix-cat.com/blog/2010/12/27/version-0-3-of-xliff-translator-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Analyze Assist with MS Office 2007/2008 format</title>
		<link>http://felix-cat.com/blog/2010/12/02/using-analyze-assist-with-ms-office-20072008-format/</link>
		<comments>http://felix-cat.com/blog/2010/12/02/using-analyze-assist-with-ms-office-20072008-format/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 07:59:43 +0000</pubDate>
		<dc:creator>Ryan Ginstrom</dc:creator>
				<category><![CDATA[Felix]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://felix-cat.com/blog/?p=270</guid>
		<description><![CDATA[The current version of Analyze Assist can&#8217;t recognize the new &#8220;.docx&#8221;/&#8221;.pptx&#8221;/&#8221;xlsx&#8221; file extensions in MS Office 2007/2010 by default. I will be adding these definitions in the next release of Analyze Assist, but in the meantime, you can configure Analyze Assist to recognize these file formats. Analyze Assist uses something called &#8220;segmenters,&#8221; and you can [...]]]></description>
			<content:encoded><![CDATA[<p>The current version of <a href="http://ginstrom.com/AnalyzeAssist/">Analyze Assist</a> can&#8217;t recognize the new &#8220;.docx&#8221;/&#8221;.pptx&#8221;/&#8221;xlsx&#8221; file extensions in MS Office 2007/2010 by default. I will be adding these definitions in the next release of Analyze Assist, but in the meantime, you can configure Analyze Assist to recognize these file formats.</p>
<p>Analyze Assist uses something called &#8220;segmenters,&#8221; and you can add the &#8220;-x&#8221; extensions to the various segmenters to make Analyze Assist recognize them.</p>
<p>To do this, from the <strong>Tools</strong> menu, select <strong>Options</strong>. The following dialog appears.</p>
<p><img src="http://felix-cat.com/blog/wp-content/uploads/2010/12/analyze_assist_options.png" alt="Screen shot of the Options dialog in Analyze Assist" title="Analyze Assist Options Dialog" /></p>
<p>As shown in the screenshot above, add &#8220;;*.docx&#8221;, &#8220;;*.pptx&#8221;, and &#8220;;*.xlsx&#8221; to the respective fields, and click <strong>OK</strong>.</p>
<p>Analyze Assist will now recognize the &#8220;-x&#8221; formats.</p>
]]></content:encoded>
			<wfw:commentRss>http://felix-cat.com/blog/2010/12/02/using-analyze-assist-with-ms-office-20072008-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Word macros for use with Felix</title>
		<link>http://felix-cat.com/blog/2010/10/03/some-word-macros-for-use-with-felix/</link>
		<comments>http://felix-cat.com/blog/2010/10/03/some-word-macros-for-use-with-felix/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 10:24:58 +0000</pubDate>
		<dc:creator>Ryan Ginstrom</dc:creator>
				<category><![CDATA[Felix]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://felix-cat.com/blog/?p=242</guid>
		<description><![CDATA[There are two main ways to extend Felix: through scripting and customizing its templates. I&#8217;m planning to set up a dedicated section of the website with useful scripts and macros for automating Felix. In the meantime, there are two that I recently wrote for Felix users. HighlightGlossMatches This Word macro will go through the current [...]]]></description>
			<content:encoded><![CDATA[<p>There are two main ways to extend Felix: through <a href="http://felix-cat.com/media/manuals/felix/appendix_a.html">scripting</a> and <a href="http://felix-cat.com/media/manuals/felix/template-engine.html">customizing its templates</a>.</p>
<p>I&#8217;m planning to set up a dedicated section of the website with useful scripts and macros for automating Felix. In the meantime, there are two that I recently wrote for Felix users.</p>
<h3>HighlightGlossMatches</h3>
<p>This Word macro will go through the current document, and highlight all terms for which there is a match in the currently loaded Felix glossaries.</p>
<p><a href="/media/scripts/HighlightGlossMatches.zip">Download HighlightGlossMatches</a></p>
<h3>ReplaceGlossMatches</h3>
<p>This Word macro will replace all the glossary matches in the current selection with their translations. It sorts the matches so that longer terms are replaced first.</p>
<p><a href="/media/scripts/ReplaceGlossMatches.zip">Download ReplaceGlossMatches</a></p>
<p>To install one of the macros, first unzip it, and then from Word, press Alt + F11 to bring up the Visual Basic window. From Word 2007/2010, you could also go the the <strong>View </strong>ribbon, click <strong>Macros</strong>, and then click <strong>Create</strong>.</p>
<p>In the Visual Basic window, right click on <strong>Normal </strong>in the upper left window, select <strong>Import</strong>, and then import the unzipped macro module.</p>
<p>Incidentally, I&#8217;m also currently working on a tool that will make customizing the Felix templates easier. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://felix-cat.com/blog/2010/10/03/some-word-macros-for-use-with-felix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beta version of XLIFF Translator released</title>
		<link>http://felix-cat.com/blog/2010/02/23/beta-version-of-xliff-translator-released/</link>
		<comments>http://felix-cat.com/blog/2010/02/23/beta-version-of-xliff-translator-released/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 10:42:56 +0000</pubDate>
		<dc:creator>Ryan Ginstrom</dc:creator>
				<category><![CDATA[Felix]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[translator]]></category>
		<category><![CDATA[xliff]]></category>

		<guid isPermaLink="false">http://felix-cat.com/blog/?p=180</guid>
		<description><![CDATA[I&#8217;ve just released the first beta version of XLIFF Translator, a free tool to generate and translate files in the XLIFF format using Felix. Go to the XLIFF Translator home page Documentation For this project, I&#8217;m experimenting with a new documentation system called Sphinx. The documentation it puts out is very pretty, and it&#8217;s easy [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released the first beta version of <a href="/tools/xliff-translator/">XLIFF Translator</a>, a free tool to generate and translate files in the <a href="http://en.wikipedia.org/wiki/XLIFF">XLIFF</a> format using Felix.</p>
<p><a href="/tools/xliff-translator/">Go to the XLIFF Translator home page</a></p>
<h3>Documentation</h3>
<p>For this project, I&#8217;m experimenting with a new documentation system called <a href="http://sphinx.pocoo.org/">Sphinx</a>. The documentation it puts out is very pretty, and it&#8217;s easy to write as well.</p>
<p><a href="/media/manuals/xliff-translator/">See the XLIFF Translator documentation</a></p>
<h3>Forum</h3>
<p>I&#8217;ve created a forum on the Felix forum site for discussions, bug reports, and feature requests regarding XLIFF Translator.</p>
<p><a href="http://forum.felix-cat.com/viewforum.php?id=7">XLIFF Translator Forum</a></p>
<h3>Other Support</h3>
<p>You&#8217;re also welcome to <a href="/contact/">contact me directly</a> with any questions or problems using XLIFF Translator. </p>
<p>This is an initial, beta release, so expect bugs. Your feedback will help me greatly to improve XLIFF Translator and get out a great 1.0 release.</p>
]]></content:encoded>
			<wfw:commentRss>http://felix-cat.com/blog/2010/02/23/beta-version-of-xliff-translator-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Align Assist manual online</title>
		<link>http://felix-cat.com/blog/2009/04/19/align-assist-manual-online/</link>
		<comments>http://felix-cat.com/blog/2009/04/19/align-assist-manual-online/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 08:46:00 +0000</pubDate>
		<dc:creator>Ryan Ginstrom</dc:creator>
				<category><![CDATA[align assist]]></category>
		<category><![CDATA[Felix]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[assist]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[online]]></category>

		<guid isPermaLink="false">http://felix-cat.com/blog/?p=79</guid>
		<description><![CDATA[The Align Assist manual is now online. The manual includes a quick start tutorial to help get up and started using Align Assist quickly. I hope to have a Japanese version of the manual up shortly, and to continue to expand and improve the English version. About Align Assist Align Assist is a free application [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="/media/manuals/align-assist/">Align Assist manual</a> is now online. The manual includes a <a href="/media/manuals/align-assist/quickstart.html">quick start tutorial</a> to help get up and started using Align Assist quickly.</p>
<p>I hope to have a Japanese version of the manual up shortly, and to continue to expand and improve the English version.</p>
<h3>About Align Assist</h3>
<p><a href="/tools/align-assist/">Align Assist</a> is a free application to convert legacy translations into <a href="/">Felix</a> translation memories (TMs). Use it to take advantage of past translations you have done, before starting to use a CAT tool. Align Assist supports many different file formats, including Microsoft&reg; Office, HTML, and XML.</p>
]]></content:encoded>
			<wfw:commentRss>http://felix-cat.com/blog/2009/04/19/align-assist-manual-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyze Assist version 1.2 released</title>
		<link>http://felix-cat.com/blog/2009/03/19/analyze-assist-version-12-released/</link>
		<comments>http://felix-cat.com/blog/2009/03/19/analyze-assist-version-12-released/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 00:00:35 +0000</pubDate>
		<dc:creator>Ryan Ginstrom</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[analyze]]></category>
		<category><![CDATA[analyzeassist]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[TM]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://felix-cat.com/blog/?p=72</guid>
		<description><![CDATA[I&#8217;ve just released version 1.2 of Analyze Assist. Download the latest version here. Here are the main improvements in this release: The new Felix translation memory (TM) extension (*.ftm) is supported. You can now drag and drop files into the file lists on the Analyze wizard.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released version 1.2 of Analyze Assist.</p>
<p><a href="http://ginstrom.com/AnalyzeAssist/">Download the latest version here</a>.</p>
<p>Here are the main improvements in this release:</p>
<ul>
<li>The new Felix translation memory (TM) extension (*.ftm) is supported.</li>
<li>You can now drag and drop files into the file lists on the Analyze wizard.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://felix-cat.com/blog/2009/03/19/analyze-assist-version-12-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Align Assist version 0.8 released</title>
		<link>http://felix-cat.com/blog/2009/03/08/align-assist-version-08-released/</link>
		<comments>http://felix-cat.com/blog/2009/03/08/align-assist-version-08-released/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 12:06:07 +0000</pubDate>
		<dc:creator>Ryan Ginstrom</dc:creator>
				<category><![CDATA[Felix]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[align assist]]></category>
		<category><![CDATA[alignment]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://felix-cat.com/blog/?p=70</guid>
		<description><![CDATA[I&#8217;ve just released version 0.8 of Align Assist. Download the latest version here. New in this version: Ability to save intermediate results. Translation memories saved with the new &#8220;.ftm&#8221; extension by default (you can still save memories as &#8220;.xml&#8221; files as well. Bug fix: ampersands and angle brackets were not properly escaped. About Align Assist [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released version 0.8 of Align Assist.</p>
<p><a href="/tools/align-assist/">Download the latest version here</a>.</p>
<p>New in this version:</p>
<ul>
<li>Ability to save intermediate results.</li>
<li>Translation memories saved with the new &#8220;.ftm&#8221; extension by default (you can still save memories as &#8220;.xml&#8221; files as well.</li>
<li>Bug fix: ampersands and angle brackets were not properly escaped.</li>
</ul>
<h3>About Align Assist</h3>
<p>Align Assist is a free utility for creating <a href="/">Felix</a> translation memories from legacy translations. See the <a href="/tools/align-assist/">Align Assist page</a> for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://felix-cat.com/blog/2009/03/08/align-assist-version-08-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AlignAssist version 0.6 released</title>
		<link>http://felix-cat.com/blog/2008/12/25/alignassist-version-06-released/</link>
		<comments>http://felix-cat.com/blog/2008/12/25/alignassist-version-06-released/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 03:24:05 +0000</pubDate>
		<dc:creator>Ryan Ginstrom</dc:creator>
				<category><![CDATA[Felix]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[align]]></category>
		<category><![CDATA[alignment]]></category>
		<category><![CDATA[legacy]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://felix-cat.com/blog/?p=63</guid>
		<description><![CDATA[I&#8217;ve just released version 0.6 of Align Assist. Align Assist download page. This is a bug-fix update. The previous versions of Align Assist didn&#8217;t properly display the grid rows in some cases when splitting segments, and the Split dialog box had some display issues. About Align Assist Align Assist is a free program for aligning [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released version 0.6 of Align Assist.</p>
<p><a href="/tools/align-assist/">Align Assist download page</a>.</p>
<p><a href="/tools/align-assist/"><img src="/media/img/align_assist_main.png" alt="Align Assist main window" /></a></p>
<p>This is a bug-fix update. The previous versions of Align Assist didn&#8217;t properly display the grid rows in some cases when splitting segments, and the Split dialog box had some display issues.</p>
<h3>About Align Assist</h3>
<p>Align Assist is a free program for aligning legacy source and translation files, and creating <a href="/" title="Felix Home Page">Felix</a> translation memories from them. It supports a wide range of file formats, including MS Word, Excel, and PowerPoint, as well as XML, HTML, text, and CSV. There is also limited support for PDF files.</p>
]]></content:encoded>
			<wfw:commentRss>http://felix-cat.com/blog/2008/12/25/alignassist-version-06-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

