slitaz-forge rev 78

doc: Add basic configs for doc.slitaz.org to work.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Aug 25 21:58:41 2011 +0000 (2011-08-25)
parents 97b9645b7e01
children 4003b9eb6257
files doc/conf/acl.auth.php doc/conf/local.php doc/conf/users.auth.php
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/conf/acl.auth.php	Thu Aug 25 21:58:41 2011 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +# acl.auth.php
     1.5 +# <?php exit()?>
     1.6 +# Don't modify the lines above
     1.7 +#
     1.8 +# Access Control Lists
     1.9 +#
    1.10 +# Editing this file by hand shouldn't be necessary. Use the ACL
    1.11 +# Manager interface instead.
    1.12 +#
    1.13 +# If your auth backend allows special char like spaces in groups
    1.14 +# or user names you need to urlencode them (only chars <128, leave
    1.15 +# UTF-8 multibyte chars as is)
    1.16 +#
    1.17 +# none   0
    1.18 +# read   1
    1.19 +# edit   2
    1.20 +# create 4
    1.21 +# upload 8
    1.22 +# delete 16
    1.23 +
    1.24 +*               @ALL        1
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/doc/conf/local.php	Thu Aug 25 21:58:41 2011 +0000
     2.3 @@ -0,0 +1,27 @@
     2.4 +<?php
     2.5 +/*
     2.6 + * Dokuwiki's Main Configuration File - Local Settings
     2.7 + * Auto-generated by config plugin
     2.8 + * Run for user: pankso
     2.9 + * Date: Sat, 30 Apr 2011 18:13:58 +0200
    2.10 + */
    2.11 +
    2.12 +$conf['title'] = 'SliTaz Doc';
    2.13 +$conf['template'] = 'slitaz-orange';
    2.14 +$conf['license'] = 'gnufdl';
    2.15 +$conf['tocminheads'] = '4';
    2.16 +$conf['maxtoclevel'] = '2';
    2.17 +$conf['useacl'] = 1;
    2.18 +$conf['superuser'] = '@admin';
    2.19 +$conf['subscribers'] = 1;
    2.20 +$conf['userewrite'] = '1';
    2.21 +$conf['sepchar'] = '-';
    2.22 +$conf['mailfrom'] = 'devel@slitaz.org';
    2.23 +$conf['rss_type'] = 'rss2';
    2.24 +$conf['rss_linkto'] = 'rev';
    2.25 +$conf['recent_days'] = 5;
    2.26 +$conf['plugin']['captcha']['mode'] = 'text';
    2.27 +$conf['plugin']['translation']['translations'] = 'cn de en es fr id it pt ru';
    2.28 +$conf['plugin']['translation']['checkage'] = 1;
    2.29 +
    2.30 +// end auto-generated content
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/doc/conf/users.auth.php	Thu Aug 25 21:58:41 2011 +0000
     3.3 @@ -0,0 +1,10 @@
     3.4 +# users.auth.php
     3.5 +# <?php exit()?>
     3.6 +# Don't modify the lines above
     3.7 +#
     3.8 +# Userfile
     3.9 +#
    3.10 +# Format:
    3.11 +#
    3.12 +# user:MD5password:Real Name:email:groups,comma,seperated
    3.13 +