OSQA 与 Askbot?

发布于 2024-11-08 02:47:30 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

陌路黄昏 2024-11-15 02:47:30

Askbot被多家知名软件公司内部使用,并且有一些活跃的公共实例。例如,1) answers.ros.org 大约有 1000 位用户,2) libreoffice 支持页面

Askbot 有数百个单元测试(截至本文为 415 个),通常非常稳定。关键错误在同一天得到修复。

另一件事是,askbot 是一个应用程序,不一定是一个专用站点(但可以是),与 osqa 不同。

Askbot 可以通过“pip”或“easy_install”安装,所有依赖项都会自动处理。

您还可以在 github 上分叉 Askbot 并做出贡献。
https://github.com/ASKBOT/askbot-devel/

Askbot is used by several well known software companies internally and there are some active public instances. For example, 1) answers.ros.org has about 1000 users, and 2) libreoffice support page.

Askbot has several hundred unit tests (415 as of this post) and is generally very stable. Critical bugs are fixed the same day.

Another thing is that askbot is an application, not necessarily a dedicated site (but can be), unlike osqa.

Askbot can be installed via "pip" or "easy_install", with all dependencies taken care of automatically.

You can also fork askbot on github and contribute.
https://github.com/ASKBOT/askbot-devel/

不…忘初心 2024-11-15 02:47:30

OSQA 确实拥有更广泛的用户群和活跃的支持社区。在很多方面,它们之间没有太多选择 - 无论哪种方式,您都可以运行现成的它们,或者您可以调整它们,因为它们都是开源的。要调整其中任何一个,您需要了解 Django。如果你还不了解 Django,它可能不值得学习;有些人(包括我)认为这是一个“昨天的框架”——这意味着它将在未来几年内存在,但如果你重新开始,你可能想从其他地方开始,而不是从 Django 开始。

OSQA 确实有很多站点的跟踪记录,其中一些站点非常繁忙。好吧,按照 Stack Overflow 的标准来看,不算忙,但也够忙了——LockerGnome.net 有 17,000 个问题; 42,000 个答案;和 6,000 个用户。大约有 10 个 OSQA 网站,有超过 10,000 个问题和 1,000 名用户 - 大约是最大的 Askbot 网站的十倍。还有几十个小于 q:10,000, u:1,000 阈值的 OSQA 站点。

还有其他选择 - 您可以尝试通过 Area51.StackExchange.com 启动站点;还有 PHP 语言的问答软件。据我所知,没有 Node.js 问答,但也许应该有。或者,如果您想要付费,并且想要一个巨大的网站,可以选择 QATO,它以 SAAS 的形式出租。

OSQA does have a wider user base, and an active support community. In lots of ways, there's not a lot of choice between them - either way, you can run them off-the-shelf, or you can tweak them, as they're both open source. And to tweak either of them, you'll need to get your head around Django. If you don't know Django already, it may not be worth learning; some people (including me) think that it's a "yesterday's framework" - which means it will be around for years to come, but if you're starting afresh, there are other places you might want to start from, rather than Django.

OSQA does have a track record of lots of sites, some of which are quite busy. OK, not busy by Stack Overflow standards, but busy enough - LockerGnome.net has 17,000 questions; 42,000 answers; and 6,000 users. There are about 10 OSQA sites that have over 10,000 questions and 1,000 users - about ten times bigger than the biggest Askbot site. Then there are several dozen OSQA sites smaller than that q:10,000, u:1,000 threshold.

There are other options - you could try starting a site via Area51.StackExchange.com; and there's Q&A software available in PHP too. As far as I know, there isn't a node.js Q&A, but maybe there should be. Or, if you want to pay, and have a huge site in mind, there's QATO, which rents out as SAAS.

枕梦 2024-11-15 02:47:30

我对两者都进行了研究。数字不言而喻。

OSQA 在 Github 上有 597 颗星。上次提交是 2 年前。它仅支持 Dajngo 1.6。大多数代码最近没有更新。

Askbot 有 1,170 颗星。上次提交是 2 个月前。它支持 Dajngo 1.8。最近更新了很多代码。

我的个人经验是我能够轻松测试 Askbot。虽然修改源代码似乎很困难。

Askbot 似乎更新和维护得更多。

https://github.com/dzone/osqa

I did a research on both. The numbers speak for themselves.

OSQA has 597 stars on Github. Last commit was 2 years ago. It supports only Dajngo 1.6. Most code has not been recently updated.

Askbot has 1,170 stars. Last commit was 2 months ago. It supports on Dajngo 1.8. A lot of code has been recently updated.

My personal experience was that I was able to test Askbot easily. Though modifying the source code seems to be hard.

Askbot seems to be more updated and maintained.

https://github.com/dzone/osqa

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文