活动网站 CMS/框架建议
我计划在第一阶段建立一个网站,其中包含以下内容:
- 活动列表
- 管理员管理活动
- 注册活动(购买门票)
- 新闻列表
- 管理新闻
- 支持多语言
在下一阶段,我希望该网站成为一个社交网站网络站点(考虑 elgg)
我希望该网站轻便且快速。我尝试过 Joomla/Drupal。他们似乎很慢。
对于框架/CMS 有什么建议吗?
I'm planning to build a website that has the following in the first Phase
- Events List
- Events Management by admin
- Register for events (buy tickets)
- News List
- Manage News
- Support Multi-Language
In the next phase i would like the site to be a social networking site (considering elgg)
I want the website to be light and fast. I've tried Joomla/Drupal. They seem to be slow.
Any recommendations for a framework/CMS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我一直在使用 Textpattern 来开发我正在开发的基于 CMS 的网站,到目前为止,它似乎可以处理所有我在 CMS 工作中全力推进,同时不妨碍代码。与大多数 CMS 程序一样,它有一定的学习曲线,但很容易上手。您仍然需要构建事件功能(查看插件 ZemEvents ),因为 Textpattern 一开始只进行基本安装,然后您可以根据需要进行添加。不过,您可能需要以不同的方式处理电子商务,不确定是否有任何 Textpattern 插件可以处理该问题。
I've been using Textpattern for a CMS based website I am developing, and so far it seems like it can handle all of the CMS work I push at it while staying out of the way as far as code. It has a bit of a learning curve like most CMS programs, but is pretty easy to pick up. You'll still have to build out the functionality for events (look into the plugin ZemEvents), as Textpattern starts out with just the base install and you add on to it as needed. You may need to handle E-commerce differently though, not sure if there are any plugins for Textpattern that could handle that.
我个人赞同 LocalPCGuy 的推荐,因为在我看来,Textpattern 是市场上最被低估的 CMS。我特别喜欢它的简单的类似 XML 的模板标签。
谈到简单的模板,您可能还想查看基于 Python 的 Django 框架。到目前为止,这是我遇到过的最快的框架/cms。
I, personally second LocalPCGuy’s recommendation since Textpattern is, in my eyes, the most underestimated CMS in the market. I especially love it for its simple XML-like templating tags.
Talking about easy templating you might also want to check out the Python based Django framework. This is, by far, the fastest framework/cms I ever came across.