https://github.com/geshi/geshi-1.0
Original version of Generic Syntax Highlighter for PHP
https://github.com/geshi/geshi-1.0
hacktoberfest highlight php syntax-highlighting
Last synced: about 18 hours ago
JSON representation
Original version of Generic Syntax Highlighter for PHP
- Host: GitHub
- URL: https://github.com/geshi/geshi-1.0
- Owner: GeSHi
- License: gpl-2.0
- Created: 2013-11-05T12:35:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T14:59:38.000Z (over 1 year ago)
- Last Synced: 2024-04-04T09:02:34.768Z (about 1 year ago)
- Topics: hacktoberfest, highlight, php, syntax-highlighting
- Language: PHP
- Homepage: http://qbnz.com/highlighter/
- Size: 3.91 MB
- Stars: 164
- Watchers: 13
- Forks: 100
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
GeSHi - Generic Syntax Highlighter
==================================
### Version 1.0.9.1Author: [Benny Baumann](http://blog.benny-baumann.de/), [Nigel McNie](http://nigel.mcnie.name/)
Email: ,
GeSHi Website: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 , 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 :)