1GeSHi - Generic Syntax Highlighter
2==================================
3### Version 1.0.9.1
4
5Author:          [Benny Baumann](http://blog.benny-baumann.de/), [Nigel McNie](http://nigel.mcnie.name/)
6Email:           <BenBE@geshi.org>, <nigel@geshi.org>
7GeSHi Website:   <http://qbnz.com/highlighter>
8
9GeSHi is a generic syntax highlighter, written in PHP. You simply
10input the source code you wish to highlight with the language you
11wish to use, and the output will be a file syntax highlighted to
12XHTML standards.
13
14Documentation
15-------------
16For more information on how to use GeSHi, please consult the
17documentation. If you got this readme from a GeSHi package, then
18the documentation is available in the [docs](https://github.com/GeSHi/geshi-1.0/tree/master/docs)
19directory. Documentation is also available [online](http://qbnz.com/highlighter/documentation.php).
20
21If you think you've found a bug in GeSHi, contact me with a bug
22report at <BenBE@geshi.org>, submit to the [bug tracker at GitHub](https://github.com/GeSHi/geshi-1.0/issues).
23Be aware 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
30License
31-------
32GeSHi is free software, released under the GNU GPL. Please see the
33[LICENSE](https://github.com/GeSHi/geshi-1.0/blob/master/LICENSE)
34file for more information. If you do modify this program, please tell
35me about it! Perhaps you've made a good improvement that I can learn
36from :)
37