summaryrefslogtreecommitdiff
path: root/sphinx/web/robots.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-05 07:41:22 +0000
committerGeorg Brandl <georg@python.org>2008-06-05 07:41:22 +0000
commitd4185e6f80db39cdfe2c8181034ae14e833ee827 (patch)
tree9df1709d43aaa1f93121e459c11477b14aa2e587 /sphinx/web/robots.py
parent7e80f604120d51cf29c84f3485db1c1e2d5860e5 (diff)
downloadsphinx-git-d4185e6f80db39cdfe2c8181034ae14e833ee827.tar.gz
Remove the old web package.
Diffstat (limited to 'sphinx/web/robots.py')
-rw-r--r--sphinx/web/robots.py28
1 files changed, 0 insertions, 28 deletions
diff --git a/sphinx/web/robots.py b/sphinx/web/robots.py
deleted file mode 100644
index b2b26d89b..000000000
--- a/sphinx/web/robots.py
+++ /dev/null
@@ -1,28 +0,0 @@
-# -*- coding: utf-8 -*-
-"""
- sphinx.web.robots
- ~~~~~~~~~~~~~~~~~
-
- robots.txt
-
- :copyright: 2007-2008 by Georg Brandl.
- :license: BSD.
-"""
-
-robots_txt = """\
-User-agent: *
-Disallow: /@source/
-Disallow: /@edit/
-Disallow: /@submit/
-Disallow: /@comments/
-Disallow: /@rss/
-Disallow: /@admin
-
-User-agent: Googlebot
-Disallow: /@source/
-Disallow: /@edit/
-Disallow: /@submit/
-Disallow: /@comments/
-Disallow: /@rss/
-Disallow: /@admin
-"""