Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 625
apito Avatar asked Oct 14 '22 12:10

apito


1 Answers

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

like image 74
Denis Otkidach Avatar answered Oct 20 '22 16:10

Denis Otkidach