Revision 975,
564 bytes
checked in by pep, 15 years ago
(diff) |
Sitemaps : initial import in DC Lab.
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> |
---|
3 | <tpl:SitemapEntries> |
---|
4 | <url> |
---|
5 | <loc>{{tpl:SitemapEntryLoc}}</loc> |
---|
6 | <tpl:SitemapEntryIf has_attr="priority"> |
---|
7 | <priority>{{tpl:SitemapEntryPriority}}</priority> |
---|
8 | </tpl:SitemapEntryIf> |
---|
9 | <tpl:SitemapEntryIf has_attr="frequency"> |
---|
10 | <changefreq>{{tpl:SitemapEntryFrequency}}</changefreq> |
---|
11 | </tpl:SitemapEntryIf> |
---|
12 | <tpl:SitemapEntryIf has_attr="lastmod"> |
---|
13 | <lastmod>{{tpl:SitemapEntryLastmod}}</lastmod> |
---|
14 | </tpl:SitemapEntryIf> |
---|
15 | </url> |
---|
16 | </tpl:SitemapEntries> |
---|
17 | </urlset> |
---|
Note: See
TracBrowser
for help on using the repository browser.