Hi,
I must admit that I've already installed Drupal (4.7 as it happens - I'm afraid 5.0 may not work with some modules). But that doesn't mean much - over the past few weeks I've tried several different open source CMSs to play around with them (I know about opensourcecms, but it's really not the same).
Here's my plan in a nutshell:
The core of the site is images, arranged in a hierarchy. for example, something like:
http://www.mys.ite/animals/dogs/schnauzer
(I really care about being able to define the exact URLs, give or take a few characters. Yes, mod_rewrite is enabled). Basically, each subject will have multiple images in multiple resolutions with a thumbnail and description each; I could do that as straight HTML unless there's a much better way.
visitors should be able to comment on the images, either by registering or leaving comments as guests. I'll incorporate CAPTCHAs at a later stage if necessary; I hope it's not.
It would be a plus to let people navigate the hierarchy, but not necessary: more important is to have the schnauzer appear under S in an A-Z, and provide a search feature. I'd also like to have the front page show the latest few additions, blog-style (except if there are 10 pictures for a certain subject, the front page should only show the first one - I can provide a cut-off point manually, or two versions, or whatever)
So - how easy or difficult is this to do? What should I be aware of? (modules to install, ways to arrange the data, etc)