Lines Matching refs:GeSHi
4 * supported by GeSHi. You can access it directly to download
5 * the CSS file. On *NIX you can also do a simple `php cssgen.php > geshi.css`.
7 * This file is part of GeSHi.
9 * GeSHi is free software; you can redistribute it and/or modify
14 * GeSHi is distributed in the hope that it will be useful,
20 * along with GeSHi; if not, write to the Free Software
23 * @package geshi
31 require dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . 'geshi.php';
32 $geshi = new GeSHi;
35 if ($handle = opendir($geshi->language_path)) {
47 header('Content-Disposition: attachment; filename="geshi.css"');
50 " * GeSHi (C) 2004 - 2007 Nigel McNie, 2007 - 2008 Benny Baumann\n" .
51 " * (http://qbnz.com/highlighter/ and http://geshi.org/)\n".
55 $geshi->set_language($language);
57 $css = $geshi->get_stylesheet(false);