X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/8af5343fb1c2f2312a22e9c2c51585d72b79802d..4501463a4b78c57303576dbbc5398721d5fa3cb5:/forum_modules/robotstxt/settings.py diff --git a/forum_modules/robotstxt/settings.py b/forum_modules/robotstxt/settings.py index c2620a2..44d576a 100644 --- a/forum_modules/robotstxt/settings.py +++ b/forum_modules/robotstxt/settings.py @@ -1,10 +1,13 @@ from forum.settings.base import Setting, SettingSet from django.forms.widgets import Textarea +from django.core.urlresolvers import reverse +from forum.settings import APP_URL ROBOTS_SET = SettingSet('robots', 'Robots txt', "Set up the robots.txt file.", 3000) ROBOTS_FILE = Setting('ROBOTS_FILE', -""" +"""Sitemap: %s/sitemap.xml + User-Agent: * Disallow: /accounts/ Disallow: /users/ @@ -12,7 +15,7 @@ Disallow: /revisions/ Disallow: /search Disallow: /matching_tags Disallow: /*sort= -""", ROBOTS_SET, dict( +""" % APP_URL, ROBOTS_SET, dict( label = "Robots.txt file", help_text = """ The robots.txt file search engine spiders will see.