The reason I am asking this is that currently in my gallery (which is based on Gallery 3 that is going into "hibernation") my "Normal" images have URLs like:
(curren domain)/var/resizes/misc-pics/Jacky_June1983.jpg
The image URLs in Zenphoto are:
(test domain)/cache/misc-pics/Jacky_June1983_w580_h456.jpg
The directory structure is no problem for making a rewrite rule. The problem will be the "_w580_h456" bit because it could be almost anything. I'm fine with the thumbnails having them because none of those are linked to or currently indexed on Google and such, but it would be nice if the normal image could just be Jacky_June1983.jpg or even Jacky_June1983_normal.jpg so it doesn't potentially conflict with the original image.
I just realized another problem.. all the thumbnails are in the same /cache/ directory so there's no way I can disallow their indexing.
Be better if normal images were in /cache/normal/ and thumbnails were in /cache/thumbs/. Hmmmm...
Just one of several things to think of when evaluating a new platform. (been looking at Piwigo as well and their URLs are a convoluted mess heh). Anyway, I'm just starting to think out loud now..
Thanks,
Mark H.
Comments
You might also want to try the sitemap-extended plugin.
Hmmm.. just tried out the Garland theme. It has image links like (test domain)/cache/misc-pics/Jacky_June1983_w520.jpg where the w520 seems consistent between various images. That would make writing rules easier. I guess it's not that big a deal in the end.
Generally the names of the cached images (there are also the full ones untouched) have the sizes in the name they are created with. So `Jacky_June1983_w520.jpg` means the image was created with a setting image width 520. That would be the sized (big) image on the single image page.
It may of course differ depending on the sizes set and if it is a portrait or landscape image.
Zenphoto lets you create all kinds of image/thumb sizes via theme. So there is not just one thumb or one big (sized) image type. You can havae as many as your site/theme requires. You can have different for different albums depending on your theme setup, uncropped, cropped, differently cropped etc.