De Matawiki
## Tema restriccions
## http://conseil-recherche-innovation.net/index.php/1974/04/11/41-restrict-pages-under-mediawiki-15
# If true, a new menu action allows to restrict pages access to 'restrict' group users. If false, all previously restricted pages are accessible again.
$wgEnableRestrict = true;
# If true, new pages are restricted by default for 'restrict' group users.
$wgRestrictNewPages = false;
# If true restrict user pages to their owner (as well as viewrestrict/restrict members)
$wgUserPageRestrict = false;
# Regular expression array to restrict matching pages
# eg. $wgRegexRestrict = array("^Secure:", "^Secret "); // restrict all pages where title is like 'Secure:...' or 'Secret ...'
$wgRegexRestrict = array();
# If true do not add recent changes entry for restricted pages
$wgNoRecentChangesRestrict = true;
# If true hide log entries related to restriction, except for 'restrict' or 'viewrestrict' users (Special:Log page)
$wgHideRestrictLog = true;