创建作品集网站的最佳(基于 php)平台是什么?
我有一个非常简单的网站——几个内容页面和一个图片库。画廊的设计需要多个相册,并在图像页面上显示缩略图。我们想要一个极其简单、干净的设计。后端的可用性是一个优先考虑的因素。
我的第一直觉是 drupal,因为这就是我最近构建网站的方式,但对于像这样的简单网站来说,使其真正易于使用实际上是一项相当大的工作。 WordPress 通常具有稍好的可用性。有没有一个很棒的插件来处理画廊?还有其他建议吗?
I've got a very simple site -- a few content pages and an image gallery. The design for the gallery calls for multiple albums, with thumbnails on the image page. We want an extremely simple, clean design. Usability of the back-end is a priority.
My first instinct is drupal, because that's how I've been building my sites lately, but making it really easy to use is actually a fair bit of work for a simple site like this. WordPress generally has slightly better usability. Is there a great plugin for handling galleries? Any other suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
我不得不说 WordPress 的主题很好。
http://www.cssreflex.com/ 2009/07/13-magnificent-free-wordpress-portfolio-themes.html
I would have to say Wordpress with a nice theme.
http://www.cssreflex.com/2009/07/13-magnificent-free-wordpress-portfolio-themes.html
许多图库插件 WordPress › WordPress 插件主题,并且有一些免费的以摄影为中心的主题: WordPress › 免费 WordPress 主题< /a>
Lots of gallery plugins WordPress › WordPress Plugins to use on themes, and there are some free photography-centered themes: WordPress › Free WordPress Themes
我为我的艺术家妻子建立了一个基于 Drupal 的网站 - http://shoshannabauer.com/
我使用的模块是 ImageField、ImageCache、Views 以及这三个模块所需的任何模块。这真的非常简单,我能够为她提供附加功能,例如 Paypal 购买字段以及指向她的 ImageKind 店面的链接。
I built a Drupal-based site for my wife who works as an artist - http://shoshannabauer.com/
The modules I used were ImageField, ImageCache, Views, and any required modules for those three. It was really very easy, and I was able to give her additional features like fields for Paypal purchasing and links to her ImageKind store front.
最近回答了一个类似的问题,这是我的回答——
我不确定你现在是否还在寻找一个,但以防万一——我是一名艺术家,我构建了一个简单的 PHP CMS(无数据库)为我自己最近。只需创建文件夹/添加图像文件/编辑文本文件即可管理内容。它对我来说非常有用,所以我决定将它作为开源发布,它被称为 Gallerina。没有自动缩略图,也没有分页,但它非常易于使用,默认样式简单而优雅,非常适合视觉艺术家的作品集。 :)
如果您正在寻找更强大的东西,您可以查看 Stacey (界面也简单优雅,但您可以添加图像以外的内容)或 MiniGal(自动缩略图)。
Answered a similar question recently, here was my response---
I'm not sure if you're still looking for one now, but just in case-- I'm an artist and I built a simple PHP CMS (no database) for myself recently. Just create folders / add image files / edit text files to manage content. It was pretty useful for me so I decided to release it as open source, it's called Gallerina. No automatic thumbnails and no pagination, but it's pretty easy to use and the default style is simple and elegant, good for a visual artist's portfolio. :)
If you're looking for something more robust, you can check out Stacey (simple elegant interface too, but you can add content other than images) or MiniGal (automatic thumbnails).
在使用过 Wordpress 等其他 CMS 后,我不得不回答 Drupal 是更好的选择。
对于作品集网站,我不确定您在 Drupal 中从哪里看出复杂性。使用视图和查看幻灯片(例如),您可以在几个小时内完成,甚至更短,具体取决于您的设计要求。
但是,在我看来,这还不是 Drupal 的最强点。我真正喜欢的是 Drupal 的灵活性。您可以创建一个简单的内容类型。稍后,添加更多字段、新分类法、更多功能,甚至完全改变设计都是非常简单的。
最后,在合适的环境中,Drupal 可以相当快,就 Web 而言,这绝不是一件坏事。
Having worked with other CMS like Wordpress, I would have to answer Drupal as the better choice.
For a portfolio site, I'm not sure where you see the complexity in Drupal. Using Views & Views Slideshow ( for instance ), you could be done in a couple of hours, even less depending on your design requirements.
But , in my opinion, this is not even Drupal's strongest point. What I really like is Drupal's flexibility. You can create a simple content type. Later on, it's pretty straightforward to add more fields, new taxonomies, more functionality, or even completely change the design.
Finally, within the right environment, Drupal can be pretty fast, which is never a bad thing as far as the web is concerned.
您可以尝试Indexhibit——它非常受欢迎。
You could try Indexhibit -- it's pretty popular.
如果你强调后端可用性,那么WordPress将是一个不错的选择。如果需要,您甚至可以让非技术人员来管理它,而以前没有经验。使用 Drupal,用户可能会对其复杂性感到不知所措。
另外,您可能会遇到插件管理问题,因为需要大量模块才能使网站正常运行。
If you emphasize on the back end usability, then WordPress will be a good choice. You could even have someone non-technical manage it, if needed with no previous experience. With Drupal, the user may just get overwhelmed about the complexity.
Plus you could have issues with plugin management, as lots of modules are required to make the site work well.