Forum Moderators: phranque
What I'd like to know is whether anyone here has recommendations on programs to look at (bearing in mind the brief set of requirements below).
Requirements:
* Site needs to generate page for each new artwork and update thumbnail based menus etc
* Need to be able to add artists
* Need to be able add/delete categories of artworks and assign templates
* Need to be able to add/update/delete artworks, assign category, add description, price, caption etc upload full size image, upload thumbnail
* No need to worry about user permissions etc - will only be accessed by one person
Any tips much appreciated - the site is in my profile if anyone wants a better handle on what CMS needs to do. <edited>oh no it's not - new rules on new users' homepages being displayed. when does a new user stop being a new user?</edited>
Thanks
Miles
[edited by: msampson at 4:23 pm (utc) on Nov. 7, 2002]
Zope is free, but I gave up on it for several reasons. It may be overkill for your project, anyway.
I'm currently muddling through an installation of MoveableType for my own projects, the commercial license is $150, I think.
other things i've seen from reading around today are "magellan", "phpWebSite" and "phpCMS". anyone know anything about them?
miles
However there are also PHP driven programs specially made for creating galleries such as you describe. I don't have any personal experience with them so don't know which ones are good or if they're better than blog software, but I've seen a few of them around and they seem to be good at deaing with large numbers of photos and setting catgories and templates and suchlike. They're freeware too.
I had to strip out a bunch of features from the code and configure this and that variable. Finally worked. Basically, it works like an include, dropping the content into a designated table data cell. Their forums are GREAT if you get stuck, and there are people out there who you can contract to install it for you, if you get stuck.
However for photos, this is something I'm investigating. There is a php program out there called Gallery, or Gallery Project. It instantly thumbnails photos etc.
MT is absolutely brilliant for a CMS system. Some customization and you can, as Martinibiuster says, with the use of includes, drop any content in whatever format (HTML, JS, XML, etc etc) in many ways in any part of your web site. For customization and a dynamic site it suits us perfectly. I'm not sure how well suited it is for picture galleries, but worth a look around theur forums and featured sites to see what others have done with it.
For me hotscripts.com would be my starting point.