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

@author: Mike Crute (mike@crute.us)
@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>
"""