/[adm]/puppet/deployment/wikis/templates/wiki_settings
ViewVC logotype

Annotation of /puppet/deployment/wikis/templates/wiki_settings

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2066 - (hide annotations) (download)
Sun Oct 23 00:05:41 2011 UTC (12 years, 5 months ago) by boklm
File size: 375 byte(s)
add wgScriptPath, wgArticlePath, wgUsePathInfo config
1 boklm 2054 $wgGroupPermissions['*']['edit'] = false;
2 boklm 2058 $wgGroupPermissions['*']['createtalk'] = false;
3     $wgGroupPermissions['*']['createpage'] = false;
4     $wgGroupPermissions['*']['writeapi'] = false;
5     $wgGroupPermissions['*']['createaccount'] = false;
6 boklm 2054 $wgGroupPermissions['user']['edit'] = true;
7    
8 boklm 2066 $wgScriptPath = "/mw-<%= name %>";
9     $wgArticlePath = "/<%= name %>/$1";
10     $wgUsePathInfo = true;
11    

  ViewVC Help
Powered by ViewVC 1.1.30