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

Added Files:
        nwtsr.xml 
Log Message:
- Added search for Netcraft's What's This Site Running-service (David Resnick)

--- NEW FILE: nwtsr.xml ---
<search function="nwtsr">
  <name>Netcraft What's That Site Running</name>
  <category>Computers</category>
  <contributor>David Resnick</contributor>
  <link>http://uptime.netcraft.com/</link>
  <email>[EMAIL PROTECTED]</email>
  <description>
  Displays operating system and web server for host.<br/>
    <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
      <tr><td>nwtsr sourceforge.net</td></tr>
    </table>
  </description>
  <form name="nwtsrf"
        method="get"
        action="http://uptime.netcraft.com/up/graph/";>
    <!-- input type="hidden" value="" name="mode_u"/ -->
    <!-- input type="hidden" value="" name="mode_w"/ -->
    <input type="hidden" value="" name="site"/>
  </form>
  <script><![CDATA[
    function nwtsr(q)
    {
      if( nullArgs("nwtsr", q) )
        return false;

      if( q == "" )
      {
        openSearchWindow("http://uptime.netcraft.com/";);
        return true;
      }

      // FORM variables for nwtsrf
//      document.nwtsrf.mode_u.value = "off";
//      document.nwtsrf.mode_w.value = "on";
      document.nwtsrf.site.value = q;
      submitForm(nwtsrf);
    }
  ]]></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