Skip to content

milkmeat/zbox_wiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

ZBox Wiki is a lightweight wiki system write in Python.

install it

git clone git://github.com/shuge/zbox_wiki.git
cd zbox_wiki
sudo python setup.py

zwadmin.py create /tmp/my_instance
cd /tmp/my_instance

enable anyone could edit it via web frontend

sed -i -e  s/readonly\ =\ True/readonly\ =\ False/g /tmp/foo/myproj/conf.py

run instance

zwd.py --path /tmp/foo/myproj --port 8080

Visit local local for more information.

Screenshots

TeX/LaTeX to Image

TeX/LaTeX in ZBox Wiki

Graphviz/dot to Image

Graphviz/dot in ZBox Wiki.

Button Mode Path

button-mode-path

Auto Table Of Content and Highlight

ZBox Wiki - auto TOC and highlight

List Page Files in Tree

list-in-tree

Search View

search

About

A lightweight wiki system implement in web.py

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.9%
  • JavaScript 13.0%
  • Shell 0.1%