fn-git-wiki is a simple wiki with MediaWiki syntax that relies on git to keep pages' history. It also maintains a static mirror for freenet insertion as freesite.
The fellowing gems are required to run fn-git-wiki:
Create a new directory for your wiki mkdir ~/wikidir && cd ~/wikidir && git init && mkdir jSite && mkdir static
Place your CSS (call it wiki.css
for easy defaults) and image files in the folder static
.
(you can grab a sample css here: http://github.com/downloads/saces/fn-git-wiki/wiki.css )
Copy/link the folder static
to jSite/static. (Don't forget to update if you modify stuff in static.)
CD into the wiki dir and run with path/to/run.ru -o127.0.0.1 -sthin -p4567
and point your browser at http://127.0.0.1:4567/. Enjoy!
Just insert the jSite
folder.
- How to use vim to edit <textarea> in lynx
- ikiwiki is a wiki compiler supporting git
fn-git-wiki was originally forked from Sr's git-wiki
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2008 Simon Rozet <simon@rozet.name>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.