pythonwiki-engine

Lightweight python wiki engine with pluggable auth system


I need to add wiki to my Tornado webapp. i'm new to python so i would like it not too intimidating to be learned and integrated and can use my existing authentication system, hence the lightweight. it would be better if can use mongodb backend.

I already take a look at moin-moin and it seems too complex(?). any other alternative?


Solution

  • Have a look at Hatta. Overwrite WikiRequest.get_author() method to plug your authentication system. But it uses mercurial repository to store the data.