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

Added Files:
        ct.xml tldp.xml 
Log Message:
added ct and tldp searches

--- NEW FILE: ct.xml ---
<search function="ct">
  <name>Content Type Listings</name>
  <category>Computers<category>Reference</category></category>
  <contributor>Brent Beardsley</contributor>
  <link>http://www.reliableanswers.com/ContentType/</link>
  <email></email>
  <description>
  Search the Content-Type Listings from Reliable Answers.com
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
      <tr><td>ct zip</td></tr>
      <tr><td>ct mxp</td></tr>
    </table>
  </description>
  <form name="ctf"
        method="post"
        action="http://www.reliableanswers.com/ContentType/CType.asp?ord=";>
    <input type="hidden" name="ct-FsClass" value="" />
    <input type="hidden" name="ct-FsContentType" value="" />
        <input type="hidden" name="filter" value="Filter" />
  </form>
  <script><![CDATA[
    function ct(q)
    {
      if( nullArgs("ct", q) )
        return;

      document.ctf["ct-FsClass"].value = q;
      submitForm(ctf);
    }
  ]]></script>
  <copyright>
    Copyright (c) 2003 Brent Beardsley; Distributed under the terms of the GNU Public 
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
</search>
--- NEW FILE: tldp.xml ---
<search function="tldp">
  <name>The Linux Documentation Project</name>
  <category>Computers<category>Reference</category></category>
  <contributor>Brent Beardsley</contributor>
  <link>http://www.tldp.org/</link>
  <email></email>
  <description>
  Search The Linux Documentation Project
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
      <tr><td>tldp ppp</td></tr>
      <tr><td>tldp ldap</td></tr>
    </table>
  </description>
  <form name="tldpf"
        method="post"
        action="http://tldp.org/cgi-bin/ldpsrch.cgi";>
    <input type="hidden" name="svr" value="" />
    <input type="hidden" name="words" value="" />
  </form>
  <script><![CDATA[
    function tldp(q)
    {
      if( nullArgs("tldp", q) )
        return;

      document.tldpf.words.value = q;
      submitForm(tldpf);
    }
  ]]></script>
  <copyright>
    Copyright (c) 2003 Brent Beardsley; Distributed under the terms of the GNU Public 
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
</search>



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
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