app/django/contrib/sitemaps/templates/sitemap_index.xml
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sat, 21 Mar 2009 01:07:40 +0000
changeset 1974 a6a5f8c36d3c
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Set new Melange version number to 0-5-20090321 in app.yaml.template. 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>