initial commit starter template

This commit is contained in:
Jana Deutschländer 2016-10-31 11:48:20 +01:00
commit 9e15017636
80 changed files with 2803 additions and 0 deletions

9
conf/default.php Executable file
View file

@ -0,0 +1,9 @@
<?php
/*
* default configuration settings
*
*/
$conf['discussionPage'] = 'discussion:@ID@';
$conf['userPage'] = 'user:@USER@:';
$conf['hideTools'] = 0;

9
conf/metadata.php Executable file
View file

@ -0,0 +1,9 @@
<?php
/*
* configuration metadata
*
*/
$meta['discussionPage'] = array('string');
$meta['userPage'] = array('string');
$meta['hideTools'] = array('onoff');