PyGitWiki
- A simple wiki, which uses git as a revision repository
- based on textile and wz_tooltip.js
- Currently the source is located at git.bobfrank.org
- useful for organizing thoughts and seeing who’s thoughts were organized
Features
- very simple
- git based in python for minimal code
- git blame being used for viewing with tooltip for details of who made the most recent change to a line
- git log is viewable at log (along with diffs)
- renaming a wiki page goes into each page containing a link to the renamed page, and corrects it for you.
- a preview button so you can see the textile output without saving
To-do items for this project
- notifications of changes (if you subscribe to a page, or to new pages)
- fancier preview tab
- a hierarchy of wikis, so one wiki can belong to another