<?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"
	>
<channel>
	<title>Comments on: WordPress Plugin - Textile 2.0</title>
	<atom:link href="http://huddledmasses.org/wordpress-plugin-textile-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://HuddledMasses.org/wordpress-plugin-textile-20/</link>
	<description>You can do more than breathe for free...</description>
	<pubDate>Wed, 15 Oct 2008 01:56:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Simon Wakeman &#187; Making the move to Wordpress</title>
		<link>http://HuddledMasses.org/wordpress-plugin-textile-20/#comment-21146</link>
		<dc:creator>Simon Wakeman &#187; Making the move to Wordpress</dc:creator>
		<pubDate>Tue, 25 Jul 2006 05:34:24 +0000</pubDate>
		<guid isPermaLink="false">//?p=#comment-21146</guid>
		<description>[...] Migrating content over from Textpattern was as simple as running a built-in script, which moved the content without any errors. The template migration was quite straightforward - I merged the XHTML/CSS from my old Textpattern templates with code taken from the great Minimalist Sandbox template. I then went through all my old content and removed the Textile (although had I wanted to continue with Textile there&#8217;s a plug-in available to run Textile in Wordpress). [...]</description>
		<content:encoded><![CDATA[<p>[...] Migrating content over from Textpattern was as simple as running a built-in script, which moved the content without any errors. The template migration was quite straightforward &#8211; I merged the XHTML/<span class="caps">CSS</span> from my old Textpattern templates with code taken from the great Minimalist Sandbox template. I then went through all my old content and removed the Textile (although had I wanted to continue with Textile there&#8217;s a plug-in available to run Textile in Wordpress). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaykul</title>
		<link>http://HuddledMasses.org/wordpress-plugin-textile-20/#comment-17305</link>
		<dc:creator>Jaykul</dc:creator>
		<pubDate>Sun, 26 Mar 2006 21:31:20 +0000</pubDate>
		<guid isPermaLink="false">//?p=#comment-17305</guid>
		<description>I see what you mean ... I think you will find that none of the attributes work on links in Textile at all (test "here":http://www.textism.com/tools/textile/index.php). Which is to say: this is not a problem with my plugin, which is merely a wrapper, it's the way the Textile parser works.  I am not usually prepared to alter the parser, since IMHO, these pseudo-markup languages are only useful when they work the same way everywhere...

PLEASE feel free to file bug reports:
http://www.textism.com/tools/textile/index.php</description>
		<content:encoded><![CDATA[<p>I see what you mean &#8230; I think you will find that none of the attributes work on links in Textile at all (test <a href="http://www.textism.com/tools/textile/index.php">here</a>). Which is to say: this is not a problem with my plugin, which is merely a wrapper, it&#8217;s the way the Textile parser works.  I am not usually prepared to alter the parser, since <span class="caps">IMHO</span>, these pseudo-markup languages are only useful when they work the same way everywhere&#8230;</p>
<p><span class="caps">PLEASE</span> feel free to file bug reports:<br />
<a href="http://www.textism.com/tools/textile/index.php" rel="nofollow">http://www.textism.com/tools/textile/index.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Zuck</title>
		<link>http://HuddledMasses.org/wordpress-plugin-textile-20/#comment-17302</link>
		<dc:creator>Jon Zuck</dc:creator>
		<pubDate>Sun, 26 Mar 2006 19:29:22 +0000</pubDate>
		<guid isPermaLink="false">//?p=#comment-17302</guid>
		<description>Jaykul, Tom is right. The plugin is not parsing class attributes correctly. "link text(oop)" would give a TITLE attribute of "oops." Parentheses coming before the text should give a CLASS of "oops."

I assign an "ext" class to all my external links. The parser bug is most frustrating.  :-(</description>
		<content:encoded><![CDATA[<p>Jaykul, Tom is right. The plugin is not parsing class attributes correctly. &#8220;link text(oop)&#8221; would give a <span class="caps">TITLE</span> attribute of &#8220;oops.&#8221; Parentheses coming before the text should give a <span class="caps">CLASS</span> of &#8220;oops.&#8221;</p>
<p>I assign an &#8220;ext&#8221; class to all my external links. The parser bug is most frustrating.  <img src='http://HuddledMasses.org/wordpress/wp-content/plugins/smilingmasses/frown.gif' alt=':-(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaykul</title>
		<link>http://HuddledMasses.org/wordpress-plugin-textile-20/#comment-17037</link>
		<dc:creator>Jaykul</dc:creator>
		<pubDate>Thu, 23 Mar 2006 02:42:38 +0000</pubDate>
		<guid isPermaLink="false">//?p=#comment-17037</guid>
		<description>I think you mean to put "link text(oops)" which works like: "link text(oops)":http://www.huddledmasses.org/</description>
		<content:encoded><![CDATA[<p>I think you mean to put &#8220;link text(oops)&#8221; which works like: <a href="http://www.huddledmasses.org/" title="oops">link text</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://HuddledMasses.org/wordpress-plugin-textile-20/#comment-16876</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 20 Mar 2006 12:47:19 +0000</pubDate>
		<guid isPermaLink="false">//?p=#comment-16876</guid>
		<description>There seems to be a bug with parsing link attributes. In this example, the link should have 'oops' as a class attribute. Instead, the parenthesised 'oops' appears as part of the link text.

link attribute test: "(oops)link text":/url</description>
		<content:encoded><![CDATA[<p>There seems to be a bug with parsing link attributes. In this example, the link should have &#8216;oops&#8217; as a class attribute. Instead, the parenthesised &#8216;oops&#8217; appears as part of the link text.</p>
<p>link attribute test: <a href="/url">(oops)link text</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compositio Hodierna &#187; Test du plugin Textile</title>
		<link>http://HuddledMasses.org/wordpress-plugin-textile-20/#comment-16354</link>
		<dc:creator>Compositio Hodierna &#187; Test du plugin Textile</dc:creator>
		<pubDate>Wed, 01 Mar 2006 13:14:42 +0000</pubDate>
		<guid isPermaLink="false">//?p=#comment-16354</guid>
		<description>[...] Il est disponible sur Site Textile [...]</description>
		<content:encoded><![CDATA[<p>[...] Il est disponible sur Site Textile [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mileandra &#187; Kommentarvorschau fur Wordpress</title>
		<link>http://HuddledMasses.org/wordpress-plugin-textile-20/#comment-16323</link>
		<dc:creator>mileandra &#187; Kommentarvorschau fur Wordpress</dc:creator>
		<pubDate>Sun, 26 Feb 2006 23:36:21 +0000</pubDate>
		<guid isPermaLink="false">//?p=#comment-16323</guid>
		<description>[...] Achtung: das Preview-Template gibt den Inhalt mit der Funktion &#8218;textile()&#8216; aus. Wenn ihr das Textile-Plugin nicht installiert habt, entfernt die Funktion bitte aus dem Template, bevor ihr dieses einsetzt. [...]</description>
		<content:encoded><![CDATA[<p>[...] Achtung: das Preview-Template gibt den Inhalt mit der Funktion &#8218;textile()&#8216; aus. Wenn ihr das Textile-Plugin nicht installiert habt, entfernt die Funktion bitte aus dem Template, bevor ihr dieses einsetzt. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axodys &#187; Blog Archive &#187; New Years Upgrade</title>
		<link>http://HuddledMasses.org/wordpress-plugin-textile-20/#comment-15627</link>
		<dc:creator>Axodys &#187; Blog Archive &#187; New Years Upgrade</dc:creator>
		<pubDate>Sun, 01 Jan 2006 23:55:40 +0000</pubDate>
		<guid isPermaLink="false">//?p=#comment-15627</guid>
		<description>[...] On the individual post formatting front I&#8217;m also leaning towards standardizing on markdown rather than textile, but I will need to do some further investigatiion on the relevant post pluginformatting issues that WordPress 2.0 may have introduced. It looks like the Text Control plugin will allow me to switch between Textile and Markdown formatting relatively painlessly, but [Smarty Pants][] character encoding doesn&#8217;t seem to work properly at the moment. I&#8217;d investigate further, but it lets me set Textile as my default for all my old posts and specify Markdown on an individual post basis and that&#8217;s all I really need. [...]</description>
		<content:encoded><![CDATA[<p>[...] On the individual post formatting front I&#8217;m also leaning towards standardizing on markdown rather than textile, but I will need to do some further investigatiion on the relevant post pluginformatting issues that WordPress 2.0 may have introduced. It looks like the Text Control plugin will allow me to switch between Textile and Markdown formatting relatively painlessly, but [Smarty Pants][] character encoding doesn&#8217;t seem to work properly at the moment. I&#8217;d investigate further, but it lets me set Textile as my default for all my old posts and specify Markdown on an individual post basis and that&#8217;s all I really need. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Technosailor &#187; Textpattern to WordPress Import Script</title>
		<link>http://HuddledMasses.org/wordpress-plugin-textile-20/#comment-15139</link>
		<dc:creator>Technosailor &#187; Textpattern to WordPress Import Script</dc:creator>
		<pubDate>Tue, 29 Nov 2005 21:16:12 +0000</pubDate>
		<guid isPermaLink="false">//?p=#comment-15139</guid>
		<description>[...] Also, since you&#8217;re coming from Textpattern, you probably have been using Textile to format your comments and posts. If this is the case, we recommend downloading and installing Textile for WordPress. Trust me&#8230; You&#8217;ll want it. [...]</description>
		<content:encoded><![CDATA[<p>[...] Also, since you&#8217;re coming from Textpattern, you probably have been using Textile to format your comments and posts. If this is the case, we recommend downloading and installing Textile for WordPress. Trust me&#8230; You&#8217;ll want it. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Technosailor &#187; Friday Poll and Another Migration</title>
		<link>http://HuddledMasses.org/wordpress-plugin-textile-20/#comment-15108</link>
		<dc:creator>Technosailor &#187; Friday Poll and Another Migration</dc:creator>
		<pubDate>Sat, 26 Nov 2005 04:39:37 +0000</pubDate>
		<guid isPermaLink="false">//?p=#comment-15108</guid>
		<description>[...] One thing I do have to say is that I have grown attached to Textile which was built into Textpattern. Same maker. So I added Textile for WordPress 2.6 to my plugin list allowing me to continue to post entries using it. [...]</description>
		<content:encoded><![CDATA[<p>[...] One thing I do have to say is that I have grown attached to Textile which was built into Textpattern. Same maker. So I added Textile for WordPress 2.6 to my plugin list allowing me to continue to post entries using it. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
