View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/searches
In directory sc8-pr-cvs1:/tmp/cvs-serv14525/searches
Modified Files:
gg.xml
Removed Files:
ggl.xml
Log Message:
- gg - added /define (thanks to Tom Corcoran for the hint)
- removed ggl, since it's the same as gg /glossary
Index: gg.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/gg.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** gg.xml 12 Dec 2002 22:21:48 -0000 1.22
--- gg.xml 25 Oct 2003 10:43:57 -0000 1.23
***************
*** 13,16 ****
--- 13,17 ----
<tr><td>/froogle</td><td> - </td><td>Find products for sale online(<i>warning
: still in beta, .com/english only</i>).</td></tr>
<tr><td>/glossary</td><td> - </td><td>Find definitions for words, phrases and
acronyms(<i>warning : still in beta, .com/english only</i>).</td></tr>
+ <tr><td>/define</td><td> - </td><td>Find Google's own definitions for words,
phrases and acronyms(<i>warning : english only</i>).</td></tr>
<tr><td>/keys</td><td> - </td><td>Navigate search results without using your
mouse (<i>warning : still in beta, .com/english only</i>).</td></tr>
<tr><td>/since:days</td><td> - </td><td>Search pages based on when they were
indexed. Use either a number to specify when, or
***************
*** 50,53 ****
--- 51,55 ----
<tr><td>gg /froogle cd clock radio</td></tr>
<tr><td>gg /glossary wrt</td></tr>
+ <tr><td>gg /define wrt</td></tr>
</table>
</description>
***************
*** 132,136 ****
//by MLL: warning : news service is still in beta stage, so URLs below may change
{
! var args = parseArgs(q, "ifl, advanced, groups, directory, images, news,
since, cache, related, link, froogle, glossary, keys, local, canada, deutschland,
france, italia, uk, language");
var mode, local, local_meta = "", local_tld = "com", msglang = "";
--- 134,138 ----
//by MLL: warning : news service is still in beta stage, so URLs below may change
{
! var args = parseArgs(q, "ifl, advanced, groups, directory, images, news,
since, cache, related, link, froogle, glossary, define, keys, local, canada,
deutschland, france, italia, uk, language");
var mode, local, local_meta = "", local_tld = "com", msglang = "";
***************
*** 195,198 ****
--- 197,201 ----
case "froogle": googleURL = "http://froogle.google.com/froogle"; break;
case "glossary": googleURL = "http://labs.google.com/glossary"; break;
+ case "define": googleURL = "http://www.google." + local_tld +
"/help/operators.html#define"; break;
case "keys": googleURL = "http://labs.google.com/keys"; break;
default:
***************
*** 298,301 ****
--- 301,310 ----
document.ggf_glossary.q.value = args.q;
submitForm(ggf_glossary);
+ break;
+ case "define":
+ document.ggf.q.value = "define:" + args.q;
+ document.ggf.hl.value = msglang;
+ document.ggf.cat.value = "";
+ submitForm(ggf);
break;
case "keys":
--- ggl.xml DELETED ---
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/