<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Txt2tags News</title>
	<atom:link href="http://txt2tags.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://txt2tags.wordpress.com</link>
	<description>ONE blog, MULTI readers</description>
	<lastBuildDate>Wed, 25 Nov 2009 23:06:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Python script to use HTMLDOC with UTF-8 files by frommelmak</title>
		<link>http://txt2tags.wordpress.com/2008/06/27/python-script-to-use-htmldoc-with-utf-8-files/#comment-7470</link>
		<dc:creator>frommelmak</dc:creator>
		<pubDate>Wed, 25 Nov 2009 23:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://txt2tags.wordpress.com/?p=61#comment-7470</guid>
		<description>iconv: another quick solution ;o)

iconv -f UTF-8 -t ISO-8859-1 web.html &gt; web-iso-8859-1.html

And then execute htmldoc 1.8.x

htmldoc -f web.pdf --webpage web-iso-8859-1.html</description>
		<content:encoded><![CDATA[<p>iconv: another quick solution ;o)</p>
<p>iconv -f UTF-8 -t ISO-8859-1 web.html &gt; web-iso-8859-1.html</p>
<p>And then execute htmldoc 1.8.x</p>
<p>htmldoc -f web.pdf &#8211;webpage web-iso-8859-1.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on txt2tags in Geany editor by Yermandu</title>
		<link>http://txt2tags.wordpress.com/2009/09/17/txt2tags-in-geany-editor/#comment-7469</link>
		<dc:creator>Yermandu</dc:creator>
		<pubDate>Tue, 24 Nov 2009 19:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://txt2tags.wordpress.com/?p=114#comment-7469</guid>
		<description>How we can patch this ? 
Or we have to get the svn version?

Tanks for info.</description>
		<content:encoded><![CDATA[<p>How we can patch this ?<br />
Or we have to get the svn version?</p>
<p>Tanks for info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TextMate Txt2tags Bundle by handy bundle</title>
		<link>http://txt2tags.wordpress.com/2007/03/30/textmate-txt2tags-bundle/#comment-7468</link>
		<dc:creator>handy bundle</dc:creator>
		<pubDate>Mon, 23 Nov 2009 18:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://txt2tags.wordpress.com/2007/03/30/textmate-txt2tags-bundle/#comment-7468</guid>
		<description>A classic dessert, indications may include?Outsourcing S economy, erschreckende Energiefresser Bringt.Airport such as, riser Horizontal seams.To helping filmmakers handy bundle, just your skin order them from.The long note, Loss of consciousness;*.,</description>
		<content:encoded><![CDATA[<p>A classic dessert, indications may include?Outsourcing S economy, erschreckende Energiefresser Bringt.Airport such as, riser Horizontal seams.To helping filmmakers handy bundle, just your skin order them from.The long note, Loss of consciousness;*.,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New tool for webmasters: gensite by emailorganizer</title>
		<link>http://txt2tags.wordpress.com/2008/01/22/new-tool-for-webmasters-gensite/#comment-7467</link>
		<dc:creator>emailorganizer</dc:creator>
		<pubDate>Sun, 22 Nov 2009 16:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://txt2tags.wordpress.com/2008/01/22/new-tool-for-webmasters-gensite/#comment-7467</guid>
		<description>Wow! Congratulations on your fantastic contribution.  Working as an online entrepreneur, I work with Outlook as my email client and with the help of Email Sorter Wizard, an Outlook add-in, I file all my email fast. You have researched and published very interesting details.</description>
		<content:encoded><![CDATA[<p>Wow! Congratulations on your fantastic contribution.  Working as an online entrepreneur, I work with Outlook as my email client and with the help of Email Sorter Wizard, an Outlook add-in, I file all my email fast. You have researched and published very interesting details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Diary app RedNotebook uses txt2tags by Ishizusv</title>
		<link>http://txt2tags.wordpress.com/2009/03/06/diary-app-rednotebook-uses-txt2tags/#comment-7466</link>
		<dc:creator>Ishizusv</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://txt2tags.wordpress.com/?p=88#comment-7466</guid>
		<description>I actually knew about txt2tags using RedNotebook :D</description>
		<content:encoded><![CDATA[<p>I actually knew about txt2tags using RedNotebook :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Python script to use HTMLDOC with UTF-8 files by Henry</title>
		<link>http://txt2tags.wordpress.com/2008/06/27/python-script-to-use-htmldoc-with-utf-8-files/#comment-7465</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Fri, 30 Oct 2009 12:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://txt2tags.wordpress.com/?p=61#comment-7465</guid>
		<description>Hi

I have just started using the HTML DOC tool with txt2tags and the UTF coding is a problem for me too. This post sounds like a solution but I have no idea how to install/run your Python script on my Mandriva. 

Could you please explain step-by-step how to do it? Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I have just started using the HTML DOC tool with txt2tags and the UTF coding is a problem for me too. This post sounds like a solution but I have no idea how to install/run your Python script on my Mandriva. </p>
<p>Could you please explain step-by-step how to do it? Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New translation: More Basque (Euskara) by mostlylinux</title>
		<link>http://txt2tags.wordpress.com/2009/07/10/new-translation-more-basque-euskara/#comment-7464</link>
		<dc:creator>mostlylinux</dc:creator>
		<pubDate>Thu, 17 Sep 2009 22:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://txt2tags.wordpress.com/?p=108#comment-7464</guid>
		<description>You&#039;re welcome! (:</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome! (:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New translation: More Basque (Euskara) by Aurélio</title>
		<link>http://txt2tags.wordpress.com/2009/07/10/new-translation-more-basque-euskara/#comment-7463</link>
		<dc:creator>Aurélio</dc:creator>
		<pubDate>Thu, 17 Sep 2009 17:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://txt2tags.wordpress.com/?p=108#comment-7463</guid>
		<description>Ok Little Girl, the link was updated.
Thanks once again for your great document!</description>
		<content:encoded><![CDATA[<p>Ok Little Girl, the link was updated.<br />
Thanks once again for your great document!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Choose Your Own Adventure (CYOA) with txt2tags by Eric</title>
		<link>http://txt2tags.wordpress.com/2007/08/11/choose-your-own-adventure-cyoa-with-txt2tags/#comment-7462</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sun, 30 Aug 2009 20:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://txt2tags.wordpress.com/2007/08/11/choose-your-own-adventure-cyoa-with-txt2tags/#comment-7462</guid>
		<description>I&#039;ve just made an improved version of txt2cyoa. Now it automatically hides the chapters and display them only when you follow a link. (Everything was processed using txt2tags macros). It looks much better this way:

http://anamnese.online.fr/site2/txt2cyoa/samples/who_are_you.html</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just made an improved version of txt2cyoa. Now it automatically hides the chapters and display them only when you follow a link. (Everything was processed using txt2tags macros). It looks much better this way:</p>
<p><a href="http://anamnese.online.fr/site2/txt2cyoa/samples/who_are_you.html" rel="nofollow">http://anamnese.online.fr/site2/txt2cyoa/samples/who_are_you.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New translation: More Basque (Euskara) by Little Girl</title>
		<link>http://txt2tags.wordpress.com/2009/07/10/new-translation-more-basque-euskara/#comment-7458</link>
		<dc:creator>Little Girl</dc:creator>
		<pubDate>Wed, 22 Jul 2009 16:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://txt2tags.wordpress.com/?p=108#comment-7458</guid>
		<description>Hey there,

Sorry to barge in on this post, but I can&#039;t seem to email the txt2tags author, so I thought I&#039;d pop in on your Documentation category.

The txt2tags Documentation page has a link to my txt2tags cheat
sheet with examples. The page has moved to a new address. The current link is to my Google page. I put up an address change notice on that page, but you might want to update your link. The page is now at:

http://mostlylinux.wordpress.com/textanddocument/txt2tagscheatsheet/

Thank you for all the visitors that have come to my page over the
years wanting to learn about txt2tags! It&#039;s a wonderful program, and
it&#039;s my pleasure to help spread the word of its existence to as many
people as possible. (:</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>Sorry to barge in on this post, but I can&#8217;t seem to email the txt2tags author, so I thought I&#8217;d pop in on your Documentation category.</p>
<p>The txt2tags Documentation page has a link to my txt2tags cheat<br />
sheet with examples. The page has moved to a new address. The current link is to my Google page. I put up an address change notice on that page, but you might want to update your link. The page is now at:</p>
<p><a href="http://mostlylinux.wordpress.com/textanddocument/txt2tagscheatsheet/" rel="nofollow">http://mostlylinux.wordpress.com/textanddocument/txt2tagscheatsheet/</a></p>
<p>Thank you for all the visitors that have come to my page over the<br />
years wanting to learn about txt2tags! It&#8217;s a wonderful program, and<br />
it&#8217;s my pleasure to help spread the word of its existence to as many<br />
people as possible. (:</p>
]]></content:encoded>
	</item>
</channel>
</rss>
