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-serv19118/searches

Added Files:
        mathref.xml 
Log Message:
mathref, not math or ebuy

--- NEW FILE: mathref.xml ---
<search function="mathref">
  <name>Mathworld</name>
  <description>Search Mathworld.com
  <div class="helpboxDescLabels">Example:</div> 
  <table class="helpboxDescTable">
    <tr>
      <td>mathref prime</td>
    </tr>
  </table>
  </description>
  <category>Reference</category>
  <link>http://www.mathworld.com/</link>
  <contributor>Matthew Slight</contributor>
  <form name="mathreff" action="http://mathworld.wolfram.com/search/"; method="get">
    <input type="hidden" name="words" value="" />
    <input type="hidden" name="config" value="scienceworld_wolfram_com" />
    <input type="hidden" name="restrict" value="http://mathworld.wolfram.com"; />
  </form>
  <script><![CDATA[
    function mathref(input)
    {
      if( nullArgs( "mathref", input) )
        return;
      else
      {
        document.mathreff.words.value=input;
        submitForm(mathreff);
      }
    }
  ]]></script>

  <copyright>
        Copyright (c) 2002 Matthew Slight
        Distributed under the terms of the
        GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
</search>






-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to