/[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 2080 - (hide annotations) (download)
Wed Oct 26 14:50:25 2011 UTC (12 years, 6 months ago) by boklm
File size: 517 byte(s)
fix typo in variable name
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 2067 $wgScriptPath = "/mw-$wgLanguageCode";
9     $wgArticlePath = "/$wgLanguageCode/$1";
10 boklm 2066 $wgUsePathInfo = true;
11 boklm 2069 $wgStylePath = "$wgScriptPath/skins";
12 boklm 2080 $wgStyleDirectory = '<%= wikis_templates %>/skins';
13 boklm 2078 $wgLogo = "";
14     $wgDefaultSkin = 'cavendish';
15 boklm 2066

  ViewVC Help
Powered by ViewVC 1.1.30