From 4ece066e7c05ae6c1e29c96784374f5d02aa3015 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 12 Jan 2006 23:01:44 +0000 Subject: Moved geshi to 3rdParty --- framework/3rdParty/geshi/docs/README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 framework/3rdParty/geshi/docs/README (limited to 'framework/3rdParty/geshi/docs/README') diff --git a/framework/3rdParty/geshi/docs/README b/framework/3rdParty/geshi/docs/README new file mode 100644 index 00000000..11857d5d --- /dev/null +++ b/framework/3rdParty/geshi/docs/README @@ -0,0 +1,35 @@ + + GeSHi - GEneric Syntax HIlighter + -------------------------------- + Version 1.0.7.4 + +Author: Nigel McNie +Email: nigel@geshi.org +GeSHi Website: http://qbnz.com/highlighter + +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. + +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/ directory. Documentation +is also available at http://qbnz.com/highlighter/documentation.php + +If you think you've found a bug in GeSHi, contact me with a bug +report at nigel@geshi.org, or submit it to the bug tracker at +http://sourceforge.net/tracker/?group_id=114997&atid=670231. 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. + +GeSHi is free software, released under the GNU GPL. Please see the +COPYING 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 :) + + $Id: README,v 1.6 2005/10/22 07:52:59 oracleshinoda Exp $ -- cgit v1.2.3