summaryrefslogtreecommitdiff
path: root/site_builder/sitemap.py
blob: b70bd249065889b9f4c32ecbc6cc7deae756410b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# vim: set filencoding=utf8
"""
Sitemap Generator

@author: Mike Crute (mcrute@ag.com)
@organization: American Greetings Interactive
@date: June 05, 2010
"""

"""
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/blog/wp-content/plugins/google-sitemap-generator/sitemap.xsl"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
		<loc>http://mike.crute.org/blog/</loc>
		<lastmod>2009-09-09T13:28:46+00:00</lastmod>
		<changefreq>daily</changefreq>
		<priority>1.0</priority>
	</url>
</urlset>
"""