Question

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?

Was it helpful?

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.

OTHER TIPS

Skeletonz is a very nice lightweight Python cms that might be worth a look...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top