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

Added Files:
        arin.xml tgn.xml 
Log Message:
New searches from Tim Aiello

--- NEW FILE: arin.xml ---
<search function="arin">
  <name>ARIN Whois Database Search</name>
  <description>
    Search the Arin Whois database at www.arin.net/whois<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>arin 192.23.43.21</td></tr>
    </table>
  </description>
  <category>Computers</category>
  <link>http://www.arin.net/whois</link>
  <contributor>Tim Aiello</contributor>
  <email>[EMAIL PROTECTED]</email>
  <form name="arinform"
        method="post"
        action="http://ws.arin.net/cgi-bin/whois.pl";>
    <input type="text" name="queryinput" value="Search" />
  </form>
  <script><![CDATA[
    function arin(q, switches)
    { 
      if( nullArgs("arin",q) )
        return false;

      if( q == "" )
        openSearchWindow("http://www.arin.net/whois";);
      else
      {
        document.arinform["queryinput"].value = q;
        submitForm(arinform);
      }
    }
  ]]></script>
</search>

--- NEW FILE: tgn.xml ---
<search function="tgn">
  <name>Getty Thesaurus of Geographical Names Search</name>
  <description>
    Search the Getty Thesaurus of Geographical Names<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>tgn toronto</td></tr>
    </table>
  </description>
  <category>People and Places</category>
  <link>http://www.getty.edu/research/tools/vocabulary/tgn/</link>
  <contributor>Tim Aiello</contributor>
  <email>[EMAIL PROTECTED]</email>
  <form name="tgnform"
        method="get"
        action="http://vocab.pub.getty.edu/cgi-bin/tgn_browser/tgn.spl";>
    <input type="text" name="keywords" value="Search" />
    <input type="hidden" name="file" value="/tgn_browser/index.html" />
    <input type="hidden" name="searchtype" value="keyword" />
    <INPUT TYPE="submit" VALUE="Search" />
    <INPUT TYPE="reset" VALUE="Clear" />
  </form>
  <script><![CDATA[
    function tgn(q, switches)
    { 
      if( nullArgs("tgn",q) )
        return false;

      if( q == "" )
        openSearchWindow("http://vocab.pub.getty.edu/cgi-bin/tgn_browser/tgn.spl";);
      else
      {
        document.tgnform["keywords"].value = q;
        submitForm(tgnform);
      }
    }
  ]]></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/

Reply via email to