From 2672294e95ec945f5bc317d4958edffb773e4607 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Sun, 9 Jan 2011 12:46:05 -0200 Subject: [PATCH] Added robots.txt and marked some link targets and nofollow --- example/robots.txt | 8 ++++++++ example/templates/base.html | 2 +- example/templates/done.html | 12 ++++++------ example/templates/home.html | 16 ++++++++-------- example/urls.py | 2 +- 5 files changed, 24 insertions(+), 16 deletions(-) create mode 100644 example/robots.txt diff --git a/example/robots.txt b/example/robots.txt new file mode 100644 index 0000000..b6d9c8e --- /dev/null +++ b/example/robots.txt @@ -0,0 +1,8 @@ +User-agent: * +Disallow: /login/ +Disallow: /logout/ +Disallow: /associate/ +Disallow: /done/ +Disallow: /error/ +Disallow: /admin/ +Disallow: /complete/ diff --git a/example/templates/base.html b/example/templates/base.html index 5abaa6a..a96fd89 100644 --- a/example/templates/base.html +++ b/example/templates/base.html @@ -30,7 +30,7 @@

Django Social Auth

Django Social Auth is an easy to setup social authentication/registration mechanism for Django projects. - Check the documentation on Github + Check the documentation on Github

{% block heading %}{% endblock %}

diff --git a/example/templates/done.html b/example/templates/done.html index cfbd03b..c710601 100644 --- a/example/templates/done.html +++ b/example/templates/done.html @@ -18,23 +18,23 @@

Associate new credentials: