<?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: Using a How-To Directory</title>
	<atom:link href="http://www.keenerliving.com/using-a-how-to-directory/feed" rel="self" type="application/rss+xml" />
	<link>http://www.keenerliving.com/using-a-how-to-directory</link>
	<description>A retired professional talks about life, technology, learning</description>
	<lastBuildDate>Fri, 10 Feb 2012 22:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bruce Keener</title>
		<link>http://www.keenerliving.com/using-a-how-to-directory#comment-1399</link>
		<dc:creator>Bruce Keener</dc:creator>
		<pubDate>Tue, 14 Aug 2007 18:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.keenerliving.com/2007/08/14/using-a-how-to-directory/#comment-1399</guid>
		<description>I think I&#039;ll just go with your initial suggestions ... the more simple I can keep it, the more likely I&#039;ll turn it into a habit.

Great input, though. The latter tools you mentioned may be just exactly what someone else is looking for.</description>
		<content:encoded><![CDATA[<p>I think I&#8217;ll just go with your initial suggestions &#8230; the more simple I can keep it, the more likely I&#8217;ll turn it into a habit.</p>
<p>Great input, though. The latter tools you mentioned may be just exactly what someone else is looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas R. Hall</title>
		<link>http://www.keenerliving.com/using-a-how-to-directory#comment-1398</link>
		<dc:creator>Thomas R. Hall</dc:creator>
		<pubDate>Tue, 14 Aug 2007 18:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.keenerliving.com/2007/08/14/using-a-how-to-directory/#comment-1398</guid>
		<description>Another good text-based markup language is Textile, but it is more for generating web pages and is more feature-rich (at the expense of plain-text readability). Another EXCELLENT wiki is Confluence (by Atlassian), but it requires Java and a database, but even supports things like WebDAV to edit your wiki as a mounted directory (via drag and drop). But, that is beyond the scope of what the Wiki/text markup would be useful for in this case...</description>
		<content:encoded><![CDATA[<p>Another good text-based markup language is Textile, but it is more for generating web pages and is more feature-rich (at the expense of plain-text readability). Another EXCELLENT wiki is Confluence (by Atlassian), but it requires Java and a database, but even supports things like WebDAV to edit your wiki as a mounted directory (via drag and drop). But, that is beyond the scope of what the Wiki/text markup would be useful for in this case&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Keener</title>
		<link>http://www.keenerliving.com/using-a-how-to-directory#comment-1397</link>
		<dc:creator>Bruce Keener</dc:creator>
		<pubDate>Tue, 14 Aug 2007 18:21:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.keenerliving.com/2007/08/14/using-a-how-to-directory/#comment-1397</guid>
		<description>That&#039;s some fine information, Thomas. Thanks for the links on these. I have heard of Markdown, but had not done anything with it, yet. Had not heard of DokuWiki, and I will give it a try as well.

Thanks for the great info!</description>
		<content:encoded><![CDATA[<p>That&#8217;s some fine information, Thomas. Thanks for the links on these. I have heard of Markdown, but had not done anything with it, yet. Had not heard of DokuWiki, and I will give it a try as well.</p>
<p>Thanks for the great info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas R. Hall</title>
		<link>http://www.keenerliving.com/using-a-how-to-directory#comment-1396</link>
		<dc:creator>Thomas R. Hall</dc:creator>
		<pubDate>Tue, 14 Aug 2007 18:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.keenerliving.com/2007/08/14/using-a-how-to-directory/#comment-1396</guid>
		<description>This sounds like the perfect use for a wiki. I also like having plain text files in order to be portable and searchable. A wiki also allows a more seamless linking and displaying images, etc.

A good way to have your cake and eat it too is to use a wiki that stores files as plain text and then use a text-based markup language to write the content. My favorites for this are DokuWiki [1] as the wiki and Markdown [2] as the markup language. This allows you to keep the How-to docs in plain text and in any directory structure you desire and also makes viewing pages with screenshots and linking easy. DokuWiki also has built-in search, so you get web-based search for as well. Markdown is great to read as text (even in email) and the plug-in for DokuWiki generates the web-based view for you.

[1]: DokuWiki - http://wiki.splitbrain.org/wiki:dokuwiki
[2]: Markdown - http://daringfireball.net/projects/markdown/</description>
		<content:encoded><![CDATA[<p>This sounds like the perfect use for a wiki. I also like having plain text files in order to be portable and searchable. A wiki also allows a more seamless linking and displaying images, etc.</p>
<p>A good way to have your cake and eat it too is to use a wiki that stores files as plain text and then use a text-based markup language to write the content. My favorites for this are DokuWiki [1] as the wiki and Markdown [2] as the markup language. This allows you to keep the How-to docs in plain text and in any directory structure you desire and also makes viewing pages with screenshots and linking easy. DokuWiki also has built-in search, so you get web-based search for as well. Markdown is great to read as text (even in email) and the plug-in for DokuWiki generates the web-based view for you.</p>
<p>[1]: DokuWiki &#8211; <a href="http://wiki.splitbrain.org/wiki:dokuwiki" rel="nofollow">http://wiki.splitbrain.org/wiki:dokuwiki</a><br />
[2]: Markdown &#8211; <a href="http://daringfireball.net/projects/markdown/" rel="nofollow">http://daringfireball.net/projects/markdown/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

