• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2        GeSHi - GEneric Syntax HIghlighter
3        ----------------------------------
4                 Version 1.0.8
5
6Author:          Nigel McNie, Benny Baumann
7Email:           nigel@geshi.org, BenBE@omorphia.de
8GeSHi Website:   http://qbnz.com/highlighter
9
10GeSHi is a generic syntax highlighter, written in PHP. You simply
11input the source code you wish to highlight with the language you
12wish to use, and the output will be a file syntax highlighted to
13XHTML standards.
14
15For more information on how to use GeSHi, please consult the
16documentation. If you got this readme from a GeSHi package, then
17the documentation is available in the docs/ directory. Documentation
18is also available at http://qbnz.com/highlighter/documentation.php
19
20If you think you've found a bug in GeSHi, contact me with a bug
21report at BenBE@omorphia.de, or submit it to the bug tracker at
22http://sourceforge.net/tracker/?group_id=114997&atid=670231. Be
23aware that minor highlighting errors may well just be incorrect
24language files, but if you do find something major please contact me.
25
26And if you're using GeSHi as a plugin/mod for some other software,
27please tell me about it! It's worth a link to you, and I can give
28you specialist help if you need it.
29
30GeSHi is free software, released under the GNU GPL. Please see the
31COPYING file for more information. If you do modify this program,
32please tell me about it! Perhaps you've made a good improvement that
33I can learn from :)
34