X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/7bf061541b0424b427bbbd1300e81d12190c9c54..b9ffa6b92277d3dc8a4eca77119ea098e20f36f0:/data/config.default.php?ds=sidebyside diff --git a/data/config.default.php b/data/config.default.php index d55721d..b07f042 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -1,8 +1,14 @@ __DIR__ . '/../repos/', - 'tpl' => __DIR__ . '/templates/', - 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', + 'debug' => false, + 'gitdir' => __DIR__ . '/../repos/git/', + 'workdir' => __DIR__ . '/../repos/work/', + 'tpl' => __DIR__ . '/templates/', + 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css', +); +$GLOBALS['phorkie']['tools'] = array( + '\\phorkie\\Tool_Xmllint', + '\\phorkie\\Tool_PHPlint', ); /** * Array of supported file types / languages. @@ -56,6 +62,11 @@ $GLOBALS['phorkie']['languages'] = array( 'mime' => 'text/x-shellscript', 'geshi' => 'bash' ), + 'sql' => array( + 'title' => 'SQL', + 'mime' => 'text/x-sql', + 'geshi' => 'sql' + ), 'ts' => array( 'title' => 'TypoScript', 'mime' => 'text/plain',/* TODO: correct type */