From 4b5db43bf44da083be4a4729be07d770aca09ea3 Mon Sep 17 00:00:00 2001 From: "joe.lapp" Date: Thu, 15 Sep 2005 03:29:47 +0200 Subject: $conf['sepchar'] support Allows user to select the word separation character in page names. darcs-hash:20050915012947-36b45-3d6b53cda05a7d7c2eb3497f4732f7492a63e9aa.gz --- conf/dokuwiki.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/dokuwiki.php') diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index b7850d760..77b56fbc3 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -60,6 +60,8 @@ $conf['superuser'] = '!!not set!!'; //The admin can be user or @group /* Advanced Options */ $conf['userewrite'] = 0; //this makes nice URLs: 0: off 1: .htaccess 2: internal $conf['useslash'] = 0; //use slash instead of colon? only when rewrite is on +$conf['sepchar'] = '_'; //word separator character in page names; may be a + // letter, a digit, '_', '-', or '.'. $conf['canonical'] = 0; //Should all URLs use full canonical http://... style? $conf['autoplural'] = 0; //try (non)plural form of nonexisting files? $conf['usegzip'] = 1; //gzip old revisions? -- cgit v1.2.3