]> git.openstreetmap.org Git - chef.git/blob - cookbooks/wiki/templates/default/mw-ext-Scribunto.inc.php.erb
allow wikibase editing
[chef.git] / cookbooks / wiki / templates / default / mw-ext-Scribunto.inc.php.erb
1 <?php
2 # DO NOT EDIT - This file is being maintained by Chef
3
4 wfLoadExtension('Scribunto');
5
6 // Use standalone mode
7 $wgScribuntoDefaultEngine = 'luastandalone';
8
9 // Set path to lua interpreter
10 $wgScribuntoEngineConf['luastandalone']['luaPath'] = '/usr/bin/lua';
11         
12 // Enable syntax highlighting
13 $wgScribuntoUseGeSHi = true;
14
15 // Use code editor
16 $wgScribuntoUseCodeEditor = true;