[pybot-commits] CVS: pybot/data/infopacks airport.info,1.2,1.3 ports.info,1.2,1.3 vera.info,1.4,1.5
Brought to you by:
niemeyer
From: Gustavo N. <nie...@us...> - 2003-08-25 20:44:42
|
Update of /cvsroot/pybot/pybot/data/infopacks In directory sc8-pr-cvs1:/tmp/cvs-serv30662/data/infopacks Modified Files: airport.info ports.info vera.info versions.info Log Message: Integrated infopack help into main help. Index: airport.info =================================================================== RCS file: /cvsroot/pybot/pybot/data/infopacks/airport.info,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** airport.info 12 May 2003 20:42:19 -0000 1.2 --- airport.info 25 Aug 2003 20:44:23 -0000 1.3 *************** *** 4,8 **** # information about infobot at http://www.infobot.org. # ! H:This infopack provides a database of airport locations around the world. You can ask for an airport location using "airport <code>". T:(?:what|where)(?:'s|\s+is)\s+(?:the\s+)?airport\s+(?:code\s+)?([a-z]{3})\s*(?:!*\?[!?]*)?$ T:airport\s+([a-zA-Z]{3})\s*(?:!*\?[!?]*)?$ --- 4,9 ---- # information about infobot at http://www.infobot.org. # ! h:airports:airports? ! H:The airport infopack provides a database of airport locations around the world. You can ask for an airport location using "airport <code>". T:(?:what|where)(?:'s|\s+is)\s+(?:the\s+)?airport\s+(?:code\s+)?([a-z]{3})\s*(?:!*\?[!?]*)?$ T:airport\s+([a-zA-Z]{3})\s*(?:!*\?[!?]*)?$ Index: ports.info =================================================================== RCS file: /cvsroot/pybot/pybot/data/infopacks/ports.info,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ports.info 12 May 2003 20:42:19 -0000 1.2 --- ports.info 25 Aug 2003 20:44:23 -0000 1.3 *************** *** 4,8 **** # information about infobot at http://www.infobot.org. # ! H:This infopack provides a database of port numbers. You can check what service is usually provided in a port number using "port <num>". T:what(?:'s|\s+is)\s+(?:the\s+)?port\s+(?:number\s+)?([0-9]+)(?:\s+for)\s*(?:!*\?[!?]*)?$ T:port\s+(\d+)[!?.]*$ --- 4,9 ---- # information about infobot at http://www.infobot.org. # ! h:port numbers:ports?\s+numbers? ! H:The ports infopack provides a database of port numbers. You can check what service is usually provided in a port number using "port <num>". T:what(?:'s|\s+is)\s+(?:the\s+)?port\s+(?:number\s+)?([0-9]+)(?:\s+for)\s*(?:!*\?[!?]*)?$ T:port\s+(\d+)[!?.]*$ Index: vera.info =================================================================== RCS file: /cvsroot/pybot/pybot/data/infopacks/vera.info,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** vera.info 16 May 2003 17:34:42 -0000 1.4 --- vera.info 25 Aug 2003 20:44:23 -0000 1.5 *************** *** 7,11 **** # ftp://ftp.gnu.org/gnu/vera # ! H:This infopack provides the VERA database of acronyms. You can check for a given a acronym using "acronym <acronym>". T:acronym\s+(\w+)\s*\?*$ D:t:No acronym for that. --- 7,12 ---- # ftp://ftp.gnu.org/gnu/vera # ! h:acronyms:acronyms?|vera ! H:The vera infopack provides the VERA database of acronyms. You can check for a given a acronym using "acronym <acronym>". T:acronym\s+(\w+)\s*\?*$ D:t:No acronym for that. Index: versions.info =================================================================== RCS file: /cvsroot/pybot/pybot/data/infopacks/versions.info,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** versions.info 23 May 2003 21:29:29 -0000 1.1 --- versions.info 25 Aug 2003 20:44:23 -0000 1.2 *************** *** 2,6 **** # released in Conectiva Linux. # ! H:This infopack provides information about which package versions were released in past versions of Conectiva Linux. You can check a given package with "[show] versions [of] <packagename>". T:(?:show\s+)?versions\s+(?:of\s+)?(\S+) D:t:No information about that package. --- 2,7 ---- # released in Conectiva Linux. # ! h:versions:(?:package\s+)?versions? ! H:The versions infopack provides information about which package versions were released in past versions of Conectiva Linux. You can check a given package with "[show] versions [of] <packagename>". T:(?:show\s+)?versions\s+(?:of\s+)?(\S+) D:t:No information about that package. |