<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Txt2tags News</title>
	<atom:link href="http://txt2tags.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://txt2tags.wordpress.com</link>
	<description>ONE blog, MULTI readers</description>
	<pubDate>Mon, 07 Jul 2008 03:07:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>New translation: Finnish</title>
		<link>http://txt2tags.wordpress.com/2008/07/07/new-translation-finnish/</link>
		<comments>http://txt2tags.wordpress.com/2008/07/07/new-translation-finnish/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 03:07:38 +0000</pubDate>
		<dc:creator>Aurélio Jargas</dc:creator>
		
		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[Translations]]></category>

		<guid isPermaLink="false">http://txt2tags.wordpress.com/?p=62</guid>
		<description><![CDATA[Hello Finland and Finnish readers!
Your friend Mikko J Piippo from Helsinki has translated the Sample file and the program interface (potfile) for you.
The work is already online on the documentation page.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello Finland and Finnish readers!</p>
<p>Your friend <strong>Mikko J Piippo</strong> from Helsinki has translated the Sample file and the program interface (potfile) for you.</p>
<p>The work is already online on the <a href="http://txt2tags.sourceforge.net/docs.html">documentation page</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/txt2tags.wordpress.com/62/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/txt2tags.wordpress.com/62/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/txt2tags.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/txt2tags.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/txt2tags.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/txt2tags.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/txt2tags.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/txt2tags.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/txt2tags.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/txt2tags.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/txt2tags.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/txt2tags.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=txt2tags.wordpress.com&blog=324231&post=62&subd=txt2tags&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://txt2tags.wordpress.com/2008/07/07/new-translation-finnish/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aurelio-128.jpg" medium="image">
			<media:title type="html">verde</media:title>
		</media:content>
	</item>
		<item>
		<title>Python script to use HTMLDOC with UTF-8 files</title>
		<link>http://txt2tags.wordpress.com/2008/06/27/python-script-to-use-htmldoc-with-utf-8-files/</link>
		<comments>http://txt2tags.wordpress.com/2008/06/27/python-script-to-use-htmldoc-with-utf-8-files/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 01:42:32 +0000</pubDate>
		<dc:creator>Aurélio Jargas</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://txt2tags.wordpress.com/?p=61</guid>
		<description><![CDATA[You know, HTMLDOC is a good tool to complement txt2tags features, specially to break an HTML file into multiple pages.
But the current version of HTMLDOC (1.8.x) has no Unicode support.
When you try to use it to convert or split an UTF-8 file, all the special characters (not ASCII) will be incorrect in the resulting HTML.
The [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>You know, <a href="http://www.htmldoc.org/">HTMLDOC</a> is a good tool to complement <a href="http://txt2tags.sourceforge.net">txt2tags</a> features, specially to <a href="/2006/08/31/split-html-in-multiple-pages/">break an HTML file into multiple pages</a>.</p>
<p>But the current version of HTMLDOC (1.8.x) <a href="http://www.easysw.com/htmldoc/faq.php?27#27">has no Unicode support</a>.</p>
<p>When you try to use it to convert or split an UTF-8 file, all the special characters (not ASCII) will be incorrect in the resulting HTML.</p>
<p>The Unicode support <a href="http://www.htmldoc.org/articles.php?L28+T+P0+Q">will be released on the 1.9 version</a>, which is still in beta stage.</p>
<p>If you can&#8217;t wait for the stable 1.9 release or are stuck into an old version and just want a <strong>quick solution</strong> to your messed files, try my Python script:<br />
<a href="http://aurelio.net/bin/python/fix-htmldoc-utf8.py">fix-htmldoc-utf8.py</a></p>
<p>It restores the original UTF-8 characters that HTMLDOC has messed.</p>
<p>You can use it as a filter (reads STDIN, results to STDOUT):</p>
<pre>cat myfile.html | fix-htmldoc-utf8 &gt; myfile-ok.html</pre>
<p>You can inform the file and send the results to STDOUT:</p>
<pre>fix-htmldoc-utf8 myfile.html &gt; myfile-ok.html</pre>
<p>Or you can use the <code>-w</code> option fix the file in place:</p>
<pre>fix-htmldoc-utf8 -w myfile.html</pre>
<p>Enjoy!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/txt2tags.wordpress.com/61/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/txt2tags.wordpress.com/61/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/txt2tags.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/txt2tags.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/txt2tags.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/txt2tags.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/txt2tags.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/txt2tags.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/txt2tags.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/txt2tags.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/txt2tags.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/txt2tags.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=txt2tags.wordpress.com&blog=324231&post=61&subd=txt2tags&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://txt2tags.wordpress.com/2008/06/27/python-script-to-use-htmldoc-with-utf-8-files/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aurelio-128.jpg" medium="image">
			<media:title type="html">verde</media:title>
		</media:content>
	</item>
		<item>
		<title>New tool for webmasters: gensite</title>
		<link>http://txt2tags.wordpress.com/2008/01/22/new-tool-for-webmasters-gensite/</link>
		<comments>http://txt2tags.wordpress.com/2008/01/22/new-tool-for-webmasters-gensite/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 01:52:39 +0000</pubDate>
		<dc:creator>Aurélio Jargas</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://txt2tags.wordpress.com/2008/01/22/new-tool-for-webmasters-gensite/</guid>
		<description><![CDATA[I know, you have a beautiful website that rocks the neighborhood. The styles are all separated in nice CSS files. The contents are text files that you convert to HTML with txt2tags, of course!
It works just fine.
But everytime you edit some file, you have to remember to convert it to HTML. And maybe you also [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I know, you have a beautiful website that rocks the neighborhood. The styles are all separated in nice CSS files. The contents are text files that you convert to HTML with txt2tags, of course!</p>
<p>It works just fine.</p>
<p>But everytime you edit some file, you have to remember to convert it to HTML. And maybe you also have to copy this updated file to your web server.</p>
<p>For just a few files you can do it by hand every time. But as the site grows, it&#8217;s easy to lose control.</p>
<p>Enter <a href="http://www.davefancella.com/software/gensite.html">Dave Fancella&#8217;s gensite tool</a>. It&#8217;s a Python program that detects which files has been modified and automatically converts them with txt2tags. It can also copy the generated HTML files to a new destination. You can use command line options and even create a configuration file to fit your conversion needs.</p>
<p>Go to <a href="http://www.davefancella.com/software/gensite.html">Dave&#8217;s site</a> for detailed information on WHY and HOW. Oh, and yes, his site is txt2tags powered :)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/txt2tags.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/txt2tags.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/txt2tags.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/txt2tags.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/txt2tags.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/txt2tags.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/txt2tags.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/txt2tags.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/txt2tags.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/txt2tags.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/txt2tags.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/txt2tags.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=txt2tags.wordpress.com&blog=324231&post=59&subd=txt2tags&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://txt2tags.wordpress.com/2008/01/22/new-tool-for-webmasters-gensite/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aurelio-128.jpg" medium="image">
			<media:title type="html">verde</media:title>
		</media:content>
	</item>
		<item>
		<title>Txt2tags + NanoBlogger</title>
		<link>http://txt2tags.wordpress.com/2007/11/11/txt2tags-nanoblogger/</link>
		<comments>http://txt2tags.wordpress.com/2007/11/11/txt2tags-nanoblogger/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 20:13:34 +0000</pubDate>
		<dc:creator>Aurélio Jargas</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://txt2tags.wordpress.com/2007/11/11/txt2tags-nanoblogger/</guid>
		<description><![CDATA[Gabriel Kerneis write me to talk about the NanoBlogger plugin for txt2tags he have written.
If you&#8217;re a NanoBlogger addict, don&#8217;t miss this plugin so you can use our beloved simple txt2tags markup in your blog posts!
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Gabriel Kerneis</strong> write me to talk about the <a href="http://kerneis.info/blog/archives/2007/10/06/txt2tags_plugin_for_nanoblogger/">NanoBlogger plugin for txt2tags</a> he have written.</p>
<p>If you&#8217;re a <a href="http://nanoblogger.sourceforge.net">NanoBlogger</a> addict, don&#8217;t miss this plugin so you can use our beloved simple txt2tags markup in your blog posts!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/txt2tags.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/txt2tags.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/txt2tags.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/txt2tags.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/txt2tags.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/txt2tags.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/txt2tags.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/txt2tags.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/txt2tags.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/txt2tags.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/txt2tags.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/txt2tags.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=txt2tags.wordpress.com&blog=324231&post=58&subd=txt2tags&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://txt2tags.wordpress.com/2007/11/11/txt2tags-nanoblogger/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aurelio-128.jpg" medium="image">
			<media:title type="html">verde</media:title>
		</media:content>
	</item>
		<item>
		<title>Choose Your Own Adventure (CYOA) with txt2tags</title>
		<link>http://txt2tags.wordpress.com/2007/08/11/choose-your-own-adventure-cyoa-with-txt2tags/</link>
		<comments>http://txt2tags.wordpress.com/2007/08/11/choose-your-own-adventure-cyoa-with-txt2tags/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 19:53:08 +0000</pubDate>
		<dc:creator>Aurélio Jargas</dc:creator>
		
		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://txt2tags.wordpress.com/2007/08/11/choose-your-own-adventure-cyoa-with-txt2tags/</guid>
		<description><![CDATA[
You are in a maze of twisty little passages, all diferent.
If you decide to go left, turn to page 4.
If you decide to go right, turn to page 5.
If you decide to cry, do it ;)

Jokes apart, this the format of the Choose Your Own Adventure books, where the reader can decide the flow (an [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p>
You are in a maze of twisty little passages, all diferent.</p>
<p>If you decide to go left, turn to page 4.<br />
If you decide to go right, turn to page 5.<br />
If you decide to cry, do it ;)
</p></blockquote>
<p>Jokes apart, this the format of the <a href="http://en.wikipedia.org/wiki/Choose_Your_Own_Adventure">Choose Your Own Adventure books</a>, where the reader can decide the flow (an the end) of the story.</p>
<p>What if you want to make <strong>your very own CYOA book</strong>?</p>
<p>You could use a PDF file as the book, it has pages. As a bonus, you can also use direct links to the pages on the &#8220;turn to page 4&#8243; excerpts, improving the user experience.</p>
<p>Looks cool enough? And what if I say that you can do it all in a single nice flat text file?</p>
<p><strong>Eric Forgeot</strong> has written an article teaching how to transform a text file into a full CYOA book, using txt2tags. The article is itself a CYOA, check it out now: <a href="http://anamnese.online.fr/site2/txt2cyoa/txt2cyoa.html">txt2CYOA : a &#8220;choose your own adventure&#8221; easily made with txt2tags</a>.</p>
<p><a href='http://anamnese.online.fr/site2/txt2cyoa/txt2cyoa.html'><img src='http://txt2tags.files.wordpress.com/2007/08/txt2cyoa.png' alt='txt2cyoa castle'/></a></p>
<blockquote><p>I don&#8217;t know about you, but I&#8217;m amazed to see how creative the txt2tags users are!</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/txt2tags.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/txt2tags.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/txt2tags.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/txt2tags.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/txt2tags.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/txt2tags.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/txt2tags.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/txt2tags.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/txt2tags.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/txt2tags.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/txt2tags.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/txt2tags.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=txt2tags.wordpress.com&blog=324231&post=56&subd=txt2tags&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://txt2tags.wordpress.com/2007/08/11/choose-your-own-adventure-cyoa-with-txt2tags/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aurelio-128.jpg" medium="image">
			<media:title type="html">verde</media:title>
		</media:content>

		<media:content url="http://txt2tags.files.wordpress.com/2007/08/txt2cyoa.png" medium="image" />
	</item>
		<item>
		<title>User testimonial: Gazeta de Algol</title>
		<link>http://txt2tags.wordpress.com/2007/07/11/user-testimonial-gazeta-de-algol/</link>
		<comments>http://txt2tags.wordpress.com/2007/07/11/user-testimonial-gazeta-de-algol/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 02:56:49 +0000</pubDate>
		<dc:creator>Aurélio Jargas</dc:creator>
		
		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://txt2tags.wordpress.com/2007/07/11/user-testimonial-gazeta-de-algol/</guid>
		<description><![CDATA[Roberto Bechtlufft wrote me to tell that he moved all his old site about Phantasy Star (remember Sega&#8217;s Master System and Mega Drive?) to a PHP plus txt2tags solution. 
&#8220;It was my first site and it was a mess. Now I&#8217;ve migrated everything to PHP and the all the contents are made with txt2tgs. Gee, [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Roberto Bechtlufft</strong> wrote me to tell that he moved all his old <a href="http://linuxparaoresgate.com/gazeta/index.php">site about Phantasy Star</a> (remember Sega&#8217;s Master System and Mega Drive?) to a PHP plus txt2tags solution. </p>
<blockquote><p>&#8220;It was my first site and it was a mess. Now I&#8217;ve migrated everything to PHP and the all the contents are made with txt2tgs. Gee, now it is snappier, thank you, this program is incredible.&#8221;</p></blockquote>
<p>He has documented the process on the site, telling why txt2tags was a great choice. <a href="http://linuxparaoresgate.com/gazeta/como_e_feita_a_gazeta.php">His text</a> is in Portuguese, but you can read the <a href="http://translate.google.com/translate?u=http%3A%2F%2Flinuxparaoresgate.com%2Fgazeta%2Fcomo_e_feita_a_gazeta.php&amp;langpair=pt%7Cen&amp;hl=en&amp;ie=UTF8" title="//linuxparaoresgate.com/gazeta/como_e_feita_a_gazeta.php">English version translated by Google</a>, which is good enough (for a machine). ;)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/txt2tags.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/txt2tags.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/txt2tags.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/txt2tags.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/txt2tags.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/txt2tags.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/txt2tags.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/txt2tags.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/txt2tags.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/txt2tags.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/txt2tags.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/txt2tags.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=txt2tags.wordpress.com&blog=324231&post=55&subd=txt2tags&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://txt2tags.wordpress.com/2007/07/11/user-testimonial-gazeta-de-algol/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aurelio-128.jpg" medium="image">
			<media:title type="html">verde</media:title>
		</media:content>
	</item>
		<item>
		<title>New Translation: Manual Page in Chinese</title>
		<link>http://txt2tags.wordpress.com/2007/07/11/new-translation-manual-page-in-chinese/</link>
		<comments>http://txt2tags.wordpress.com/2007/07/11/new-translation-manual-page-in-chinese/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 02:17:27 +0000</pubDate>
		<dc:creator>Aurélio Jargas</dc:creator>
		
		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[Translations]]></category>

		<guid isPermaLink="false">http://txt2tags.wordpress.com/2007/07/11/new-translation-manual-page-in-chinese/</guid>
		<description><![CDATA[Hey, China! Abby Pan has just translated the Manual Page to your language.
Abby&#8217;s work is already online on the documentation page.

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hey, China! <strong>Abby Pan</strong> has just translated the Manual Page to your language.</p>
<p>Abby&#8217;s work is already online on the <a href="http://txt2tags.sourceforge.net/docs.html">documentation page</a>.</p>
<p><a href="http://txt2tags.sourceforge.net/zh/manpage-zh.html"><img src='http://txt2tags.files.wordpress.com/2007/07/man-chinese.png' alt='Txt2tags Manual Page in Chinese' /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/txt2tags.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/txt2tags.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/txt2tags.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/txt2tags.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/txt2tags.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/txt2tags.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/txt2tags.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/txt2tags.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/txt2tags.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/txt2tags.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/txt2tags.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/txt2tags.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=txt2tags.wordpress.com&blog=324231&post=53&subd=txt2tags&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://txt2tags.wordpress.com/2007/07/11/new-translation-manual-page-in-chinese/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aurelio-128.jpg" medium="image">
			<media:title type="html">verde</media:title>
		</media:content>

		<media:content url="http://txt2tags.files.wordpress.com/2007/07/man-chinese.png" medium="image">
			<media:title type="html">Txt2tags Manual Page in Chinese</media:title>
		</media:content>
	</item>
		<item>
		<title>Txt2tags and gedit</title>
		<link>http://txt2tags.wordpress.com/2007/06/19/txt2tags-and-gedit/</link>
		<comments>http://txt2tags.wordpress.com/2007/06/19/txt2tags-and-gedit/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 18:22:53 +0000</pubDate>
		<dc:creator>Aurélio Jargas</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://txt2tags.wordpress.com/2007/06/19/txt2tags-and-gedit/</guid>
		<description><![CDATA[Stefano D&#8217;Archino told us about his new creation: the txt2tags language file for gedit.
His instructions follows:

Put the file in /usr/share/gtksourceview-1.0/language-spec
Adjust the colors for the syntax in Gedit preferences

Zoom.Quiet, a long time txt2tags user, gave us a nice screenshot of his gedit using this file:

FYI: gedit is the official text editor of the GNOME desktop environment. [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Stefano D&#8217;Archino <a href="http://sourceforge.net/mailarchive/message.php?msg_name=1181733636.6458.3.camel%40amilo">told us</a> about his new creation: the <a href="http://txt2tags.sourceforge.net/tools/txt2tags-gedit.lang">txt2tags language file for gedit</a>.</p>
<p>His instructions follows:</p>
<ul>
<li>Put the file in /usr/share/gtksourceview-1.0/language-spec</li>
<li>Adjust the colors for the syntax in Gedit preferences</li>
</ul>
<p><a href="http://blog.zoomquiet.org/pyblosxom/">Zoom.Quiet</a>, a long time txt2tags user, gave us a nice screenshot of his gedit using this file:</p>
<p><img src='http://txt2tags.files.wordpress.com/2007/06/gedit.jpg' alt='txt2tags gedit' /></p>
<blockquote><p>FYI: <a href="http://www.gnome.org/projects/gedit/">gedit</a> is the official text editor of the GNOME desktop environment. I know you already knew that, but&#8230; You know :)</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/txt2tags.wordpress.com/50/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/txt2tags.wordpress.com/50/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/txt2tags.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/txt2tags.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/txt2tags.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/txt2tags.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/txt2tags.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/txt2tags.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/txt2tags.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/txt2tags.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/txt2tags.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/txt2tags.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=txt2tags.wordpress.com&blog=324231&post=50&subd=txt2tags&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://txt2tags.wordpress.com/2007/06/19/txt2tags-and-gedit/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aurelio-128.jpg" medium="image">
			<media:title type="html">verde</media:title>
		</media:content>

		<media:content url="http://txt2tags.files.wordpress.com/2007/06/gedit.jpg" medium="image">
			<media:title type="html">txt2tags gedit</media:title>
		</media:content>
	</item>
		<item>
		<title>Txt2tags article at Linux Magazine</title>
		<link>http://txt2tags.wordpress.com/2007/06/05/txt2tags-article-at-linux-magazine/</link>
		<comments>http://txt2tags.wordpress.com/2007/06/05/txt2tags-article-at-linux-magazine/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 22:04:16 +0000</pubDate>
		<dc:creator>Aurélio Jargas</dc:creator>
		
		<category><![CDATA[Documentation]]></category>

		<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://txt2tags.wordpress.com/2007/06/05/txt2tags-article-at-linux-magazine/</guid>
		<description><![CDATA[If the Linux Magazine lands at your country, you&#8217;re a lucky guy. Check out the new Issue 80 from July 2007 to find a nice article fully devoted to txt2tags!






LinuxUser: Workspace: txt2tags - Write once and publish anywhere with this handy document generator.
Note: There isn&#8217;t a link for the online version of the article, so [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If the <a href="http://www.linux-magazine.com">Linux Magazine</a> lands at your country, you&#8217;re a lucky guy. Check out the new Issue 80 from July 2007 to find a nice article fully devoted to txt2tags!</p>
<table>
<tr>
<td>
<a href="http://www.linux-magazine.com/issue/80"><img src='http://txt2tags.files.wordpress.com/2007/06/linuxmagazine80.jpg' alt='Linux Magazine Cover #80' /></a>
</td>
<td>
<p><a href="http://www.linux-magazine.com/issue/80">LinuxUser: Workspace: txt2tags - Write once and publish anywhere with this handy document generator.</a></p>
<p>Note: There isn&#8217;t a link for the online version of the article, so I guess only the printed magazine will have it.</p>
</td>
</tr>
</table>
<p>The man who made the article is our old time friend <strong>Dmitri Popov</strong>, who already wrote &#8220;<a href="/2006/08/25/quit-your-text-processor/">Minimalist tools for writers</a>&#8221; and created the excellent <a href="/2006/11/09/quasiwiki-txt2tags-extension-for-openofficeorg/">QuasiWiki</a> (Txt2tags extension for OpenOffice.org).</p>
<p>Thanks again Dmitri!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/txt2tags.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/txt2tags.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/txt2tags.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/txt2tags.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/txt2tags.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/txt2tags.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/txt2tags.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/txt2tags.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/txt2tags.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/txt2tags.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/txt2tags.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/txt2tags.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=txt2tags.wordpress.com&blog=324231&post=48&subd=txt2tags&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://txt2tags.wordpress.com/2007/06/05/txt2tags-article-at-linux-magazine/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aurelio-128.jpg" medium="image">
			<media:title type="html">verde</media:title>
		</media:content>

		<media:content url="http://txt2tags.files.wordpress.com/2007/06/linuxmagazine80.jpg" medium="image">
			<media:title type="html">Linux Magazine Cover #80</media:title>
		</media:content>
	</item>
		<item>
		<title>Guide: Static sites with txt2tags</title>
		<link>http://txt2tags.wordpress.com/2007/05/01/guide-static-sites-with-txt2tags/</link>
		<comments>http://txt2tags.wordpress.com/2007/05/01/guide-static-sites-with-txt2tags/#comments</comments>
		<pubDate>Tue, 01 May 2007 17:26:27 +0000</pubDate>
		<dc:creator>Aurélio Jargas</dc:creator>
		
		<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://txt2tags.wordpress.com/2007/05/01/guide-static-sites-with-txt2tags/</guid>
		<description><![CDATA[Demian Neidetcher wrote on the txt2tags site to tell us about a nice guide he has made:
I love what you guys have done. I decided to re-do my site and came across this. I did a write-up on my site that explains the process I used with txt2tags.
Check out his Static Site Creation Guide, featuring [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>Demian Neidetcher</strong> wrote on the <a href="http://txt2tags.sourceforge.net/comments.php">txt2tags site</a> to tell us about a nice guide he has made:</p>
<blockquote><p>I love what you guys have done. I decided to re-do my site and came across this. I did a write-up on my site that explains the process I used with txt2tags.</p></blockquote>
<p>Check out his <a href="http://neidetcher.com/static_site_creation.html">Static Site Creation Guide</a>, featuring detailed tips on how to use txt2tags, m4 and make to create and maintain a full website.</p>
<p>Excerpts:</p>
<blockquote><p>I have developed websites in Python (CGI and Django), PHP, Perl, .NET, Java (Struts, WebWork, Java Server Faces) and finally Ruby on Rails. However, I don&#8217;t always have the need to do a full-blown, database backed website that uses a complicated framework. Sometimes simple HTML will suffice.</p>
<p>Finally I can <strong>focus on content</strong> without having to resort to a WYSIWYG tool and still get nicely formatted pages.</p></blockquote>
<p>Enjoy!</p>
<p><strong>Update:</strong> Check out <a href="http://www.davidarea.com/static.php?page=creacion-sitios-estaticos">David&#8217;s Spanish translation for this guide</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/txt2tags.wordpress.com/47/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/txt2tags.wordpress.com/47/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/txt2tags.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/txt2tags.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/txt2tags.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/txt2tags.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/txt2tags.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/txt2tags.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/txt2tags.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/txt2tags.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/txt2tags.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/txt2tags.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=txt2tags.wordpress.com&blog=324231&post=47&subd=txt2tags&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://txt2tags.wordpress.com/2007/05/01/guide-static-sites-with-txt2tags/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/aurelio-128.jpg" medium="image">
			<media:title type="html">verde</media:title>
		</media:content>
	</item>
	</channel>
</rss>