views:

172

answers:

2

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?

+1  A: 

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

Denis Otkidach
looks simple enough. need to see if i can use tornado templating instead of WikiPage.
apito
A: 

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

thrope