内容管理系统开发清单
大家好,我即将深入研究并为我未来的所有项目创建一个 CMS。我看过其他人(wordpress、表达式引擎等),它们都有出色的功能。
我想基本问题是:你们认为开发 CMS 时必须具备什么?
我已经把简单的事情记下来了。媒体处理、内容处理、作者处理、错误跟踪。
Hay Guys, I'm about to dive in and create a CMS for all my future projects to be based off. I've looked at others about (wordpress, expression engine, etc) All of them have excellent features.
I guess the basic question is: What do you guys think is a must have when developing a CMS?
I've got the simples down. Media handling, Content Handling, Author Handling, Bug Tracking.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这可能听起来很滑稽,但是...如果您正在为自己开发 CMS 系统(或实际上任何系统),那么您应该完全关注当前项目的需求。
我的意思是,开发自己的系统的最大优势可能是它没有任何您不使用的不必要的功能(和错误)。
事实上,我想说仅实现实际使用的功能非常重要,原因是如果某个功能没有被使用,那么它很可能会充满错误,因为它尚未被用户广泛测试和使用。
保持代码库的良好和干净还意味着将来在需要时添加功能会更简单(由于您熟悉代码库这一事实而有所帮助)
例如,除非您希望用户能够更改单击按钮即可看到他们网站的外观和感觉,您可能不应该实现主题/皮肤系统。相反,只需确保正确分离出代码的 UI 部分,以便在需要时轻松轻松地修改 CRM 的外观。
This might sound facetious but... if you are developing a CMS system (or in fact any system) for yourself then you should focus entirely on the needs of your immediate projects.
What I mean by this is that possibly the greatest advantage of developing your own system is that it doesn't have any of the uneccessary features (and bugs) that you dont use.
In fact, I'd say its very important to only implement features that will actually be used, the reason being that if a feature doesnt get used then the chances are that it will be riddled with bugs because its not been extensively tested and used by users.
Keeping the code base nice and clean also means that its simpler to add functionality in the future as and when its needed (helped by the fact that your familiar with the code base)
For example, unless you want your users to be able to change the look and feel of their site at the click of a button you probably shouldnt implement a theme / skinning system. Instead just make sure that you properly separate out the UI portions of your code so its nice and easy to modify the look and feel of your CRM when you need to.
不要复制其他人已经做过数千次的事情。做出一些独特的东西。
Don't copy what everybody else have already done thousand times. Make something unique.
提供支持和插件的强大社区。
A strong community to provide support, and plugins.
工作流程很重要,即将页面从草稿移动到已发布再到存档的能力
Workflow is important i.e. The ability to move pages from Draft to Published to Archived