document updated 12 years ago, on Aug 24, 2012
Here, we use the term "client-side wiki" to mean:
- the markup ⇒ HTML conversion happens on the client side, via Javascript
- the webserver serves ONLY static content (I want this setup to be able to work almost anywhere)
- the actual editing is done server-side (using Vim+SSH or via a Samba network share), and all permissions are handled by the Un*x server, independent of the
- using Git as a version-control system is possible, but that's totally transparent to the end-user... that's only a concern of people who have permission to edit things server-side
JS libs that convert Markdown ⇒ HTML