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-serv13578/searches
Added Files:
cpp.xml ebuy.xml math.xml
Log Message:
New searches:
* ebuy - Search ebuyer.com (from Matthew Slight)
* cpp - Search cppreference.com (from Matthew Slight)
* ebuy - Search Mathworld.com (from Matthew Slight)
--- NEW FILE: cpp.xml ---
<search function="cpp">
<name>C/C++ Reference</name>
<description>Search cppreference.com
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr>
<td>cpp function()</td>
</tr>
</table>
</description>
<category>Computers</category>
<link>http://www.cppreference.com/</link>
<contributor>Matthew Slight</contributor>
<form name="cppf" method="post"
action="http://www.cppreference.com/cgi-bin/search.cgi">
<input type="hidden" name="query" />
</form>
<script><![CDATA[
function cpp(input)
{
if( nullArgs( "cpp", input) )
return;
else
{
document.cppf.query.value=input;
submitForm(cppf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 Matthew Slight
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>
--- NEW FILE: ebuy.xml ---
<search function="ebuy">
<name>Ebuyer</name>
<description>Search ebuyer.com
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr>
<td>ebuy keyboard</td>
</tr>
</table>
</description>
<category>Computers</category>
<link>http://www.ebuyer.com/</link>
<contributor>Matthew Slight</contributor>
<form name="ebuyerf" method="post"
action="http://www.ebuyer.com/customer/products/index.html?action=">
<input type="hidden" name="qfind" />
</form>
<script><![CDATA[
function ebuy(input)
{
if( nullArgs( "ebuy", input) )
return;
else
{
document.ebuyerf.qfind.value=input;
submitForm(ebuyerf);
}
}
]]></script>
<copyright>
Copyright (c) 2002 Matthew Slight
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>
--- NEW FILE: math.xml ---
<search function="mathref">
<name>Mathworld</name>
<description>Search Mathworld.com
<div class="helpboxDescLabels">Example:</div>
<table class="helpboxDescTable">
<tr>
<td>mathref prime</td>
</tr>
</table>
</description>
<category>Reference</category>
<link>http://www.mathworld.com/</link>
<contributor>Matthew Slight</contributor>
<form name="mathreff" action="http://mathworld.wolfram.com/search/" method="get">
<input type="hidden" name="words" value="" />
<input type="hidden" name="config" value="scienceworld_wolfram_com" />
<input type="hidden" name="restrict" value="http://mathworld.wolfram.com" />
</form>
<script><![CDATA[
function mathref(input)
{
if( nullArgs( "mathref", input) )
return;
else
{
document.mathreff.words.value=input;
submitForm(mathreff);
}
}
]]></script>
<copyright>
Copyright (c) 2002 Matthew Slight
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>
-------------------------------------------------------
This sf.net emial is sponsored by: Influence the future
of Java(TM) technology. Join the Java Community
Process(SM) (JCP(SM)) program now.
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/