• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H20-Oct-2019-2,1541,535

docs/H03-May-2022-

src/H20-Oct-2019-88,77771,885

tests/H20-Oct-2019-619476

.editorconfigH A D20-Oct-2019325 2016

.travis.ymlH A D20-Oct-2019217 1715

BUGSH A D20-Oct-20191.8 KiB3026

CHANGELOGH A D20-Oct-201954.7 KiB1,0341,028

LICENSEH A D20-Oct-201917.7 KiB340281

README.mdH A D20-Oct-20191.6 KiB3730

THANKSH A D20-Oct-201912.4 KiB288281

build.properties.distH A D20-Oct-20198 21

build.xmlH A D20-Oct-20196.7 KiB217156

composer.jsonH A D20-Oct-2019745 2625

phpunit.xmlH A D20-Oct-2019403 1312

README.md

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