From: Matías Aguirre Date: Sun, 9 Jan 2011 14:46:05 +0000 (-0200) Subject: Added robots.txt and marked some link targets and nofollow X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=2672294e95ec945f5bc317d4958edffb773e4607;p=django-social-auth.git Added robots.txt and marked some link targets and nofollow --- 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: