A few features on top of simplewiki.py.

Requires:

Features:

Layout:

wiki/
  wiki.py
  utilities.py
  templates/ 
    view.html
    edit.html
    info.tmpl
  static/
    links.png
    gohome.png

NOTE: You'll have to provide your own links.png and gohome.png. I use 16 X 16 pixel-style icons.

Source:

view.html

src/wiki/view.html

edit.html

src/wiki/edit.html

info.tmpl a simple template to display link information (http://localhost:8080/~info)

src/wiki/info.tmpl

wiki.py

src/wiki/wiki.py

utilities.py

src/wiki/utilities.py