It seems we have even more po files
[phpmyadmin-website.git] / templates / sitemap.xml.tpl
blob625ccad825ce113fc7697448553c86db16b1bc73
1 <?xml version="1.0" encoding="UTF-8"?>
2 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:py="http://genshi.edgewall.org/">
3    <url py:for="page in sitemapxml">
4       <loc>${page.loc}</loc>
5       <lastmod>${page.lastmod}</lastmod>
6       <changefreq>${page.changefreq}</changefreq>
7       <priority>${page.priority}</priority>
8    </url>
9 </urlset>