5

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?

apito
  • 327
  • 3
  • 10

2 Answers2

4

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
  • 32,032
  • 8
  • 79
  • 100
0

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

robince
  • 10,826
  • 3
  • 35
  • 48