2 $GLOBALS['phorkie']['cfg'] = array(
4 'gitdir' => __DIR__ . '/../repos/git/',
5 'workdir' => __DIR__ . '/../repos/work/',
6 'tpl' => __DIR__ . '/templates/',
7 'css' => 'http://twitter.github.com/bootstrap/assets/css/bootstrap.css',
11 $GLOBALS['phorkie']['tools'] = array(
12 '\\phorkie\\Tool_Xmllint' => true,
13 '\\phorkie\\Tool_PHPlint' => true,
16 * Array of supported file types / languages.
17 * Key is the file extension
19 $GLOBALS['phorkie']['languages'] = array(
27 'mime' => 'text/diff',
32 'mime' => 'text/html',
37 'mime' => 'text/html',
42 'title' => 'JPEG image',
43 'mime' => 'image/jpeg',
47 'title' => 'Javascript',
48 'mime' => 'application/javascript',
49 'geshi' => 'javascript'
58 'mime' => 'text/x-php',
62 'title' => 'PNG image',
63 'mime' => 'image/png',
67 'title' => 'reStructuredText',
68 'mime' => 'text/x-rst',
70 'renderer' => '\\phorkie\\Renderer_ReStructuredText',
73 'title' => 'Shell script (Bash)',
74 'mime' => 'text/x-shellscript',
79 'mime' => 'text/x-sql',
83 'title' => 'SVG image',
84 'mime' => 'image/svg+xml',
88 'title' => 'TypoScript',
89 'mime' => 'text/plain',/* TODO: correct type */
90 'geshi' => 'typoscript'
93 'title' => 'Text (plain)',
94 'mime' => 'text/plain',