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

..24-Nov-2021-

docs/H03-May-2022-

src/H24-Nov-2021-91,93674,325

tests/H24-Nov-2021-616475

.editorconfigH A D24-Nov-2021325 2016

.gitignoreH A D24-Nov-202150 64

.travis.ymlH A D24-Nov-2021223 1615

BUGSH A D24-Nov-20211.8 KiB3026

CHANGELOGH A D24-Nov-202154.2 KiB1,0241,018

LICENSEH A D24-Nov-202117.7 KiB340281

README.mdH A D24-Nov-20211.6 KiB3730

THANKSH A D24-Nov-202112.3 KiB285278

build.properties.distH A D24-Nov-20218 21

build.xmlH A D24-Nov-20216.7 KiB217156

composer.jsonH A D24-Nov-2021721 2625

phpunit.xmlH A D24-Nov-2021403 1312

README.md

1GeSHi - Generic Syntax Highlighter
2==================================
3### Version 1.0.9.0
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