summaryrefslogtreecommitdiffstats
path: root/paste/include/geshi/scripts/get-keywords/docs/README
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-12-11 06:46:52 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2009-12-11 06:46:52 +0100
commited7a9440e24e272dabf10ea1cc1c3c06bbc79c06 (patch)
tree7335d18fac06e4b443860b2b206a6cd906d8ff7d /paste/include/geshi/scripts/get-keywords/docs/README
parent041b1f77bda0c0d5f9e1ad82b07c21f31f144a6a (diff)
downloadrafb-nopaste-ed7a9440e24e272dabf10ea1cc1c3c06bbc79c06.tar.gz
rafb-nopaste-ed7a9440e24e272dabf10ea1cc1c3c06bbc79c06.tar.xz
rafb-nopaste-ed7a9440e24e272dabf10ea1cc1c3c06bbc79c06.zip
downgraded geshi to stable version to support all languages
Diffstat (limited to 'paste/include/geshi/scripts/get-keywords/docs/README')
-rw-r--r--paste/include/geshi/scripts/get-keywords/docs/README23
1 files changed, 0 insertions, 23 deletions
diff --git a/paste/include/geshi/scripts/get-keywords/docs/README b/paste/include/geshi/scripts/get-keywords/docs/README
deleted file mode 100644
index ad60041..0000000
--- a/paste/include/geshi/scripts/get-keywords/docs/README
+++ /dev/null
@@ -1,23 +0,0 @@
-get-keywords.php is a script to get a current list of all the keywords for a particular language.
-
-Currently it's very alpha, just like the rest of this stuff. I run Debian and KDE, and so I have
-access to the katepart XML files in /usr/share/apps/katepart/syntax. Thus, the keyword getter
-strategies that use parser those files work for me.
-
-If you know where these files are online, feel free to write a strategy implementation that gets
-the file from the 'net and uses that (perhaps from KDE SVN?).
-
-No real documentation I'm afraid... just look through the code and look at how the various keyword
-strategy stuff is implemented in language/*/class.*getterstrategy.php.
-
-Oh, and to use:
-
-php get-keywords.php [lang] [group[
-php get-keywords.php --list-langs
-php get-keywords.php --list-groups [language]
-
-In the future:
-
-php get-keywords.php ... --output-format=[HTML|text|special]
-
- $Id: README,v 1.2 2005/06/09 13:31:35 oracleshinoda Exp $