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

Added Files:
        whitl.xml 
Log Message:
* whitl - Searches WhittleBit, a user-rateable search engine (Tom Corcoran)

--- NEW FILE: whitl.xml ---
<search function="whitl">
  <name>WhittleBit</name>
  <category>Search the Web</category>
  <contributor>Tom Corcoran</contributor>
  <link>http://whittlebit.com/index.php</link>
  <email></email>
  <description>
  </description>
  <form name="whittlef"
        method="post"
        action="http://whittlebit.com/index.php";>
    <input type="hidden" name="query" value="" />
  </form>
  <script><![CDATA[
    function whitl(q)
    {
      if( nullArgs("whitl", q) )
        return;
      document.whittlef.query.value = q;
 
      submitForm(whittlef);
    }
  ]]></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