The example "jdk fopen" (that was "php fopen" in the xml before I corrected this) 
doesn't work for me (Google says 
"Your search - intitle:open "v1.4.0" site:java.sun.com inurl:docs/api - did not match 
any documents."
)

I don't know Java, but if it's akin with javascript, "jdk var", "jdk alert", "jdk 
function" don't work either.

????

MLL

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Saturday, July 20, 2002 11:52 AM
> To: [EMAIL PROTECTED]
> Subject: [DQSD-CVS] dqsd/searches jdk.xml,NONE,1.1
> 
> 
> View the DQSD CVS repository here:
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
> 
> Update of /cvsroot/dqsd/dqsd/searches
> In directory usw-pr-cvs1:/tmp/cvs-serv32099/searches
> 
> Added Files:
>       jdk.xml 
> Log Message:
> Updated changelog and added jdk search.
> 
> --- NEW FILE: jdk.xml ---
> <search function="jdk">
>   <name>JDK Javadoc Search</name>
>   <description>Search Sun's JDK Javadoc. Uses Google.
>     <div class="helpboxDescLabels">Example:</div>
>     <table class="helpboxDescTable">
>               <tr><td>php fopen</td></tr>
>       </table>
>   </description>
>   <link>http://java.sun.com/j2se/1.4/docs/api/</link>
>   <category>Computers</category>
>   <contributor>David Bau</contributor>
>   
>   <form name="jdkf" action="http://www.google.com/search"; 
> method="get">
>     <input type="hidden" name="q"/>
>     <input type="hidden" name="meta" value=""/>
>     <input type="hidden" name="btnI" value="I'm Feeling Lucky"/>
>   </form>
> 
>   <script><![CDATA[
>     // Uses Google I'm feeling lucky search
>     function jdk(q)
>     {
>       version = "v1.4.0";
>       if (q == "")
>         openSearchWindow("http://java.sun.com/j2se/1.4/docs/api/";);
>       else
>       {
>         document.jdkf.q.value='intitle:' + q + ' "v1.4.0" 
> site:java.sun.com inurl:docs/api';
>         submitForm(jdkf);
>       }
>     }
>   ]]></script>
> </search>
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> DQSD-CVS mailing list
> https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
> DQSD CVS repository:
> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
> 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to