Merge: Nitiwiki: a quick wiki builder based on markdown files
authorJean Privat <jean@pryen.org>
Tue, 25 Nov 2014 01:05:56 +0000 (20:05 -0500)
committerJean Privat <jean@pryen.org>
Tue, 25 Nov 2014 01:05:56 +0000 (20:05 -0500)
commit3d7e24efc429712aad8c4ae50931f5c86e9c1038
treece487dd99988b0119923495a2cc68ebc4ee7ff18
parentd70def6d4944e1f860db4c2784f864071ec6bb6f
parent67e399dee0ad32f78d58aaaff09f4d2b15e14d0f
Merge: Nitiwiki: a quick wiki builder based on markdown files

Introduces `nitiwiki` a contrib tool that generate an html wiki structure based on markdown files.
Behavior is very similar to ikiwiki (but simplified).

Features:

* automatic wiki structure from folders hierarchy
* automatic site menu
* automatic sitemap
* automatic summaries
* easy and rapid templating
* customizable section templates and menus
* rsync synchronization
* git synchronization

See http://moz-code.org/nitiwiki/ for online documentation. This is actually the `README.md` file rendered by nitiwiki. The full wiki can be found in `contrib/examples/nitiwiki`

Another example can be found at http://moz-code.org/uqam/. This is my TA site, entirely based on nitiwiki.

Pull-Request: #765
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>