<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: rst2html + git == personal wiki</title>
	<link>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/</link>
	<description>Armin Ronacher thinking</description>
	<pubDate>Thu, 28 Aug 2008 02:45:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: ulrik</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4595</link>
		<author>ulrik</author>
		<pubDate>Sat, 03 May 2008 22:23:59 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4595</guid>
		<description>@armin: killing the fun accepted, but you can use rst with ikiwiki

For me I use ikiwiki + git = personal wiki.. (using markdown)

See http://ikiwiki.info/plugins/rst/</description>
		<content:encoded><![CDATA[<p>@armin: killing the fun accepted, but you can use rst with ikiwiki</p>
<p>For me I use ikiwiki + git = personal wiki.. (using markdown)</p>
<p>See <a href="http://ikiwiki.info/plugins/rst/" rel="nofollow">http://ikiwiki.info/plugins/rst/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armin Ronacher</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4557</link>
		<author>Armin Ronacher</author>
		<pubDate>Sat, 03 May 2008 10:56:28 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4557</guid>
		<description>@foo: Why? Then I couldn't use rst and what would be the fun of it? :D</description>
		<content:encoded><![CDATA[<p>@foo: Why? Then I couldn&#8217;t use rst and what would be the fun of it? :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foo</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4554</link>
		<author>foo</author>
		<pubDate>Sat, 03 May 2008 10:38:58 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4554</guid>
		<description>Uhhh, use ikiwiki instead of a custom hack.</description>
		<content:encoded><![CDATA[<p>Uhhh, use ikiwiki instead of a custom hack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michele</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4542</link>
		<author>michele</author>
		<pubDate>Sat, 03 May 2008 08:10:16 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4542</guid>
		<description>Ops, sorry Armin I've totally missed the post-commit hook! :-(</description>
		<content:encoded><![CDATA[<p>Ops, sorry Armin I&#8217;ve totally missed the post-commit hook! :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armin Ronacher</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4541</link>
		<author>Armin Ronacher</author>
		<pubDate>Sat, 03 May 2008 07:43:03 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4541</guid>
		<description>There are smarter ways. One could use a sphinx extension + custom templates for a better solution. That would support links between documents and multiple output formats, but quite frankly i was too lazy :-)

For me it's a simple way to jot down notes and sync them between my mac and ubuntu box.</description>
		<content:encoded><![CDATA[<p>There are smarter ways. One could use a sphinx extension + custom templates for a better solution. That would support links between documents and multiple output formats, but quite frankly i was too lazy :-)</p>
<p>For me it&#8217;s a simple way to jot down notes and sync them between my mac and ubuntu box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Smith</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4540</link>
		<author>Ben Smith</author>
		<pubDate>Sat, 03 May 2008 07:17:23 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4540</guid>
		<description>I considered doing something like this, but I found creating new pages and linking them to eachother to be un-wiki-like. How do you handle linking between pages? RST links to the html version of the rst file? Or is there some smarter way? Would make it kind of a pita to follow the links while editing, wouldn't it?

I just settled on using emacs-muse-mode on svn + svk. Not that I've figured out how to get muse-mode to actually publish to HTML. But it is, after all, a *personal* wiki and I spend half my time in emacs anyway so I don't actually need it as HTML since links and images work fine from within emacs.</description>
		<content:encoded><![CDATA[<p>I considered doing something like this, but I found creating new pages and linking them to eachother to be un-wiki-like. How do you handle linking between pages? RST links to the html version of the rst file? Or is there some smarter way? Would make it kind of a pita to follow the links while editing, wouldn&#8217;t it?</p>
<p>I just settled on using emacs-muse-mode on svn + svk. Not that I&#8217;ve figured out how to get muse-mode to actually publish to HTML. But it is, after all, a *personal* wiki and I spend half my time in emacs anyway so I don&#8217;t actually need it as HTML since links and images work fine from within emacs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armin Ronacher</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4539</link>
		<author>Armin Ronacher</author>
		<pubDate>Sat, 03 May 2008 07:04:03 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4539</guid>
		<description>@michele: You don't have to build manually, on commit and update it automatically builds the changed files.</description>
		<content:encoded><![CDATA[<p>@michele: You don&#8217;t have to build manually, on commit and update it automatically builds the changed files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Clowers</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4532</link>
		<author>Kelly Clowers</author>
		<pubDate>Sat, 03 May 2008 04:52:24 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4532</guid>
		<description>No ikiwiki?</description>
		<content:encoded><![CDATA[<p>No ikiwiki?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michele</title>
		<link>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4515</link>
		<author>michele</author>
		<pubDate>Sat, 03 May 2008 00:48:33 +0000</pubDate>
		<guid>http://lucumr.pocoo.org/cogitations/2008/05/02/rst2html-git-personal-wiki/#comment-4515</guid>
		<description>Cool, my boss pointed me to something really nice integrating hg + rst in a similar fashion but without a manual build step, check it out here http://getschevo.org/slipper, we're loving it.</description>
		<content:encoded><![CDATA[<p>Cool, my boss pointed me to something really nice integrating hg + rst in a similar fashion but without a manual build step, check it out here <a href="http://getschevo.org/slipper," rel="nofollow">http://getschevo.org/slipper,</a> we&#8217;re loving it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
