wiki/. wikiconfig.py

Dimi Paun dimi at users.sourceforge.net
Mon Jan 30 10:06:39 CST 2006


ChangeSet ID:	1138637199749623421420441
CVSROOT:	/cvsroot/wine
Module name:	wiki
Changes by:	dimi at 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                  
 



More information about the wine-cvs mailing list