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-serv16917/searches
Added Files:
bta.xml
Log Message:
added bta.xml from Paul Hounshell
--- NEW FILE: bta.xml ---
<search function="bta">
<name>BetaNews</name>
<description>
Find out about public releases of beta software. Numeric parameters list most
recent betas while string parameters search for betas containing that string.<br/>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>beta 200</td></tr>
</table>
<table class="helpboxDescTable">
<tr><td>beta mp3</td></tr>
</table>
</description>
<category>Computers<category>Software</category></category>
<link>http://www.betanews.com/</link>
<contributor>Paul Hounshell</contributor>
<form name="betarecent"
action="http://www.betanews.com/releases.php3"
method="get">
<input type="hidden" name="num"/>
</form>
<form name="betasearch"
action="http://fileforum.betanews.com/search.php3"
method="get">
<input type="hidden" name="search"/>
<input type="hidden" name="what" value="recent"/>
</form>
<script><![CDATA[
function bta(q)
{
if( nullArgs("bta", q) )
return false;
else
{
if (isNaN(q))
{
document.betasearch.search.value = q
submitForm(betasearch);
}
else
{
document.betarecent.num.value = q
submitForm(betarecent);
}
}
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
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: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/