summaryrefslogtreecommitdiff
path: root/platform/www/vendor/geshi/geshi/README.md
blob: 6c49bc17a980e5519b4b3acb124257dcd9be73e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
GeSHi - Generic Syntax Highlighter
==================================
### Version 1.0.9.1

Author:          [Benny Baumann](http://blog.benny-baumann.de/), [Nigel McNie](http://nigel.mcnie.name/)
Email:           <BenBE@geshi.org>, <nigel@geshi.org>
GeSHi Website:   <http://qbnz.com/highlighter>

GeSHi is a generic syntax highlighter, written in PHP. You simply
input the source code you wish to highlight with the language you
wish to use, and the output will be a file syntax highlighted to
XHTML standards.

Documentation
-------------
For more information on how to use GeSHi, please consult the
documentation. If you got this readme from a GeSHi package, then
the documentation is available in the [docs](https://github.com/GeSHi/geshi-1.0/tree/master/docs)
directory. Documentation is also available [online](http://qbnz.com/highlighter/documentation.php).

If you think you've found a bug in GeSHi, contact me with a bug
report at <BenBE@geshi.org>, submit to the [bug tracker at GitHub](https://github.com/GeSHi/geshi-1.0/issues).
Be aware that minor highlighting errors may well just be incorrect
language files, but if you do find something major please contact me.

And if you're using GeSHi as a plugin/mod for some other software,
please tell me about it! It's worth a link to you, and I can give
you specialist help if you need it.

License
-------
GeSHi is free software, released under the GNU GPL. Please see the
[LICENSE](https://github.com/GeSHi/geshi-1.0/blob/master/LICENSE)
file for more information. If you do modify this program, please tell
me about it! Perhaps you've made a good improvement that I can learn
from :)