Django 评论和评级系统
我正在寻找一个可以与我的 Django 网站顺利集成的博客和评论系统。我在网上发现了很多,但有点迷失了,我在这方面没有太多经验。希望大家能给我一些建议。
以下是我想要的东西:
- 标签云
- 文章存档(按月/按年)
- 文章评级(例如带有星星或自定义图标)
- 对特定主题/文章的评论
- 特定评论的子评论(即跟进)评论)
- 博客/文章搜索
- 能够关联其他相关文章(即后续文章)
- 如果评论太长则分页
- OpenID 支持(例如 facebook、hotmail、blogger、twitter...等)
- 支持在用户发表评论之前登录
- 能够检索博客标题并自定义显示顺序
- 能够将本文订阅到RSS
- 能够通过电子邮件将此文章发送给朋友(这可能不属于评论系统)
如果我错过了一些常用功能,请告诉我。我正在寻找的评论系统应该能够完成那些流行的评论系统在网络上应该完成的大部分工作,例如WordPress。
非常感谢大家。祝你今天过得愉快。
I am looking for a blogging and comments system that can smoothly integrate with my Django sites. I've found there is a lot on the Net and got lost a bit, and I don't have much experience on this. Hope you guys can give me some suggestions.
Here are the things that I would like to have:
- Tag Clouds
- Articles Archive (by months/by years)
- Articles Rating (e.g. with Stars or customize icons)
- Comments to the particular Topic/Articles
- Sub-Comments of a particular comments (i.e. following up comments)
- Blogs/Articles Searching
- Able to relate other articles that is relevant (i.e. follow up Articles)
- Pagination of the comments if get too long
- OpenIDs supports (e.g. facebook, hotmail, blogger, twitter...etc)
- Support login before user can comments
- Able to retrieve Blogs' Header and customized the display order
- Able to subscribe this article to RSS
- Able to Email this to friends (this may not belongs to the comments system)
If I missed some common functions, please let me know. The comments system I am looking for should do most jobs that those popular comments system should do on the web, e.g. WordPress.
Thank you so much everyone. Have a nice day.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我本人非常喜欢 django-threadedcomments。它支持线程评论,就像您在 Disqus 中看到的那样。
I myself really like django-threadedcomments. It supports threaded commenting like what you would see in Disqus.
我听说 django-comment-utils 非常好。 - 你可以测试一下吗:)
i heard django-comment-utils is quite good. - may you test it :)