良好的 CMS/发布平台,带有媒体插件和漂亮的网址
我正在寻找一个具有良好媒体库的良好发布平台。 我需要展示多种类型的视频和图像,因此一个好的媒体库是必须的。 我尝试过drupal,但我不喜欢节点组织结构。 我正在寻找一个简单的 URL 方案,因为将来我可能想将我的静态 html 站点迁移到这个平台。
所以我更喜欢一个网址类似于 www.mysite.com/parent/child/grandchild 的平台/page 有点像 atlassian confluence url(例如:confluence/display/TKB/Technical+Details)。 这样我就能够制作一个简单的脚本来将静态页面迁移到动态版本。
编辑:CMS/发布平台必须在 PHP 上运行。
I'm looking for a good publishing platform with a good media gallery. I'll need to show several sorts of video and images, so a good media gallery is a must. I've tried drupal, but I don't like the node organization structure. I'm searching for a simple URL scheme, because in the future I may want to migrate my static html site to this platform.
So I prefer a platform where urls are like www.mysite.com/parent/child/grandchild/page kinda like the atlassian confluence urls (ex: confluence/display/TKB/Technical+Details). This way I'll be able to make a simple script to migrate my static page to the dynamic version.
Edit: The CMS/publishing platform must run on PHP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我会衷心支持 WordPress。 它针对的是博客社区,但许多“严肃”网站都成功地使用了它:
它有许多很棒的媒体处理插件:
http://wordpress.org/extend/plugins/search.php?q=gallery
也可以自定义以生成您想要的任何 URL:
http://codex.wordpress.org/Using_Permalinks
到目前为止我已经用它开发了4个网站,而且很容易定制,并拥有庞大的用户基础。 FTW。
I would heartily get behind Wordpress. It is targeted at the blogging community, but a lot of "serious" sites use it with much success:
It has many great media-handling plugins:
http://wordpress.org/extend/plugins/search.php?q=gallery
and also can be customized to produce whatever URLs you want:
http://codex.wordpress.org/Using_Permalinks
I've used it to develop 4 sites so far, and it's easy to customize, and has a great user-base. FTW.
您在寻找开源的东西吗? 您可以尝试查看 Drupal 或 Joomla。 不过,我推荐 Drupal。
但如果您正在寻找自己的企业,那么您真的应该看看 Alfresco。
Are you looking for something opensource? you can try looking at Drupal or Joomla. Although, I recommend Drupal.
But if you are looking for your enterprise, you should really look at Alfresco.
最近,关于 Concrete5 的讨论越来越多。 URL 方案简单明了(您选择 slugs),以及完整的文件/媒体管理器和 插件-在市场。 我一直在客户工作中使用它,它是一个很好的组合,既可以为客户提供简单易用的功能,又可以为知道自己在做什么的开发人员提供足够强大的功能。
值得一看。
There's been some growing buzz around Concrete5 lately. The URL scheme is easy and straight forward (you pick the slugs), and a full file/media manager and a plug-in marketplace. I've been using it for client work and it's a nice mix of brain-dead-easy to use for clients, while still being powerful enough for a developer who knows what they're doing.
Worth a look.