ChangeSet ID: 1138637199749623421420441 CVSROOT: /cvsroot/wine Module name: wiki Changes by: dimi(a)sc8-pr-cvs1.sourceforge.net 2006/01/30 08:06:39 Modified files: . : wikiconfig.py Log message: Allow robots to follow normal links for the time being. Old revision New revision Changes Path 1.4 1.5 +3 -0 wiki/wikiconfig.py Index: wiki/wikiconfig.py diff -u -p wiki/wikiconfig.py:1.4 wiki/wikiconfig.py:1.5 --- wiki/wikiconfig.py 30 Jan 2006 16: 6:39 -0000 +++ /dev/null 30 Jan 2006 16: 6:39 -0000 @@ -143,6 +143,9 @@ class Config(DefaultConfig): # Content options --------------------------------------------------- + # Allow normal links to be followed (for now at least) + html_head_normal = '''<meta name="robots" content="index,follow">\n''' + # Show users hostnames in RecentChanges show_hosts = 1