A few features on top of simplewiki.py.
Requires:
- web.py
- template.py
- markdown.py or python-markdown
- Python 2.4+
Features:
- ezlinks: enclose any combination of letters, spaces and the underscore character '_' in double square brackets - [[A Link]].
- link information: Easily find the backlinks and forward links for any page.
- wiki information: Orphaned pages, uncreated pages, and link stats for your wiki.
- simple to extend: It's all about the plain text. No fancy formats, no databases. Whatever you can pull out of plaintext is fair game.
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
edit.html
info.tmpl a simple template to display link information (http://localhost:8080/~info)
wiki.py
utilities.py

