From ed7a9440e24e272dabf10ea1cc1c3c06bbc79c06 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Fri, 11 Dec 2009 06:46:52 +0100 Subject: downgraded geshi to stable version to support all languages --- .../include/geshi/scripts/get-keywords/docs/README | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 paste/include/geshi/scripts/get-keywords/docs/README (limited to 'paste/include/geshi/scripts/get-keywords/docs/README') 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 $ -- cgit v1.2.3