javisantana / hg-wiki
small wiki application based on mercurial.
$ hg clone http://bitbucket.org/javisantana/hg-wiki/
Intro
this a small self-contained application (136 lines) that runs a wiki based on mercurial control version system. It works *inside* mercurial repository it is *NOT* a repository itself since has more sense to have a wiki inside project repo (like bitbucket) than another repo.
really quick start
if you want to start to write your wiki execute next steps:
easy_install hg-wiki hg init myrepo cd myrepo hg-wiki.py wiki
installation
install python, setup_tools (for easy_install) and mercurial
easy_install juno easy_install creoleparser
quick start
Inside your mercurial repository execute:
python hg-wiki.py mywiki
A complete example looks like this:
hg init myrepo cd myrepo python /path/to/hg-wiki.py wiki
point web browser to http://localhost:8080 and begin to edit
This command creates a new folder, initilize a new mercurial repository and start to serve http application. In order to see available syntax, go to http://www.wikicreole.org/wiki/Creole1.0
credits
juno and creoleparser creators, github for wiki css styles and git-wiki for inspiration
This revision is from 2009-05-26 22:15
