]> sipb.mit.edu Git - ikiwiki.git/blob - doc/competition.mdwn
(no commit message)
[ikiwiki.git] / doc / competition.mdwn
1 When I started ikiwiki in 2006, there were no other existing systems that
2 filled quite the niche of generating a static html wiki out of markdown
3 files stored in a [[VCS|rcs]]. My 
4 [first blog about ikiwiki](http://kitenet.net/~joey/blog/entry/seeking_wiki/)
5 looked at some projects that were semi-close, and found them wanting.
6
7 My hope was that besides being useful to all its [[users|ikiwikiusers]],
8 ikiwiki would help spread its underlying concepts. Let a thousand flowers
9 bloom! These are some that have sprung up since. --[[Joey]]
10
11 * [Gitit](http://gitit.johnmacfarlane.net/) is a wiki backed by a git (or
12   darcs) filestore. No static rendering here; pages are generated on the fly.
13   It's written in Haskell and uses the amazing PanDoc to generate html
14   from markdown or many other formats.
15
16 * [Markdoc](http://blog.zacharyvoase.com/post/246800035) statically builds
17   a wiki from markdown source (which can be in a VCS, if you check it in).
18   It includes a built-in webserver to ease serving the generated static
19   html.