From 6ba61cb15efe2327eaa6cb1b6a985209e028418a Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 4 Mar 2005 19:47:55 +0100 Subject: relnofollow added #181 darcs-hash:20050304184755-9977f-9dccfd8e8330b18c179298f2b0f09819cc5fb913.gz --- conf/dokuwiki.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index c82a7f6f3..2204e7c05 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -39,6 +39,8 @@ $conf['deaccent'] = 1; //convert accented chars to unaccented /* Antispam Features */ $conf['usewordblock']= 1; //block spam based on words? 0|1 +$conf['indexdelay'] = 60*60*24*5; //allow indexing after this time (seconds) default is 5 days +$conf['relnofollow'] = 1; //use rel="nofollow" for external links? $conf['mailguard'] = 'hex'; //obfuscate email addresses against spam harvesters? //valid entries are: // 'visible' - replace @ with [at], . with [dot] and - with [dash] -- cgit v1.2.3