summaryrefslogtreecommitdiff
path: root/platform/www/vendor/geshi/geshi/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/vendor/geshi/geshi/README.md')
-rw-r--r--platform/www/vendor/geshi/geshi/README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/platform/www/vendor/geshi/geshi/README.md b/platform/www/vendor/geshi/geshi/README.md
new file mode 100644
index 0000000..6c49bc1
--- /dev/null
+++ b/platform/www/vendor/geshi/geshi/README.md
@@ -0,0 +1,36 @@
+GeSHi - Generic Syntax Highlighter
+==================================
+### Version 1.0.9.1
+
+Author: [Benny Baumann](http://blog.benny-baumann.de/), [Nigel McNie](http://nigel.mcnie.name/)
+Email: <BenBE@geshi.org>, <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.
+
+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 <BenBE@geshi.org>, 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 :)