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

Added Files:
        cowp.xml egw.xml 
Log Message:
added cowp and egw searches

--- NEW FILE: cowp.xml ---
<search function="cowp">
  <name>Country and Western Pickers of the Internet</name>
  <description>
    Search for lyrics and chords for country songs.<br/>
    <div class="helpboxDescLabels">Switches:</div>
        <table class="helpboxDescTable">
        </table>
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
                <tr><td>cowpie God Must Be A Cowboy</td></tr>
        </table>
  </description>
  <category>Reference</category>
  <link>http://www.roughstock.com/cowpie/songs/</link>
  <contributor>Brent Beardsley</contributor>
  
  <form name="cowpie_search"
        action="http://www.roughstock.com/cgi-bin/AT-cowpiesearch.cgi";
        method="post">
    <input type="hidden" name="search"/>
    <input type="hidden" name="searchButton"/>
    <input type="hidden" name="sp" value="sp"/>
  </form>

  
  <script><![CDATA[
    function cowp(q)
    {
      if( nullArgs("cowp", q) )
        return false;

      document.cowpie_search.search.value = q;
      submitForm(cowpie_search);
    }
  ]]></script>
</search>

--- NEW FILE: egw.xml ---
<search function="egw">
  <name>Ellen G. White's Writings</name>
  <category>Reference</category>
  <contributor>Brent Beardsley</contributor>
  <link>http://www.whiteestate.org/search/published_writings.asp</link>
  <email></email>
  <description>
   Search Ellen G. White's writings
   <div class="helpboxDescLabels">Example:</div>
    <table class="helpboxDescTable">
                <tr><td>egw fireproof buildings new york</td></tr>
        </table>
  </description>
  <form name="egwf"
        method="post"
        
action="http://www.egwestate.andrews.edu/cgi-bin/search.database/PublishedWritings";>
    <input type="hidden" name="QUERY" value="" />
    <input type="hidden" name="MAXDOCS" value="20" />
  </form>
  <form name="passwordf" action="">
        <input type="hidden" name="password" value="" />
        <input type="hidden" name="password_done" value="" />
  </form>
  <script><![CDATA[
    function egw(q)
    {
      if( nullArgs("egw", q) )
        return;

      document.egwf.QUERY.value = q;
      submitForm(egwf);
    }
  ]]></script>
</search>



-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
_______________________________________________
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