<?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/"
		>
<channel>
	<title>Comments on: Textags WP Plugin</title>
	<atom:link href="http://labnotes.org/2005/08/14/textags-wp-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://labnotes.org/2005/08/14/textags-wp-plugin/</link>
	<description></description>
	<lastBuildDate>Sun, 15 Jan 2012 21:29:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Assaf</title>
		<link>http://labnotes.org/2005/08/14/textags-wp-plugin/comment-page-1/#comment-138271</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Sun, 19 Aug 2007 18:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=91#comment-138271</guid>
		<description>@aleph, the whole point is for the text you write to show up in the HTML as is.  then you can copy the HTML, paste it in a different blog, and get the same HTML again.</description>
		<content:encoded><![CDATA[<p>@aleph, the whole point is for the text you write to show up in the HTML as is.  then you can copy the HTML, paste it in a different blog, and get the same HTML again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aleph</title>
		<link>http://labnotes.org/2005/08/14/textags-wp-plugin/comment-page-1/#comment-138268</link>
		<dc:creator>aleph</dc:creator>
		<pubDate>Sun, 19 Aug 2007 01:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=91#comment-138268</guid>
		<description>This is an interesting plugin.  But could you provide some documentation on how the tags are used by Wordpress?

Does Wordpress display either or both of the words preceding or following the colon in your post?  That is, will someone who&#039;s reading your blog see that information, or is it hidden from the reader and intended only for search engines and the like?

Thanks!</description>
		<content:encoded><![CDATA[<p>This is an interesting plugin.  But could you provide some documentation on how the tags are used by WordPress?</p>
<p>Does WordPress display either or both of the words preceding or following the colon in your post?  That is, will someone who&#8217;s reading your blog see that information, or is it hidden from the reader and intended only for search engines and the like?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://labnotes.org/2005/08/14/textags-wp-plugin/comment-page-1/#comment-52340</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Tue, 12 Dec 2006 20:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=91#comment-52340</guid>
		<description>What I want to do on my blog, is every few hours take the oldest post and move it to the 
front of the queue, all automatically. Anyone know if there is a plugin that can do this or 
a simple way to set up another plugin to do this (use my own feed perhaps)?
Thanks.</description>
		<content:encoded><![CDATA[<p>What I want to do on my blog, is every few hours take the oldest post and move it to the<br />
front of the queue, all automatically. Anyone know if there is a plugin that can do this or<br />
a simple way to set up another plugin to do this (use my own feed perhaps)?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://labnotes.org/2005/08/14/textags-wp-plugin/comment-page-1/#comment-281</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Thu, 17 Nov 2005 11:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=91#comment-281</guid>
		<description>&lt;p&gt;it&#039;s possible, but you&#039;ll have to make a change to the code. the code parses the date (as best as it could), and holds on to the Date object and the original text. you can change it to format the Date, instead of just printing out the original text.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>it&#8217;s possible, but you&#8217;ll have to make a change to the code. the code parses the date (as best as it could), and holds on to the Date object and the original text. you can change it to format the Date, instead of just printing out the original text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amanda</title>
		<link>http://labnotes.org/2005/08/14/textags-wp-plugin/comment-page-1/#comment-255</link>
		<dc:creator>Amanda</dc:creator>
		<pubDate>Fri, 11 Nov 2005 22:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=91#comment-255</guid>
		<description>&lt;p&gt;Is it possible to force dates into a consistent format?&lt;/p&gt;

&lt;p&gt;What I secretly want (because abject laziness is always a secret) is to dump in events in whatever format I get them in and just tweak them enough that textags can read the meta data and be done.&lt;/p&gt;

&lt;p&gt;I still want every event to come out &quot;Fri 11 Nov 2005&quot; whether I wrote 11/11/05 or November 11th 2005. It seems not unreasonable, since the date got extracted from whatever I put down already.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is it possible to force dates into a consistent format?</p>
<p>What I secretly want (because abject laziness is always a secret) is to dump in events in whatever format I get them in and just tweak them enough that textags can read the meta data and be done.</p>
<p>I still want every event to come out &#8220;Fri 11 Nov 2005&#8243; whether I wrote 11/11/05 or November 11th 2005. It seems not unreasonable, since the date got extracted from whatever I put down already.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amanda</title>
		<link>http://labnotes.org/2005/08/14/textags-wp-plugin/comment-page-1/#comment-225</link>
		<dc:creator>amanda</dc:creator>
		<pubDate>Sat, 05 Nov 2005 19:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=91#comment-225</guid>
		<description>&lt;p&gt;I can&#039;t get it to work ...&lt;/p&gt;

&lt;p&gt;Tags, ok. Links, Ok, but locations? No go.&lt;/p&gt;

&lt;p&gt;I am inching through the process of comparing your sample (which works) to my entries to figure out why mine don&#039;t work. Findings so far:&lt;/p&gt;

&lt;p&gt;WORKS:
Wednesday, November 16th, 2005 7:00 pm
November 16th, 2005 7 pm 
November 16th, 2005 7pm&lt;/p&gt;

&lt;p&gt;FAILS:
Weds, November 16th, 2005  7:00 pm 
November 16th, 2005,  7 pm&lt;/p&gt;

&lt;p&gt;So, don&#039;t abbreviate the day-o-week, and watch out for extra commas...&lt;/p&gt;

&lt;p&gt;Extra linebreaks break textags, and if you don&#039;t give a city and state the &quot;Where&quot; bits breakdown.&lt;/p&gt;

&lt;p&gt;Now that I got it working, I am a fan. 
Thanks, Assaf.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get it to work &#8230;</p>
<p>Tags, ok. Links, Ok, but locations? No go.</p>
<p>I am inching through the process of comparing your sample (which works) to my entries to figure out why mine don&#8217;t work. Findings so far:</p>
<p>WORKS:<br />
Wednesday, November 16th, 2005 7:00 pm<br />
November 16th, 2005 7 pm<br />
November 16th, 2005 7pm</p>
<p>FAILS:<br />
Weds, November 16th, 2005  7:00 pm<br />
November 16th, 2005,  7 pm</p>
<p>So, don&#8217;t abbreviate the day-o-week, and watch out for extra commas&#8230;</p>
<p>Extra linebreaks break textags, and if you don&#8217;t give a city and state the &#8220;Where&#8221; bits breakdown.</p>
<p>Now that I got it working, I am a fan.<br />
Thanks, Assaf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Assaf</title>
		<link>http://labnotes.org/2005/08/14/textags-wp-plugin/comment-page-1/#comment-37</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Mon, 15 Aug 2005 20:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=91#comment-37</guid>
		<description>&lt;p&gt;Tantek,&lt;/p&gt;

&lt;p&gt;Due credit, it was other people who invented, I just decided to use. But it wasn&#039;t RFC 822 or YAML. It was people sending me e-mails with textual markup in them, and the need to simply capture it.&lt;/p&gt;

&lt;p&gt;Textags don&#039;t attempt to create a model, or devise an alternative to XML, but to simplify the human input part for some very common use cases. KISS and focus on the common usage.&lt;/p&gt;

&lt;p&gt;It makes it easier for me to tag posts, repost events, move the info around, etc. That&#039;s a pretty serious benefit.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Tantek,</p>
<p>Due credit, it was other people who invented, I just decided to use. But it wasn&#8217;t RFC 822 or YAML. It was people sending me e-mails with textual markup in them, and the need to simply capture it.</p>
<p>Textags don&#8217;t attempt to create a model, or devise an alternative to XML, but to simplify the human input part for some very common use cases. KISS and focus on the common usage.</p>
<p>It makes it easier for me to tag posts, repost events, move the info around, etc. That&#8217;s a pretty serious benefit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tantek</title>
		<link>http://labnotes.org/2005/08/14/textags-wp-plugin/comment-page-1/#comment-36</link>
		<dc:creator>Tantek</dc:creator>
		<pubDate>Mon, 15 Aug 2005 18:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=91#comment-36</guid>
		<description>&lt;p&gt;Hi Assaf,&lt;/p&gt;

&lt;p&gt;It appears you may have independently re-invented RFC 822 header fields: http://www.w3.org/Protocols/rfc822/rfc822.txt (e.g. view source on any internet email message).&lt;/p&gt;

&lt;p&gt;You may also want to take a look at YAML http://www.yaml.org/ which also contains a syntax like the one you came up with: http://yaml.org/spec/current.html e.g.&lt;/p&gt;

&lt;p&gt;hr:  65
avg: 0.278
rbi: 147&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Assaf,</p>
<p>It appears you may have independently re-invented RFC 822 header fields: <a href="http://www.w3.org/Protocols/rfc822/rfc822.txt" rel="nofollow">http://www.w3.org/Protocols/rfc822/rfc822.txt</a> (e.g. view source on any internet email message).</p>
<p>You may also want to take a look at YAML <a href="http://www.yaml.org/" rel="nofollow">http://www.yaml.org/</a> which also contains a syntax like the one you came up with: <a href="http://yaml.org/spec/current.html" rel="nofollow">http://yaml.org/spec/current.html</a> e.g.</p>
<p>hr:  65<br />
avg: 0.278<br />
rbi: 147</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hellonline &#187; Blog Archive &#187; Text Tags</title>
		<link>http://labnotes.org/2005/08/14/textags-wp-plugin/comment-page-1/#comment-35</link>
		<dc:creator>Hellonline &#187; Blog Archive &#187; Text Tags</dc:creator>
		<pubDate>Mon, 15 Aug 2005 06:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.labnotes.org/?p=91#comment-35</guid>
		<description>&lt;p&gt;[...] My friend Assaf writes about Textags:  Textags are simple textual markups that use the first word in a line to indicate the meaning of what follows. They make it incredibly easy to create posts with rich data: events, people, tags. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] My friend Assaf writes about Textags:  Textags are simple textual markups that use the first word in a line to indicate the meaning of what follows. They make it incredibly easy to create posts with rich data: events, people, tags. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

