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

Modified Files:
        twn.xml 
Log Message:
* twn - repaired to fit site changes (Sarah Sweeney)

Index: twn.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/twn.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** twn.xml     30 Aug 2002 03:24:56 -0000      1.2
--- twn.xml     15 Oct 2003 18:06:28 -0000      1.3
***************
*** 1,4 ****
--- 1,6 ----
  <search function="twn">
    <name>The Weather Network Forecast</name>
+   <category>News</category>
+   <link>http://www.theweathernetwork.com/</link>
    <description>
      Search for Canadian weather forecasts by city.<br/>
***************
*** 8,39 ****
      </table>
    </description>
-   <category>News</category>
-   <link>http://www.theweathernetwork.com/</link>
    <contributor>Sarah Sweeney</contributor>
!   <email>[EMAIL PROTECTED]</email>
!   <form name="weathernetworkform"
!         action="http://www.theweathernetwork.com/services/search/search.asp";
!         method="post">
!     <input type="hidden" name="recherche"/>
    </form>
    <script><![CDATA[
      function twn(q)
      {
!       if( nullArgs("twn",q) )
!         return false;
!       if( q == "" )
!         openSearchWindow("http://www.theweathernetwork.com/";);
!       else
!       {
!         document.weathernetworkform.recherche.value = q;
!         submitForm(weathernetworkform);
!       }
      }
    ]]></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>  
--- 10,44 ----
      </table>
    </description>
    <contributor>Sarah Sweeney</contributor>
!   <email>[EMAIL PROTECTED]</email>
!   <form name="twnf"
!         method="post"
!         action="http://www.theweathernetwork.com/common/scripts/search.htm";>
!     <input type="hidden" name="recherche" value="" />
    </form>
    <script><![CDATA[
      function twn(q)
      {
!       if( nullArgs("twn", q) )
!         return;
! 
!       // FORM variables for twnf
! 
!       // 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.twnf.recherche.value = q;
! 
!       submitForm(twnf);
      }
    ]]></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/15/03 at 09:51:11
!     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>
\ No newline at end of file




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
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