Changeset 4102
- Timestamp:
- 11/24/06 23:22:22 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/per-object-permissions/django/contrib/sitemaps/templates/sitemap_index.xml
r4096 r4102 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap index/0.9">2 <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> 3 3 {% for location in sitemaps %}<sitemap><loc>{{ location|escape }}</loc></sitemap>{% endfor %} 4 4 </sitemapindex>
