I’ve just released my personal wiki system mnemosyne to the public. It runs under Django, written in Python and I’ve released it under the BSD licence, check it out at mnemosyne.simon.net.nz
Features:
- internal and external linking
- page versioning
- edit history tracking
- backlinks
- users (sort of - in progress),
- page tagging
- bibtex handling
- a pretentious name
- ’sensible’ file attachment handling
- ’sensible’ data storage
- full search capabilities
- swappable wiki parsers (textile, reStructured Text, plain text and
should be easy to add others) - macros for extra functionality
This is the first major app. I’ve tackled in both python and Django, and I would love to hear comments / criticisms / suggestions. Be brutal!
–Simon