<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>El Tramo &#187; git-wiki</title>
	<atom:link href="http://el-tramo.be/blog/tag/git-wiki/feed" rel="self" type="application/rss+xml" />
	<link>http://el-tramo.be</link>
	<description>Remko Tronçon&#039;s Homepage</description>
	<lastBuildDate>Tue, 24 Aug 2010 17:46:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WiGit: A Simple Git-based Wiki</title>
		<link>http://el-tramo.be/blog/wigit-intro</link>
		<comments>http://el-tramo.be/blog/wigit-intro#comments</comments>
		<pubDate>Mon, 21 Jul 2008 10:34:08 +0000</pubDate>
		<dc:creator>Remko Tronçon</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[git-wiki]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Textile]]></category>
		<category><![CDATA[TipiWiki]]></category>
		<category><![CDATA[WiGit]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://el-tramo.be/?p=128</guid>
		<description><![CDATA[For a while now, I&#8217;ve been looking for a simple wiki to manage my personal notes and to do some basic shared editing. After looking through the vast number of wikis on WikiMatrix and still not finding what I was looking for, I ended up doing what hundreds have done before me: wrote my own wiki, [...]]]></description>
			<content:encoded><![CDATA[<p>For a while now, I&#8217;ve been looking for a simple wiki to manage my personal notes and to do some basic shared editing. After looking through the vast number of wikis on <a href="http://www.wikimatrix.org/">WikiMatrix</a> and still not finding what I was looking for, I ended up doing what hundreds have done before me: wrote <a href="http://el-tramo.be/software/wigit">my own wiki</a>, and threw it on the pile of exitsing ones.</p>
<p><span id="more-128"></span>Up until recently, I&#8217;ve been using <a href="http://tipiwiki.sourceforge.net">TipiWiki</a> as my notebook, which is very light, simple, and easy to deploy. However, recently started running into its limitations, including limited markup possibilities (e.g. no multi-level lists), the lack of decent history (seeing who changed what, when), &#8230; I liked the idea of <a href="http://atonie.org/2008/02/git-wiki">git-wiki</a>, which used <a href="http://git.or.cz">Git</a> as its backend, giving it good history support, and the fact that all documents are in a real repository. However, git-wiki uses <a href="http://sinatra.rubyforge.org/">Sinatra</a>, which requires way too much valuable resources than I want to spend on a simple wiki.</p>
<p>So, I took the idea of using Git as a backend, threw in the <a href="http://textile.thresholdstate.com/">Textile</a> PHP class for marking up text, and wrote <a href="http://el-tramo.be/software/wigit">WiGit</a>: a simple, themable wiki in PHP (which is less cool, but also less heavy than Ruby/Sinatra), built upon Git, with history support, basic user support (from HTTP authentication), and pretty URLs. The default theme is still rough, and there are still a bunch of features coming up, but it should function properly already as a simple wiki for your everyday needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://el-tramo.be/blog/wigit-intro/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
