具有可插入认证系统的轻量级 python wiki 引擎
我需要将 wiki 添加到我的 Tornado Web 应用程序中。我是Python新手,所以我希望学习和集成它不会太吓人,并且可以使用我现有的身份验证系统,因此是轻量级的。如果能使用mongodb后端就更好了。
我已经看过 moin-moin 了,它看起来太复杂了(?)。还有其他选择吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 Hatta。覆盖
WikiRequest.get_author()
方法来插入您的身份验证系统。但它使用 Mercurial 存储库来存储数据。Have a look at Hatta. Overwrite
WikiRequest.get_author()
method to plug your authentication system. But it uses mercurial repository to store the data.Skeletonz 是一个非常好的轻量级 Python cms,可能值得一看...
Skeletonz is a very nice lightweight Python cms that might be worth a look...