summaryrefslogtreecommitdiff
path: root/site_builder/robots.py
blob: 1c0a748fcde1e02b4dd014d62960176b4f83b6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# vim: set filencoding=utf8
"""
Robots.txt Generator

@author: Mike Crute (mike@crute.us)
@date: June 05, 2010
"""

"""
Sitemap: http://mike.crute.org/sitemap.xml

User-agent: *
Disallow: /blog/wp-admin/
"""