README 1.4 KB

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