<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Textile.NET</title><link>http://textilenet.codeplex.com/project/feeds/rss</link><description>Textile.NET is, surprisingly, a textile formatter for .NET projects. Textile is a &amp;#34;human web text generator&amp;#34; &amp;#40;http&amp;#58;&amp;#47;&amp;#47;www.textism.com&amp;#47;tools&amp;#47;textile&amp;#47;&amp;#41; that is useful for rapid web writings such as Wiki syntax or blog articles. From a simple and intuitive syntax it creates well formed HTML with advanced formatting features, while also allowing the user to customize the output. Textile.NET can be tested online at http&amp;#58;&amp;#47;&amp;#47;www.lordabdul.net&amp;#47;labsoft&amp;#47;Textile&amp;#47;.</description><item><title>Closed Feature: Auto hyperlinks [6194]</title><link>http://textilenet.codeplex.com/workitem/6194</link><description>Add ability to transform inline URLs to HTML hyperlinks.&lt;br /&gt;Comments: Not gonna do it for now as it&amp;#39;s not part of the Textile standard. Will see if there&amp;#39;s more demand for it.</description><author>ludovic_chabant</author><pubDate>Fri, 11 May 2012 16:56:30 GMT</pubDate><guid isPermaLink="false">Closed Feature: Auto hyperlinks [6194] 20120511045630P</guid></item><item><title>Closed Issue: Some symbols don't work when at the beginning of a line [9923]</title><link>http://textilenet.codeplex.com/workitem/9923</link><description>&amp;#40;c&amp;#41;, &amp;#40;tm&amp;#41;, &amp;#40;R&amp;#41; are not recognized when used at line beginning.&lt;br /&gt;Example&amp;#58;&lt;br /&gt;&amp;#40;c&amp;#41; Company&lt;br /&gt;Comments: Fixed in changeset c69d5969d50f.</description><author>ludovic_chabant</author><pubDate>Fri, 11 May 2012 16:55:45 GMT</pubDate><guid isPermaLink="false">Closed Issue: Some symbols don't work when at the beginning of a line [9923] 20120511045545P</guid></item><item><title>Closed Issue: Problems with quotes [9924]</title><link>http://textilenet.codeplex.com/workitem/9924</link><description>There is a problem with quotes.&lt;br /&gt;See example from http&amp;#58;&amp;#47;&amp;#47;thresholdstate.com&amp;#47;articles&amp;#47;4312&amp;#47;the-textile-reference-manual&amp;#63;ch&amp;#61;2&amp;#35;toc_2 &amp;#58;&lt;br /&gt;&amp;#34;&amp;#39;I swear, captain,&amp;#39; replied I.&amp;#34;&lt;br /&gt;Textile.NET translates it to&lt;br /&gt;&amp;#38;&amp;#35;8221&amp;#59;&amp;#38;&amp;#35;8217&amp;#59;I swear, captain,&amp;#38;&amp;#35;8217&amp;#59; replied I.&amp;#38;&amp;#35;8221&amp;#59;&lt;br /&gt;but it should be&lt;br /&gt;&amp;#38;&amp;#35;8220&amp;#59;&amp;#38;&amp;#35;8216&amp;#59;I swear, captain,&amp;#38;&amp;#35;8217&amp;#59; replied I.&amp;#38;&amp;#35;8221&amp;#59;&lt;br /&gt;Comments: Fixed in changeset a1490c6dead8.</description><author>ludovic_chabant</author><pubDate>Fri, 11 May 2012 16:55:29 GMT</pubDate><guid isPermaLink="false">Closed Issue: Problems with quotes [9924] 20120511045529P</guid></item><item><title>Source code checked in, #c69d5969d50f</title><link>http://textilenet.codeplex.com/SourceControl/changeset/changes/c69d5969d50f</link><description>Fixed a bug with certain glyphs at the beginning of a line.&amp;#10;&amp;#40;apparently, &amp;#96;&amp;#92;b&amp;#96; in .NET doesn&amp;#39;t match quite the same things as in other languages&amp;#41;</description><author>Ludovic Chabant</author><pubDate>Fri, 11 May 2012 16:54:42 GMT</pubDate><guid isPermaLink="false">Source code checked in, #c69d5969d50f 20120511045442P</guid></item><item><title>Source code checked in, #a1490c6dead8</title><link>http://textilenet.codeplex.com/SourceControl/changeset/changes/a1490c6dead8</link><description>Updated glyph regexes with latest changes from php textile library.&amp;#10;Added test for a bug that gets fixed as a result.</description><author>Ludovic Chabant</author><pubDate>Fri, 11 May 2012 16:44:16 GMT</pubDate><guid isPermaLink="false">Source code checked in, #a1490c6dead8 20120511044416P</guid></item><item><title>Source code checked in, #45cca5fd8e27</title><link>http://textilenet.codeplex.com/SourceControl/changeset/changes/45cca5fd8e27</link><description>Added &amp;#96;.hgignore&amp;#96;.</description><author>Ludovic Chabant</author><pubDate>Fri, 11 May 2012 16:43:07 GMT</pubDate><guid isPermaLink="false">Source code checked in, #45cca5fd8e27 20120511044307P</guid></item><item><title>Updated Wiki: Home</title><link>http://textilenet.codeplex.com/wikipage?version=10</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Project Description&lt;/h2&gt;
&lt;i&gt;Textile.NET&lt;/i&gt; is, surprisingly, a textile formatter for .NET projects. Textile is a &amp;quot;&lt;i&gt;human web text generator&lt;/i&gt;&amp;quot; (&lt;a href="http://www.textism.com/tools/textile/"&gt;http://www.textism.com/tools/textile/&lt;/a&gt;) that is useful for rapid web writings such as Wiki syntax or blog articles. From a simple and intuitive syntax it creates well formed HTML with advanced formatting features, while also allowing the user to customize the output.&lt;br /&gt;
&lt;h2&gt;Examples of what Textile does&lt;/h2&gt;(&lt;i&gt;the following text is from Textile&amp;#39;s homepage&lt;/i&gt;)&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Replace single and double primes (&amp;amp;#39; and &amp;amp;#34;) used as quotation marks with HTML entities for opening and closing quotation marks (‘’ and “”) in readable text, while leaving untouched the primes required within HTML tags.&lt;/li&gt;
&lt;li&gt;Replace double hyphens (--) with an em-dash (—) entity.&lt;/li&gt;
&lt;li&gt;Replace single hyphens surrounded by spaces with an en-dash (–) entity.&lt;/li&gt;
&lt;li&gt;Replace triplets of periods (...) with an ellipsis (…) entity.&lt;/li&gt;
&lt;li&gt;Convert many nonstandard characters (Ÿ&amp;#250;&amp;#223;ŠπŒ) to browser-safe entities corresponding to keyboard input.&lt;/li&gt;
&lt;li&gt;Apply block- and phrase-level structural tags automatically and at the discretion of the writer via quick tags.&lt;/li&gt;
&lt;li&gt;Allow the quick creation of simple and complex tables&lt;/li&gt;
&lt;li&gt;Allow the simple application of style, class, id, language and alignment attributes to elements&lt;/li&gt;
&lt;li&gt;Create hyperlinks and insert images via quick tags.&lt;/li&gt;
&lt;li&gt;Define acronyms via quick tags&lt;/li&gt;
&lt;li&gt;Wrap an &amp;lt;acronym&amp;gt; tag around runs of three or more capital letters automatically.&lt;/li&gt;
&lt;li&gt;Convert (TM), (R), and (C) to ™, &amp;#174;, and &amp;#169;&lt;/li&gt;
&lt;li&gt;Convert the letter x to a dimension sign: 2x4 to 2&amp;#215;4 and 8 x 10 to 8&amp;#215;10&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;A complete reference of &lt;i&gt;Textile&lt;/i&gt; can be found over at &lt;a href="http://redcloth.org/hobix.com/textile/"&gt;http://redcloth.org/hobix.com/textile/&lt;/a&gt;.&lt;br /&gt;
&lt;h2&gt;Textile.Net blog&lt;/h2&gt;You can get news and information regarding Textile.Net by subscribing to the &lt;a href="http://ludovic.chabant.com/devblog/tag/textilenet/"&gt;Textile.Net category&lt;/a&gt; on &lt;a href="http://ludovic.chabant.com/devblog/"&gt;my developer&amp;#39;s blog&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 23:02:05 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120510110205P</guid></item><item><title>Closed Issue: Add a "pre" formatting block [9925]</title><link>http://textilenet.codeplex.com/workitem/9925</link><description>Add a &amp;#34;pre&amp;#34; formatting block.&lt;br /&gt;</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:15:28 GMT</pubDate><guid isPermaLink="false">Closed Issue: Add a "pre" formatting block [9925] 20120510091528P</guid></item><item><title>Source code checked in, #2fc51a66f397</title><link>http://textilenet.codeplex.com/SourceControl/changeset/changes/2fc51a66f397</link><description>Added support for &amp;#96;pre.&amp;#96; blocks.</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:14:36 GMT</pubDate><guid isPermaLink="false">Source code checked in, #2fc51a66f397 20120510091436P</guid></item><item><title>Commented Issue: Add a "pre" formatting block [9925]</title><link>http://textilenet.codeplex.com/workitem/9925</link><description>Add a &amp;#34;pre&amp;#34; formatting block.&lt;br /&gt;Comments: Oops, no. Got confused with something else.</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:10:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Add a "pre" formatting block [9925] 20120510091006P</guid></item><item><title>Reopened Issue: Add a "pre" formatting block [9925]</title><link>http://textilenet.codeplex.com/workitem/9925</link><description>Add a &amp;#34;pre&amp;#34; formatting block.&lt;br /&gt;Comments: &amp;#42;&amp;#42; Comment from web user&amp;#58; ludovic_chabant &amp;#42;&amp;#42; &amp;#60;p&amp;#62;Oops, no. Got confused with something else.&amp;#60;&amp;#47;p&amp;#62;</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:10:06 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Add a "pre" formatting block [9925] 20120510091006P</guid></item><item><title>Closed Issue: Add a "pre" formatting block [9925]</title><link>http://textilenet.codeplex.com/workitem/9925</link><description>Add a &amp;#34;pre&amp;#34; formatting block.&lt;br /&gt;</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:08:53 GMT</pubDate><guid isPermaLink="false">Closed Issue: Add a "pre" formatting block [9925] 20120510090853P</guid></item><item><title>Closed Issue: Fix handling of bq.. [13460]</title><link>http://textilenet.codeplex.com/workitem/13460</link><description>Textile allows for a bq.. tag which spans multiple paragraphs. For example&amp;#58;&lt;br /&gt;&lt;br /&gt;bq.. Thing one&lt;br /&gt;&lt;br /&gt;Thing two&lt;br /&gt;&lt;br /&gt;renders in Textile as&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;blockquote&amp;#62;&amp;#60;p&amp;#62;Thing one&amp;#60;&amp;#47;p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Thing two&amp;#60;&amp;#47;p&amp;#62;&amp;#60;&amp;#47;blockquote&amp;#62;&lt;br /&gt;&lt;br /&gt;But Textile.NET doesn&amp;#39;t recognize this. It requires a bq. before each paragraph, which then yields&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;blockquote&amp;#62;&amp;#60;p&amp;#62;Thing one&amp;#60;&amp;#47;p&amp;#62;&amp;#60;&amp;#47;blockquote&amp;#62;&lt;br /&gt;&amp;#60;blockquote&amp;#62;&amp;#60;p&amp;#62;Thing two&amp;#60;&amp;#47;p&amp;#62;&amp;#60;&amp;#47;blockquote&amp;#62;&lt;br /&gt;&lt;br /&gt;This can be problematic, depending on the top and bottom spacing in the CSS for p and blockquote.&lt;br /&gt;</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:07:55 GMT</pubDate><guid isPermaLink="false">Closed Issue: Fix handling of bq.. [13460] 20120510090755P</guid></item><item><title>Closed Issue: Textile is not recognized if there is no space in it. [14813]</title><link>http://textilenet.codeplex.com/workitem/14813</link><description>I just found out that textile is not good recognized as there is no space between the commands.&lt;br /&gt;This works&amp;#58;&lt;br /&gt;&amp;#124; &amp;#42;this is a fat text in a table&amp;#42; &amp;#124;&lt;br /&gt;This works NOT&amp;#58;&lt;br /&gt;&amp;#124;&amp;#42;this is not a fat text in a table&amp;#42;&amp;#124;&lt;br /&gt;&lt;br /&gt;Any help on this&amp;#63;&lt;br /&gt;</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:07:17 GMT</pubDate><guid isPermaLink="false">Closed Issue: Textile is not recognized if there is no space in it. [14813] 20120510090717P</guid></item><item><title>Source code checked in, #21d6717be521</title><link>http://textilenet.codeplex.com/SourceControl/changeset/changes/21d6717be521</link><description>Added the &amp;#34;dresser&amp;#34; command-line tool for formatting Textile text.</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:06:17 GMT</pubDate><guid isPermaLink="false">Source code checked in, #21d6717be521 20120510090617P</guid></item><item><title>Source code checked in, #79dc91078c81</title><link>http://textilenet.codeplex.com/SourceControl/changeset/changes/79dc91078c81</link><description>Table row state now does the formatting of each cell separately.&amp;#10;Added unit tests for bugs solved by this change.</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:05:33 GMT</pubDate><guid isPermaLink="false">Source code checked in, #79dc91078c81 20120510090533P</guid></item><item><title>Source code checked in, #f47d492dbb47</title><link>http://textilenet.codeplex.com/SourceControl/changeset/changes/f47d492dbb47</link><description>Added support for the &amp;#96;bq..&amp;#96; &amp;#40;double-dot&amp;#41; syntax.&amp;#10;Added unit tests for that.</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:03:30 GMT</pubDate><guid isPermaLink="false">Source code checked in, #f47d492dbb47 20120510090330P</guid></item><item><title>Source code checked in, #ad76223cf4a3</title><link>http://textilenet.codeplex.com/SourceControl/changeset/changes/ad76223cf4a3</link><description>GenericFormatter refactoring and changes&amp;#58;&amp;#10;- Only apply enabled ProcessorModifiers.&amp;#10;- FormatterStates can suppress post-processing.&amp;#10;- Extracted methods to apply block modifiers, post-processors, and match FormatterState candidates so they can be reused externally.</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:02:29 GMT</pubDate><guid isPermaLink="false">Source code checked in, #ad76223cf4a3 20120510090229P</guid></item><item><title>Source code checked in, #829d099a55f0</title><link>http://textilenet.codeplex.com/SourceControl/changeset/changes/829d099a55f0</link><description>Added documentation to ProcessorModifier.</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 21:00:19 GMT</pubDate><guid isPermaLink="false">Source code checked in, #829d099a55f0 20120510090019P</guid></item><item><title>Closed Issue: Enable different instances of TextileFormatter to have different enabled/disabled states and modifiers [6089]</title><link>http://textilenet.codeplex.com/workitem/6089</link><description>Formatter states and block modifiers are registered statically, so all instances of the TextileFormatter will share the same restrictions and custom additions. This sucks.&lt;br /&gt;Comments: &lt;p&gt;Done.&lt;/p&gt;</description><author>ludovic_chabant</author><pubDate>Thu, 10 May 2012 00:03:48 GMT</pubDate><guid isPermaLink="false">Closed Issue: Enable different instances of TextileFormatter to have different enabled/disabled states and modifiers [6089] 20120510120348A</guid></item></channel></rss>