| OLD | NEW |
| (Empty) |
| 1 | |
| 2 GeSHi - GEneric Syntax HIghlighter | |
| 3 ---------------------------------- | |
| 4 Version 1.0.8 | |
| 5 | |
| 6 Author: Nigel McNie, Benny Baumann | |
| 7 Email: nigel@geshi.org, BenBE@omorphia.de | |
| 8 GeSHi Website: http://qbnz.com/highlighter | |
| 9 | |
| 10 GeSHi is a generic syntax highlighter, written in PHP. You simply | |
| 11 input the source code you wish to highlight with the language you | |
| 12 wish to use, and the output will be a file syntax highlighted to | |
| 13 XHTML standards. | |
| 14 | |
| 15 For more information on how to use GeSHi, please consult the | |
| 16 documentation. If you got this readme from a GeSHi package, then | |
| 17 the documentation is available in the docs/ directory. Documentation | |
| 18 is also available at http://qbnz.com/highlighter/documentation.php | |
| 19 | |
| 20 If you think you've found a bug in GeSHi, contact me with a bug | |
| 21 report at BenBE@omorphia.de, or submit it to the bug tracker at | |
| 22 http://sourceforge.net/tracker/?group_id=114997&atid=670231. Be | |
| 23 aware that minor highlighting errors may well just be incorrect | |
| 24 language files, but if you do find something major please contact me. | |
| 25 | |
| 26 And if you're using GeSHi as a plugin/mod for some other software, | |
| 27 please tell me about it! It's worth a link to you, and I can give | |
| 28 you specialist help if you need it. | |
| 29 | |
| 30 GeSHi is free software, released under the GNU GPL. Please see the | |
| 31 COPYING file for more information. If you do modify this program, | |
| 32 please tell me about it! Perhaps you've made a good improvement that | |
| 33 I can learn from :) | |
| OLD | NEW |