app/django/contrib/sitemaps/templates/sitemap_index.xml
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 02 Feb 2009 16:44:17 +0000
changeset 1187 7461d6b9ad0e
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Set RELEASE_TAG to 0.2-20090202rc for release candidate 02/02/2009. Patch by: Pawel Solyga

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{% for location in sitemaps %}<sitemap><loc>{{ location }}</loc></sitemap>{% endfor %}
</sitemapindex>