home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / software / dave / dqsd.exe / searches / bta.xml < prev    next >
Text File  |  2003-02-21  |  2KB  |  57 lines

  1. <search function="bta">
  2.   <name>BetaNews</name>
  3.   <description>
  4.     Find out about public releases of beta software.  Numeric parameters list most recent betas while string parameters search for betas containing that string.<br/>
  5.     <div class="helpboxDescLabels">Examples:</div>
  6.     <table class="helpboxDescTable">
  7.       <tr><td>beta 200</td></tr>
  8.     </table>
  9.     <table class="helpboxDescTable">
  10.       <tr><td>beta mp3</td></tr>
  11.     </table>
  12.   </description>
  13.   <category>Computers<category>Software</category></category>
  14.   <link>http://www.betanews.com/</link>
  15.   <contributor>Paul Hounshell</contributor>
  16.   
  17.   <form name="betarecent"
  18.         action="http://www.betanews.com/releases.php3"
  19.         method="get">
  20.     <input type="hidden" name="num"/>
  21.   </form>
  22.   
  23.   <form name="betasearch"
  24.         action="http://fileforum.betanews.com/search.php3"
  25.         method="get">
  26.     <input type="hidden" name="search"/>
  27.     <input type="hidden" name="what" value="recent"/>
  28.   </form>
  29.   
  30.   <script><![CDATA[
  31.     function bta(q)
  32.     {
  33.       if( nullArgs("bta", q) )
  34.         return false;
  35.       else
  36.       {
  37.         if (isNaN(q))
  38.         {
  39.           document.betasearch.search.value = q
  40.           submitForm(betasearch);
  41.         }
  42.         else
  43.         {
  44.           document.betarecent.num.value = q
  45.           submitForm(betarecent);
  46.         }
  47.       }
  48.     }
  49.   ]]></script>
  50.  
  51.   <copyright>
  52.     Copyright (c) 2002 David Bau
  53.     Distributed under the terms of the
  54.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  55.   </copyright>
  56. </search>
  57.