<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>El Tramo | WiGit</title>
  <subtitle>Remko Tronçon's Homepage</subtitle>
  <link href="http://el-tramo.be/blog/tag/wigit/feed/" rel="self" type="application/rss+xml"/>
  <link href="http://el-tramo.be/"/>
  <updated>2011-12-30T17:00:29+01:00</updated>
  <id>http://el-tramo.be/</id>
  <author>
    <name>Remko Tronçon</name>
    <uri>http://el-tramo.be/about/</uri>
  </author>
  
  <entry>
    <title>WiGit: A Simple Git-based Wiki</title>
    <author>
      <name>Remko Tronçon</name>
      <uri>http://el-tramo.be/about/</uri>
    </author>
    <link href="http://el-tramo.be/blog/wigit-intro"/>
    <updated>2008-07-21T00:00:00+02:00</updated>
    <id>http://el-tramo.be/blog/wigit-intro</id>
    <content type="html">For a while now, I'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 &lt;a href=&quot;http://www.wikimatrix.org/&quot;&gt;WikiMatrix&lt;/a&gt; and still not finding what I was looking for, I ended up doing what hundreds have done before me: wrote &lt;a href=&quot;http://el-tramo.be/software/wigit&quot;&gt;my own wiki&lt;/a&gt;, and threw it on the pile of exitsing ones.

&lt;!--more--&gt;Up until recently, I've been using &lt;a href=&quot;http://tipiwiki.sourceforge.net&quot;&gt;TipiWiki&lt;/a&gt; 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), ... I liked the idea of &lt;a href=&quot;http://atonie.org/2008/02/git-wiki&quot;&gt;git-wiki&lt;/a&gt;, which used &lt;a href=&quot;http://git.or.cz&quot;&gt;Git&lt;/a&gt; as its backend, giving it good history support, and the fact that all documents are in a real repository. However, git-wiki uses &lt;a href=&quot;http://sinatra.rubyforge.org/&quot;&gt;Sinatra&lt;/a&gt;, which requires way too much valuable resources than I want to spend on a simple wiki.

So, I took the idea of using Git as a backend, threw in the &lt;a href=&quot;http://textile.thresholdstate.com/&quot;&gt;Textile&lt;/a&gt; PHP class for marking up text, and wrote &lt;a href=&quot;http://el-tramo.be/software/wigit&quot;&gt;WiGit&lt;/a&gt;: 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.
</content>
  </entry>
  
</feed>

