X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/f47ddf0758f120dfb26f03fb36be5cd897a10f23..f92fbaf636d620a0092fff8b715be9a493547b4f:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 45adf92..5b56fc7 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,19 +1,34 @@ false, - 'gitdir' => __DIR__ . '/../repos/git/', - 'workdir' => __DIR__ . '/../repos/work/', + 'git' => array( + 'public' => '%BASEURL%' . 'repos/git/', + 'private' => null, + ), + 'gitdir' => $wwwDir . 'repos/git/', + 'workdir' => $wwwDir . 'repos/work/', 'tpl' => __DIR__ . '/templates/', - 'baseurl' => '/', + 'baseurl' => null, + 'avatars' => true, 'css' => '', - 'iconpng' => '', + 'iconpng' => '',//phorkie browser icon (favicon) 'title' => 'phorkie', 'topbar' => '', 'setupcheck' => true, 'elasticsearch' => null, - 'geshi' => 'MediaWiki/geshi/geshi/geshi.php', 'index' => 'new',//"new" or "list" 'perPage' => 10, + 'defaultListPage' => 'last',//a number or "last" 'notificator' => array( /* send out pingback/webmentions when a remote paste is forked */ 'linkback' => true, @@ -149,6 +164,12 @@ $GLOBALS['phorkie']['languages'] = array( 'mime' => 'text/xml', 'geshi' => 'xml' ), + 'xsl' => array( + 'title' => 'eXtensible Stylesheet Language', + 'mime' => 'text/xml', + 'geshi' => 'xml', + 'show' => false + ), ); //needed for UTF-8 characters in file names