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-serv7253
Added Files:
httpd.xml
Log Message:
NetCraft's What's that Site Running? added. Querys a webserver and determines
information on it (e.g Apache/1.3.26 (Unix)...)
--- NEW FILE: httpd.xml ---
<search function="httpd">
<COMMENT>
This search file was initially created by Dave's Quick Search Deskbar
Search Wizard version 0.5 (beta) on 09/01/02 at 22:28:07
Even though this XML search will probably load and is a healthy start
toward a completed search, please be aware that this search will probably
not work as is and will require some human inspection and modification.
</COMMENT>
<name>What's This Site Running?</name>
<category>Computers</category>
<contributor>Thad Kerosky</contributor>
<link>http://www.netcraft.com/</link>
<email></email>
<description>
Check Netcraft's "Whats this site running?" HTTPD database for a specific web site
to get information on a web server.
</description>
<form name="netcraftf"
method="get"
action="http://www.netcraft.com/">
<input type="hidden" name="restriction" value="site contains" />
<input type="hidden" name="host" value="" />
<input type="hidden" name="position" value="limited" />
</form>
<script><![CDATA[
function httpd(q)
{
if( nullArgs("httpd", q) )
return;
if( q == "" )
{
openSearchWindow("http://www.netcraft.com/");
return;
}
// FORM variables for netcraftf
//document.netcraftf.restriction.value = "";
// The wizard assigned the search string to this form field value because
// this field was the active element when the search file was generated.
// Change this to args.q if the search string is parsed with parseArgs.
document.netcraftf.host.value = q;
//document.netcraftf.position.value = "";
submitForm(netcraftf);
}
]]></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/