Great to see someone took my sitemap stuff a step further and made a package out of it!
Not sure if this got my latest tweaks, but I figured out how to do the timestamp properly for the config.xml - all it requires is a one line change to get it to do timestamps for each url.
in the <tmpl_loop pageloop>
change the url bit to:
<url href="http://www.example.com<tmpl_var page.url>"
lastmod="^LastModifiedPage(<tmpl_var
page.url>,,%y-%m-%dT%h:%n:%s+00:00);" />
You'll need to replace +00:00 above with your local timezone settings
based on GMT. So if you're in Perth you might add +08:00 while if
you're in the US you might add -08:00.
I've included an updated google sitemap package based on zxp's work with the change above.
Jesse
-
If my comment is useful, rate me - I can always use the karma! :)
Join us on the #webgui irc channel on freenode! (I use the nick Radix)