ikiwiki/doc/index.mdwn

23 lines
970 B
Plaintext
Raw Normal View History

2006-03-11 06:23:10 +01:00
ikiwiki is a wiki compiler. It converts a directory full of wiki pages
2006-03-10 03:10:44 +01:00
into html pages suitable for publishing on a website. Unlike a traditional
wiki, ikiwiki does not have its own means of storing page history, its own
2006-03-11 06:23:10 +01:00
markup language, or support for editing pages online.
2006-03-10 05:28:06 +01:00
To use ikiwiki to set up a wiki, you will probably want to use it with a
2006-03-10 03:10:44 +01:00
revision control system, such as [[Subversion]], for keeping track of past
2006-03-10 09:19:53 +01:00
versions of pages. ikiwiki can run as a Subversion [[post-commit]] hook, so
2006-03-10 03:10:44 +01:00
that each committed change to your wiki is immediatly compiled and
2006-03-11 06:23:10 +01:00
published.
See [[Features]] for a current list of ikiwiki's features. [[WhyIkiWiki]]
might be useful if you're considering using this.
2006-03-10 03:10:44 +01:00
2006-03-11 01:40:34 +01:00
[[Setup]] has a tutorial for setting up ikiwki.
2006-03-10 03:10:44 +01:00
[[TODO]] lists things that need to be added to ikiwiki before most people
would consider it a full-fledged wiki.
All wikis are supposed to have a [[SandBox]], so this one does to.
2006-03-11 05:37:11 +01:00
ikiwiki is developed by [[Joey]].