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

Added Files:
        bio.xml mag.xml nyse.xml 
Log Message:
from viking mel

--- NEW FILE: bio.xml ---
<search function="bio">
  <COMMENT>

    Even though this XML search will probably load and is a good start
    toward a completed search, please be aware that this search will probably
    not work as is and will probably require some changes.

  </COMMENT>
  <name>Biographies</name>
  <category>People and Places</category>
  <contributor>Mel Neff</contributor>
  
<link>http://search.biography.com/bio_ft_search.pl?word=bill+cosby&amp;submit=Go%21</link>
  <email>[EMAIL PROTECTED]</email>
  <description>
  Search the Biography.com database. Has  over 25,000 different listings.
  </description>
  <form name="biof"
        method="get"
        action="http://search.biography.com/bio_ft_search.pl";>

    <COMMENT> The following field was active (i.e. had focus) when the search was 
generated. </COMMENT>

    <input type="hidden" name="word" value="" />
  </form>
  <script><![CDATA[
    function bio(q)
    {
      if( nullArgs("bio", q) )
        return;

      // FORM variables for biof

      // The wizard assigned the search string to this form field value because
      // this field was the active element when the search file was generated.
      // Change this to args.q if the search string is parsed with parseArgs.
      document.biof.word.value = q;

      submitForm(biof);
    }
  ]]></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 02/23/03 at 20:55:55
    by Dave's Quick Search Deskbar Search Wizard version 1.0.1 $,
    Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General 
Public License, Version 2
  </created_by>
</search>

--- NEW FILE: mag.xml ---
<search function="mag">
  <COMMENT>

    Even though this XML search will probably load and is a good start
    toward a completed search, please be aware that this search will probably
    not work as is and will probably require some changes.

  </COMMENT>
  <name>Newspapers &amp; Magazines</name>
  <category>Reference<category>General</category></category>
  <contributor>Glenn Carr</contributor>
  <link>http://www.itools.com/</link>
  <email></email>
  <description>
  Search online library of periodicals, journals, and reference books.
  </description>
  <form name="magf"
        method="get"
        action="http://www.itools.com/Go";>
    <input type="hidden" name="qt" value="elibrary" />

    <COMMENT> The following field was active (i.e. had focus) when the search was 
generated. </COMMENT>

    <input type="hidden" name="q" value="" />
  </form>
  <script><![CDATA[
    function mag(q)
    {
      if( nullArgs("mag", q) )
        return;

      // FORM variables for magf
      //document.magf.qt.value = "";

      // The wizard assigned the search string to this form field value because
      // this field was the active element when the search file was generated.
      // Change this to args.q if the search string is parsed with parseArgs.
      document.magf.q.value = q;

      submitForm(magf);
    }
  ]]></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 01/27/03 at 09:37:53
    by Dave's Quick Search Deskbar Search Wizard version 1.0.1 $,
    Copyright (c) 2002 Glenn Carr; Distributed under the terms of the GNU General 
Public License, Version 2
  </created_by>
</search>

--- NEW FILE: nyse.xml ---
<search function="nyse">
  <COMMENT>

    Even though this XML search will probably load and is a good start
    toward a completed search, please be aware that this search will probably
    not work as is and will probably require some changes.

  </COMMENT>
  <name>NYSE Listed Companies </name>
  <category>Finance</category>
  <contributor>Glenn Carr</contributor>
  <link>http://www.nyse.com/listed/listed.html</link>
  <email></email>
  <description>
  Input a company name  and get the stock symbol and a small description of the company
  </description>
  <form name="nysef"
        method="get"
        action="http://198.140.38.206/search";>
    <input type="hidden" name="site" value="nyse" />
    <input type="hidden" name="output" value="xml_no_dtd" />
    <input type="hidden" name="client" value="nyse" />
    <input type="hidden" name="access" value="p" />
    <input type="hidden" name="proxystylesheet" value="nyse" />
    <input type="hidden" name="getfields" value="SUMMARY" />
    <input type="hidden" name="filter" value="0" />

    <COMMENT> The following field was active (i.e. had focus) when the search was 
generated. </COMMENT>

    <input type="hidden" name="q" value="" />
  </form>
  <script><![CDATA[
    function nyse(q)
    {
      if( nullArgs("nyse", q) )
        return;

      // FORM variables for nysef
      //document.nysef.site.value = "";
      //document.nysef.output.value = "";
      //document.nysef.client.value = "";
      //document.nysef.access.value = "";
      //document.nysef.proxystylesheet.value = "";
      //document.nysef.getfields.value = "";
      //document.nysef.filter.value = "";

      // The wizard assigned the search string to this form field value because
      // this field was the active element when the search file was generated.
      // Change this to args.q if the search string is parsed with parseArgs.
      document.nysef.q.value = q;

      submitForm(nysef);
    }
  ]]></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 01/25/03 at 09:25:38
    by Dave's Quick Search Deskbar Search Wizard version 1.0.1 $,
    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:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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