Page 1 of 1

sitemap generator support for the tag plugin

Posted: Thu Oct 11, 2007 1:28 pm
by scottwalsh
I noticed the "Sitemap Generator (for Crawlers)" doesn't include support for the pages generated by the Tags plugin.

I've created a version with support of the tags pages if anyone wants to use it (it does have the priority altered to my personal tastes).
Have the files on:
http://zone3.net.nz/documents/serendipi ... itemap.txt
http://zone3.net.nz/documents/lang_en.inc.txt

To use it you will need to rename the two files php and copy it over the existing copy in /plugins/serendipity_event_google_sitemap/.


Didn't update the other lang files as only speak English.
Added a single new line if someone would like to translate it.

Code: Select all

@define('PLUGIN_EVENT_SITEMAP_TYPES_TO_ADD_TAGS', 'Tags Pages');
[/code]

Posted: Thu Oct 11, 2007 8:04 pm
by Boris
Hi,

I just commited your version and bumped the version. The plugin should be available to all interested users with the next spartacus-update.
Thank you for sharing your work.