Zenphoto Sitemap 1.0.2
There's a new version of my zenphoto-sitemap available, which only includes one fix this time.
The change makes the plugin handle non-alphanumeric characters correctly, such as whitespaces, parentheses, brackets, international letters, etc. All those characters are now URL encoded when the sitemap is generated.
As always you can get the new version at the zenphoto-sitemap page.
Comments
5 Responses to “Zenphoto Sitemap 1.0.2”
Leave a Reply

Google Buzz
Launchpad
Hi there, thanks for your great Plugin!
But - google says there are some Errors.
When i activate Mod Rewrite (and i do), and use a picture suffix (e.g. /view) the Sitemap Plugin does not create URL's like:
testalbum/imagetest/view (would be correct)
it creates url's like these:
testalbum/imagetest%2FView (wrong..)
Maybe you like to correct it!
Greetings from Germany!
Hi Danis
Thank you for reporting this, I don't know why I haven't noticed this before.
I have plans for making a larger rewrite, which should make the sitemap support priorities as the biggest difference. Then I will also check up on the encoding of the URLs, so they are correct in every aspect (hopefully) :)
Unless this is critical to you, I won't make a new release just to correcting this, but rather wait for the new version which hopefully is done within a week or two.
/Tenzer
Hej tenzer,
not critical for me.
I'm looking forward to a new release!
Thanks,
Danis
Hi, thanks for the plugin.
My suggestion...
RewriteRule sitemap.xml$ index.php?sitemap [L,QSA]
Into .htaccess file
Hi Laullon
I will not add that, since I intend to keep the plugin as simple as possible. Besides, it makes no difference in how the plugin is performing, while limiting the feature to servers running Apache. You are however free to add that on your own of course :)
/Tenzer