]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Added "noindex, nofollow" to the HTML header.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Wed, 11 Mar 2009 20:33:46 +0000 (20:33 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Wed, 11 Mar 2009 20:33:46 +0000 (20:33 +0000)
git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wradmin@417 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wradmin/wradmin.egg-info/PKG-INFO
wradmin/wradmin/templates/master.html

index 02410c79aefbcb5fb4f2054ada9cf6c5ad24a47d..458da230d3c7926ae698fe189a624b5e352fd3e7 100644 (file)
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: wradmin
-Version: 1.2.0dev-r414
+Version: 1.2.0dev-r415
 Summary: Administrative Interface for Winterrodeln
 Home-page: http://www.winterrodeln.org/
 Author: Philipp Spitzer
index 6510d1eeec75d4a926fd11530820c1b34245ad59..54864f418fa9fad699db4833e3b9c1c3a3808e41 100644 (file)
@@ -11,6 +11,7 @@
        <title py:with="title = list(select('title/text()'))">Winterrodeln<py:if test="title"> - ${title}</py:if></title>
        <meta content="text/html; charset=UTF-8" http-equiv="content-type" />
        <link rel="stylesheet" type="text/css" media="screen" href="${h.url_for('/style.css')}" />
+       <meta name="robots" content="noindex, nofollow" />
 </head>
 </py:match>