TikiWiki 或类似的 php 4
我正在寻找内容管理系统/框架来构建一个网站,该网站具有一些(或多或少)静态页面、事件日历和维基部分,可能在某个时候添加论坛。我发现的最好的是 TikiWiki,但我的主机(我无法更改)仍在使用 php 4。有人还有其他建议吗?我不关心一般的网站设计/主题(事实上我更喜欢自己做),只是管理后端的东西。一直在考虑自己编写它,也许使用像 codeigniter 这样的东西,或者拼凑几个不同的 cms,但我愿意接受建议。
I'm looking for content management system/framework to build a website which has some (more or less) static pages, an events calendar and a wiki section, possible adding a forum at some point. The best I've found is TikiWiki, but my host (which I can't change) is still using php 4. Anyone have any other suggestions? I'm not bothered about general site design/themes (in fact I'd prefer to do that myself), just something to manage the back end. Been thinking about writing it myself, maybe using something like codeigniter, or cobbling together a couple of different cms's, but I'm open to suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
旧版本的 DokuWiki (<= 2009-02-14b) 可与 PHP 4 配合使用。DokuWiki 有许多插件可以实现该功能并且编写您自己的插件很容易。
Drupal 6 也可能是一个不错的选择。
使用插件时要做好应对大量错误、咒骂和向后移植工作的准备。 PHP 4 已经正式“死亡”两年了。
Old releases of DokuWiki (<= 2009-02-14b) work with PHP 4. There are many plugins for DokuWiki that may implement the functionality and writing your own plugins is a snap.
Drupal 6 may also be a good option.
Be prepared for lots and lots of errors, cursing and backporting work when using plugins. PHP 4 is officially "dead" for two years now.