Source Forum with API

有没有人对基于PHP,Python或J2EE的网络论坛提出建议,该论坛有一个用于编程创建用户和论坛主题的良好API?


phpBB would be the first that comes to mind as open-source, simply because it's free.

In reality almost all forum platforms have some sort of 'api' in that you can do whatever you need programatically, it just may not be as simple as 'add_user(bob)'. A few lines of code and a SQL query or two and you can usually achieve everything you need.

Out of personal preference I would recommend vBulletin, however it does have a fee. The benefit of this is that it has a very strong modding community that have probably already accomplished everything you need at http://vbulletin.org.

链接地址: http://www.djcxy.com/p/42792.html

上一篇: 为什么Microsoft .NET Framework客户端配置文件是256 MB?

下一篇: 来源论坛与API