The Basics
This is a basic Django application to manage robots.txt files following the robots exclusion protocol, complementing the Django Sitemap contrib app.
The robots exclusion application consists of two database models which are tied together with a m2m relationship:
- Rules
- URLs
Grab the Repository – svn checkout http://django-robots.googlecode.com/svn/trunk/
Recent Commits
-
21 was committed 1 week, 4 days ago.
removed deprecated core attribute and added german and french translation for new form validation error, thanks David Larlet. bumped to 0.5.1
-
20 was committed 1 week, 4 days ago.
bumped up version because of oldforms removal and rename doc file to use github’s rst formatter
-
19 was committed 1 week, 4 days ago.
removed oldforms code
-
18 was committed 2 weeks, 2 days ago.
small change on the README
-
17 was committed 2 weeks, 2 days ago.
rename README.txt to README.rst to use Githubs README formatter
-
16 was committed 2 weeks, 3 days ago.
changed manifest template to include locale files
-
15 was committed 2 weeks, 3 days ago.
added German and French translation
-
14 was committed 1 month, 2 weeks ago.
removes legacy crawl delay support that is now superceeded by the rule crawldelay
-
13 was committed 1 month, 2 weeks ago.
removed unsupported zip flag from setup.py
-
12 was committed 1 month, 2 weeks ago.
updated to support newforms-admin better, fixed some minor bugs, cleaned up the help strings