View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/addons/genealogy
In directory usw-pr-cvs1:/tmp/cvs-serv7298/addons/genealogy

Modified Files:
        cyndi.xml fiftys.xml hgsoc.xml melvyl.xml rwres.xml vital.xml 
        vitalrec.xml 
Log Message:
moved cyndi, fiftys, hgsoc, melvyl, rwres, vital, vitalrec to Genealogy->Reference

Index: cyndi.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/cyndi.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** cyndi.xml   22 Aug 2002 20:23:50 -0000      1.2
--- cyndi.xml   11 Oct 2002 06:18:26 -0000      1.3
***************
*** 1,5 ****
  <search function="cyndi">
    <name>Cyndi's List</name>
!   <category>Genealogy</category>
    <contributor>Brent Beardsley</contributor>
    <link>http://www.cyndislist.com/</link>
--- 1,7 ----
  <search function="cyndi">
    <name>Cyndi's List</name>
!   <category>Genealogy
!     <category>Reference</category>
!   </category>
    <contributor>Brent Beardsley</contributor>
    <link>http://www.cyndislist.com/</link>
***************
*** 7,10 ****
--- 9,17 ----
    <description>
    Search Cyndi's List
+     <div class="helpboxDescLabels">Examples:</div>
+     <table class="helpboxDescTable">
+       <tr><td>cyndi genealogy software</td></tr>
+     </table>
+ 
    </description>
    <form name="cyndif"
***************
*** 23,42 ****
          return;
  
-       if( q == "" )
-       {
-         openSearchWindow("http://www.cyndislist.com/";);
-         return;
-       }
- 
-       // FORM variables for cyndif
-       //document.cyndif.id.value = "";
-       //document.cyndif.pageid.value = "";
-       //document.cyndif.mode.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.cyndif.query.value = q;
- 
        submitForm(cyndif);
      }
--- 30,34 ----

Index: fiftys.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/fiftys.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** fiftys.xml  10 Oct 2002 05:15:53 -0000      1.2
--- fiftys.xml  11 Oct 2002 06:18:26 -0000      1.3
***************
*** 10,14 ****
    </description>
    <link>http://www.50states.com/</link>
!   <category>Genealogy</category>
    <contributor>Brent Beardsley</contributor>
  
--- 10,16 ----
    </description>
    <link>http://www.50states.com/</link>
!   <category>Genealogy
!     <category>Reference</category>
!   </category>
    <contributor>Brent Beardsley</contributor>
  

Index: hgsoc.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/hgsoc.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** hgsoc.xml   24 Aug 2002 04:58:44 -0000      1.1
--- hgsoc.xml   11 Oct 2002 06:18:27 -0000      1.2
***************
*** 10,18 ****
    </description>
    <link>http://www.obitlinkspage.com/hs/</link>
!   <category>Genealogy</category>
    <contributor>Brent Beardsley</contributor>
-   <form name="hgsocf">
  
-   </form>
    <script src="addons/genealogy/genealogy_lib.js"></script>
    <script><![CDATA[
--- 10,18 ----
    </description>
    <link>http://www.obitlinkspage.com/hs/</link>
!   <category>Genealogy
!     <category>Reference</category>
!   </category>
    <contributor>Brent Beardsley</contributor>
  
    <script src="addons/genealogy/genealogy_lib.js"></script>
    <script><![CDATA[
***************
*** 26,33 ****
        var search_place_num = genealogy_lookup_place(q);
        if (search_place_num >= 0) {
!         openSearchWindow(links[search_place_num]);
!       } else {
!         openSearchWindow(search_url);
        }
      }
      ]]>
--- 26,32 ----
        var search_place_num = genealogy_lookup_place(q);
        if (search_place_num >= 0) {
!         search_url = links[search_place_num];
        }
+       openSearchWindow(search_url);
      }
      ]]>

Index: melvyl.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/melvyl.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** melvyl.xml  22 Aug 2002 20:23:50 -0000      1.2
--- melvyl.xml  11 Oct 2002 06:18:27 -0000      1.3
***************
*** 1,15 ****
  <search function="melvyl">
-   <COMMENT>
- 
-     This search file was initially created by Dave's Quick Search Deskbar
-     Search Wizard version 0.4 (beta) on 08/19/02 at 10:59:08
- 
-     Even though this XML search will probably load and is a healthy start
-     toward a completed search, please be aware that this search will probably
-     not work as is and will require some human inspection and modification.
- 
-   </COMMENT>
    <name>MELVYL - University of California Digital Library</name>
!   <category>Genealogy</category>
    <contributor>Brent Beardsley</contributor>
    <link>http://www.dbs.cdlib.org/?CSdb=cat</link>
--- 1,7 ----
  <search function="melvyl">
    <name>MELVYL - University of California Digital Library</name>
!   <category>Genealogy
!     <category>Reference</category>
!   </category>
    <contributor>Brent Beardsley</contributor>
    <link>http://www.dbs.cdlib.org/?CSdb=cat</link>
***************
*** 27,33 ****
      <input type="hidden" name="SSTSst" value="topical" />
      <input type="hidden" name="S00Icon1" value="SU" />
- 
-     <COMMENT> The following field was active (i.e. had focus) when the search was 
generated. </COMMENT>
- 
      <input type="hidden" name="S00Wcon1" value="" />
      <input type="hidden" name="S00BLlanguage" value="and" />
--- 19,22 ----
***************
*** 90,99 ****
        if( nullArgs("melvyl", q) )
          return;
- 
-       if( q == "" )
-       {
-         openSearchWindow("http://128.48.120.7/";);
-         return;
-       }
  
        // Parse switches with parseArgs:
--- 79,82 ----

Index: rwres.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/rwres.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** rwres.xml   21 Sep 2002 07:26:55 -0000      1.3
--- rwres.xml   11 Oct 2002 06:18:27 -0000      1.4
***************
*** 10,18 ****
    </description>
    <link>http://resources.rootsweb.com/USA/</link>
!   <category>Genealogy</category>
    <contributor>Brent Beardsley</contributor>
-   <form name="rwresf">
  
-   </form>
    <script src="addons/genealogy/genealogy_lib.js"></script>
    <script><![CDATA[
--- 10,18 ----
    </description>
    <link>http://resources.rootsweb.com/USA/</link>
!   <category>Genealogy
!     <category>Reference</category>
!   </category>
    <contributor>Brent Beardsley</contributor>
  
    <script src="addons/genealogy/genealogy_lib.js"></script>
    <script><![CDATA[

Index: vital.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/vital.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** vital.xml   22 Aug 2002 20:23:50 -0000      1.2
--- vital.xml   11 Oct 2002 06:18:27 -0000      1.3
***************
*** 10,18 ****
    </description>
    <link>http://www.daddezio.com/records/room/</link>
!   <category>Genealogy</category>
    <contributor>Brent Beardsley</contributor>
-   <form name="vitalrecf">
  
-   </form>
    <script src="addons/genealogy/genealogy_lib.js"></script>
    <script><![CDATA[
--- 10,18 ----
    </description>
    <link>http://www.daddezio.com/records/room/</link>
!   <category>Genealogy
!     <category>Reference</category>
!   </category>
    <contributor>Brent Beardsley</contributor>
  
    <script src="addons/genealogy/genealogy_lib.js"></script>
    <script><![CDATA[
***************
*** 26,33 ****
        var search_place_num = genealogy_lookup_place(q);
        if (search_place_num >= 0) {
!         openSearchWindow(links[search_place_num]);
!       } else {
!       openSearchWindow(search_url);
        }
      }
      ]]>
--- 26,32 ----
        var search_place_num = genealogy_lookup_place(q);
        if (search_place_num >= 0) {
!         search_url = links[search_place_num];
        }
+       openSearchWindow(search_url);
      }
      ]]>

Index: vitalrec.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/addons/genealogy/vitalrec.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** vitalrec.xml        22 Aug 2002 20:23:50 -0000      1.2
--- vitalrec.xml        11 Oct 2002 06:18:27 -0000      1.3
***************
*** 10,18 ****
    </description>
    <link>http://www.vitalrec.com/</link>
!   <category>Genealogy</category>
    <contributor>Brent Beardsley</contributor>
-   <form name="vitalrecf">
  
-   </form>
    <script src="addons/genealogy/genealogy_lib.js"></script>
    <script><![CDATA[
--- 10,18 ----
    </description>
    <link>http://www.vitalrec.com/</link>
!   <category>Genealogy
!     <category>Reference</category>
!   </category>
    <contributor>Brent Beardsley</contributor>
  
    <script src="addons/genealogy/genealogy_lib.js"></script>
    <script><![CDATA[
***************
*** 26,33 ****
        var search_place_num = genealogy_lookup_place(q);
        if (search_place_num >= 0) {
!         openSearchWindow(links[search_place_num]);
!       } else {
!       openSearchWindow(search_url);
        }
      }
      ]]>
--- 26,32 ----
        var search_place_num = genealogy_lookup_place(q);
        if (search_place_num >= 0) {
!         search_url = links[search_place_num];
        }
+       openSearchWindow(search_url);
      }
      ]]>




-------------------------------------------------------
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