X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/f47ddf0758f120dfb26f03fb36be5cd897a10f23..56857f47034f0f8ec87954b8ad60c4c6d65280ac:/data/config.default.php diff --git a/data/config.default.php b/data/config.default.php index 45adf92..8f796f4 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -5,8 +5,9 @@ $GLOBALS['phorkie']['cfg'] = array( 'workdir' => __DIR__ . '/../repos/work/', 'tpl' => __DIR__ . '/templates/', 'baseurl' => '/', + 'avatars' => true, 'css' => '', - 'iconpng' => '', + 'iconpng' => '',//phorkie browser icon (favicon) 'title' => 'phorkie', 'topbar' => '', 'setupcheck' => true, @@ -14,6 +15,7 @@ $GLOBALS['phorkie']['cfg'] = array( '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 +151,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