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

Added Files:
        videoeta.xml 
Log Message:
VideoETA is a site specializing in detailing when video releases are available on video

--- NEW FILE: videoeta.xml ---
<search function="videoeta">
  <name>Video ETA</name>
  <category>Entertainment</category>
  <contributor>Monty Scroggins</contributor>
  <link>http://www.videoeta.com/search.html</link>
  <email></email>
  <description>
    Video ETA is a site which specializes in detailing when movies
    are available on video.  Searches can be done by movie title (default)
    or by actors name.
    <div class="helpboxDescLabels">Examples:</div>
    <table class="helpboxDescTable">
      <tr><td>videoeta Christmas Vacation</td></tr>
      <tr><td>videoeta Blues Brothers /movie</td></tr>
      <tr><td>videoeta Woody Allen /person</td></tr>
    </table>
  </description>
  <form name="videoetaf"
        method="get"
        action="http://www.videoeta.com/search.html";>
    <input type="hidden" name="search_query" value="" />
  </form>
  <form name="videoetaf2"
        method="get"
        action="http://www.videoeta.com/person.html";>
    <input type="hidden" name="search" value="" />
  </form>
  <script><![CDATA[
    function videoeta(q)
    {
      if( nullArgs("videoeta", q) )
        return;

      var args = parseArgs(q, "movie, person");
      if ( args.switches.length > 0 )
      { 
        alert("args.switches >0 "+ args.switches.length);
        switch( args.switches[0].name )
        {
          case "movie":
            document.videoetaf.search_query.value = args.q;
            submitForm(videoetaf);
            break;
          case "person":
            document.videoetaf2.search.value = args.q;
            submitForm(videoetaf2);
            break;
          default:
            break;
        }
      }
      else
      {
        document.videoetaf.search_query.value = args.q;
        submitForm(videoetaf);
      }
    }
  ]]></script>
  <copyright>
    The following applies if this file is included and distributed with Dave's Quick 
Search Deskbar:
    Copyright (c) 2002 David Bau; Distributed under the terms of the GNU Public 
License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  </copyright>
  <created_by>
    This search file was initially created on 10/01/02 at 08:06:09
    by Dave's Quick Search Deskbar Search Wizard version 0.9.1 (beta),
    Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General 
Public License, Version 2
  </created_by>
</search>



-------------------------------------------------------
This sf.net email is sponsored by: DEDICATED SERVERS only $89!
Linux or FreeBSD, FREE setup, FAST network. Get your own server 
today at http://www.ServePath.com/indexfm.htm
_______________________________________________
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