dokuwiki-plugin-userhomepage/conf/default.php

22 lines
739 B
PHP
Raw Normal View History

2014-08-30 13:23:38 +02:00
<?php
/**
* Configuration defaults file for Userhomepage plugin
* Previous authors: James GuanFeng Lin, Mikhail I. Izmestev, Daniel Stonier
* @author: Simon Delage <simon.geekitude@gmail.com>
* @license: CC Attribution-Share Alike 3.0 Unported <http://creativecommons.org/licenses/by-sa/3.0/>
*/
2014-09-07 11:36:44 +02:00
$conf['create_private_ns'] = 0;
2014-08-30 17:45:12 +02:00
$conf['use_name_string'] = 0;
$conf['use_start_page'] = 1;
$conf['users_namespace'] = 'private';
2014-08-30 17:45:12 +02:00
$conf['set_permissions'] = 1;
2014-08-30 13:23:38 +02:00
$conf['set_permissions_others'] = '0';
2014-08-30 17:45:12 +02:00
$conf['group_by_name'] = 1;
$conf['edit_before_create'] = 0;
2014-09-01 18:37:07 +02:00
$conf['create_public_page'] = 0;
$conf['public_pages_ns'] = 'user';
2014-09-07 07:20:41 +02:00
$conf['set_permissions_public'] = 1;
2014-09-03 01:45:56 +02:00
$conf['templates_path'] = 'data/pages/wiki';
2014-09-07 06:39:51 +02:00
$conf['templatepath'] = '';