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

Added Files:
        lf.xml 
Log Message:
lyricsfind search by Steve Heil

--- NEW FILE: lf.xml ---
<search function="lf">
  <name>lyricsfind.com</name>
  <description>Search for song lyrics.  Default search is by title.<br/><b>NOTE:</b> 
The search engine remembers your last used search type, so the switches may not always 
be necessary.
    <div class="helpboxDescLabels">Switches:</div>
    <table class="helpboxDescTable">
      <tr><td>/title</td><td> - </td><td>Search by song title (Default)</td></tr>
      <tr><td>/artist</td><td> - </td><td>Search by artist name</td></tr>
    </table>
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
      <tr><td>lf fight the power /title</td></tr>
      <tr><td>lf public enemy /artist</td></tr>
    </table>
  </description>
  <category>Entertainment</category>
  <link>http://www.lyricsfind.com/</link>
  <contributor>Steven J. Heil</contributor>
  <email>sjheil_at_hotmail_dot_com</email>
  <form name="lff"
        action="http://www.lyricsfind.com/list.php";
        method="get">
    <input type="hidden" name="type" value="title"/>
    <input type="hidden" name="q" value=""/>
  </form>
  <script><![CDATA[
    function lf(q)
    {
      if( nullArgs("lf", q) )
        return false;

      var args = parseArgs(q, "artist, title");

      if( q == "" )
        openSearchWindow("http://www.lyricsfind.com/";);

      else if( args.switches.length == 1 )
      {
        switch( args.switches[0].name )
        {
          case "artist":
            document.lff.type.value = "artist"; break;
          case "title":
          default:
            document.lff.type.value = "title"; break;
        }
        document.lff.q.value = args.q;
        submitForm(lff);
      }
      else if( args.switches.length > 1 )
        nullArgs("lf","?");
      else
      {
        document.lff.q.value = q;
        submitForm(lff);
      }
    }
  ]]></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: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
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