BUGFIX Added GoogleSitemap.ss from sapphire

This commit is contained in:
ischommer 2008-12-05 02:51:36 +00:00
parent 159a0a81a8
commit 6181a48ced
1 changed files with 11 additions and 0 deletions

11
templates/GoogleSitemap.ss Executable file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<% control Items %>
<url>
<loc>$AbsoluteLink</loc>
<lastmod>$LastEdited.Format(c)</lastmod>
<% if ChangeFreq %><changefreq>$ChangeFreq</changefreq><% end_if %>
<% if Priority %><priority>$Priority</priority><% end_if %>
</url>
<% end_control %>
</urlset>