app/django/contrib/sitemaps/templates/sitemap_index.xml
author Lennard de Rijk <ljvderijk@gmail.com>
Fri, 28 Nov 2008 08:24:57 +0000
changeset 600 f6abfcbff3a4
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Apache license and __author__ added. Also added a todo for the __doc__ string. Patch by: Lennard de Rijk

<?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>