aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/wikis
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-10-23 00:05:41 +0000
committerNicolas Vigier <boklm@mageia.org>2011-10-23 00:05:41 +0000
commit3460af20ccebdd7ac35a8d12698c4c64353558b4 (patch)
tree3f7065455801203d4888e9904d25a25320ffd9be /deployment/wikis
parentffbdcbdf64f301dc13b9224ec00c7c47901d3636 (diff)
downloadpuppet-3460af20ccebdd7ac35a8d12698c4c64353558b4.tar
puppet-3460af20ccebdd7ac35a8d12698c4c64353558b4.tar.gz
puppet-3460af20ccebdd7ac35a8d12698c4c64353558b4.tar.bz2
puppet-3460af20ccebdd7ac35a8d12698c4c64353558b4.tar.xz
puppet-3460af20ccebdd7ac35a8d12698c4c64353558b4.zip
add wgScriptPath, wgArticlePath, wgUsePathInfo config
Diffstat (limited to 'deployment/wikis')
-rw-r--r--deployment/wikis/templates/wiki_settings4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/wikis/templates/wiki_settings b/deployment/wikis/templates/wiki_settings
index 6023c0e4..00cb3fa7 100644
--- a/deployment/wikis/templates/wiki_settings
+++ b/deployment/wikis/templates/wiki_settings
@@ -5,3 +5,7 @@ $wgGroupPermissions['*']['writeapi'] = false;
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['user']['edit'] = true;
+$wgScriptPath = "/mw-<%= name %>";
+$wgArticlePath = "/<%= name %>/$1";
+$wgUsePathInfo = true;
+