home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / ged2tth1.zip / GED2TT.DOC < prev    next >
Text File  |  1994-05-17  |  10KB  |  194 lines

  1.  
  2.                            GED2TT DOCUMENTATION
  3.  
  4.      GED2TT is a genealogical program which converts gedcom files to
  5.      TinyTafel files for use in the national Tafel Matching System
  6.      (TMS) exchange program.  
  7.           To register this shareware program or if you have questions and
  8.      comments about the program please contact the author:
  9.               Andrew Koppenhaver       PRODIGY ID: NGDN81A
  10.               13224 Old Chapel Rd.     Compuserve ID 70476,521
  11.               Bowie, MD 20720          CPAFUG BBS, FidoNet 109/422
  12.               (301) 262-8993
  13.  
  14.          Although the copyrights for GED2TT  and the documentation are
  15.      reserved by the author, permission is hereby granted for the
  16.      distribution by any desirable means, with only these RESTRICTIONS:
  17.      No-one but the author or his designated agent is to receive any
  18.      remuneration for GED2TT or the documentation, except that bonafide
  19.      users' groups, clubs, etc may charge a nominal fee for the material
  20.      and handling in non-profit distribution of thIs package on magnetic
  21.      media.  Distribution of any kind must include the 4 files:
  22.         1 executable program - GED2TT.EXE; plus
  23.         3 document files - GED2TT.DOC (this file), WHATS.NEW and 
  24.           REGISTER.G2T
  25.      
  26.           Users of GED2TT  may make copies of the program for trial use by
  27.      others on a PRIVATE NON-COMMERCIAL BASIS.  Unlimited license for the
  28.      non-commercial use of this program is hereby granted.
  29.           In no event will the author be liable for any damages arising
  30.      out of the use of or the inability to use these programs by anyone,
  31.      even if the author has been advised of the possibility of such
  32.      damages.
  33.           If the software does not perform as described, liability is
  34.      limited to replacing the software or refunding the purchase price (if
  35.      purchased and registered).
  36.  
  37.           Use the program, and if you find it worthwhile and useful a
  38.      contribution ($15 is suggested) to the author will be appreciated.
  39.      If a contribution (registration) of $15 or more is received, an
  40.      up-dated copy with improvements or changes will be provided to the
  41.      contributor.
  42.           With the $15 registration (see file REGISTER.G2T) a copy of the
  43.      programs GENE/GENEX/GEDCOMG and the latest version of the program 
  44.      GENE-PAF will also be provided.  Comments about the programs
  45.      are solicited and welcome.
  46.  
  47.  
  48.     INTRODUCTION
  49.  
  50.     GED2TT was written in GW BASICA under DOS 3.1 and compiled using
  51.     Spectra Publishing's PowerBasic version 3.0.   Borland"s TURBO BASIC
  52.     DATABASE TOOLBOX (modified) was also used to facilitate large data file
  53.     manipulation.
  54.  
  55.     A GED2TT MENU will appear allowing you to select GEDCOM file
  56.     modifications or TINY TAFEL.
  57.  
  58.      Several routines are provided which allow you to modify a gedcom
  59.     file...i.e. to change capitalization of Individual names and abbreviate
  60.     State names. GED2TT will also create a TINY TAFEL file from a gedcom
  61.     file.   TINY TAFEL is a summary of a data file which lists all surnames
  62.     in the file, the number of times each surname is found in the file,
  63.     oldest and youngest birthdates of each surname and geographic area
  64.     where the surnames resided.  This is a useful summary of data to share
  65.     with other genealogists about your data or for doing genealogy data
  66.     research with other software data bases.  You may submit your Tiny-
  67.     Tafel  to any node on the computer bulletin board network known as the
  68.     National Genealogy Conference (NGC) which contains a program called the
  69.     Tafel Matching System (TMS).  You can then use TMS to search other data
  70.     bases over the entire NGC network using the information in your Tiny-
  71.     Tafel as a basis for matching, within the constraints you select. To
  72.     get more information about NGC and TMS contact COMMSOFT,Inc (address
  73.     given on page 3) or you may sign-on to the COMMSOFT BBS at (707) 838-
  74.     6373.
  75.  
  76.  
  77.     GED2TT INSTRUCTIONS:
  78.  
  79.     When GED2TT is executed an introductory screen is shown.  Just press
  80.     Retrn or Enter to continue.
  81.     If you are working with a gedcom file containing more than about 500
  82.     records of individuals you may not be able to execute GED2TT
  83.     successfully using standard 360K floppy diskettes.  A hard disk,
  84.     capable of handling larger data files, may be necessary.   GED2TT
  85.     creates scratch data files which are about 50% of the input gedcom
  86.     file.  These scratch files are deleted upon program termination.  If
  87.     space for the scratch data files is not available on your output disk
  88.     then the program will abort.    GED2TT will prompt for which drive will
  89.     contain the input (xxxxxxxx.GED) file and to which drive the output
  90.     (Mxxxxxxx.GED  or xxxxxxxx.TT) will go to.   The output drive must have
  91.     sufficient free space for the temporary scratch file.
  92.  
  93.     If you experience a program abort and error when running GED2TT you may
  94.     determine what the problem might be by checking the error codes and
  95.     error messages in your BASIC instruction manual or the Borland TURBO
  96.     BASIC manual or the Spectra Publishing POWER BASIC manual.  For example,
  97.     if you work with large data files you may get error 61 which is the
  98.     "Disk Full" error.
  99.  
  100.     The top menu from which all operations are initiated looks like this on
  101.     your display:
  102.  
  103.                    GED2TT MENU
  104.           1 GENE data file to GEDCOM
  105.           2 GEDCOM file to GENE data file
  106.           3 GEDCOM file modifications
  107.           4 TINY TAFEL
  108.           5 ALARM & COLOR set
  109.           0 Exit GED2TT program
  110.           SELECT 1 2 3 4 5 or 0
  111.  
  112.  
  113.     When this top menu (GED2TT MENU) appears on your display you have the
  114.     following options (just type in the number to execute):
  115.  
  116.     1  GENE -TO- GEDCOM:
  117.            or
  118.     2  GEDCOM -TO- GENE:
  119.  
  120.     A note will be displayed suggesting you use the GEDCOMG program to
  121.     execute these functions.  If you have GEDCOMG.EXE loaded in your default
  122.     drive you may execute GEDCOMG directly by pressing G at the prompt.
  123.  
  124.     3  GEDCOM file modifications
  125.  
  126.     A sub-menu will appear to select which of the following procedures to
  127.     execute.  You have three choices. You can 1) change the names to all
  128.     caps,  2) change all surnames to all caps,  3) convert all names to 
  129.     have the first letter of each name capitalized,  or 4) abbreviate State 
  130.     names found in place data. Option 3 also allows you to specify exact 
  131.     spelling for up to six unique capitalizations (i.e. McDonald, O'Brien, 
  132.     deLong etc.). This routine changes the format of all the Individual names 
  133.     in a gedcom file or if 4 is selected the State names will be abbreviated 
  134.     if the data meets the spelling criteria.   The output gedcom file will 
  135.     have the same name as your input file except the letter "M" will be 
  136.     prefixed.  No other data in the gedcom file will be altered.  This is 
  137.     useful if your data file (i.e. PAF family records) contains a mixture of 
  138.     formats and you want to make them all the same.   Make a gedcom file of 
  139.     your PAF records data (include all family records and notes) and then 
  140.     make a new gedcom file using GED2TT with this option to change the data 
  141.     and then convert the new gedcom file back to a new PAF data file 
  142.     (ie ...PAF family records).
  143.  
  144.     4  TINY TAFEL :
  145.  
  146.     TINY TAFEL is a program which provides a compact way of describing a
  147.     family database.  TINY TAFEL was first proposed by Paul Andereck,
  148.     editor of Genealogical Computing.  This program will provide such a
  149.     summary of a gedcom data file.   The program is designed using the TINY
  150.     TAFEL Specification version 1.6 written by COMMSOFT, 7795 Bell Road,
  151.     P.O. Box 310, Windsor, CA 95492-0310  (1-800-327-6687)
  152.  
  153.     You will be asked for the name of the gedcom file (xxxxxxxx.GED) for
  154.     which you want to make a TINY TAFEL.  The gedcom file may be created by
  155.     PAF GIE-GEDCOM or by GENE GEDCOMG.   Gedcom files created by GENE
  156.     GEDCOMG do not contain any place data whereas PAF gedcom files do
  157.     contain place data.  Header data is read from the gedcom file or you
  158.     can enter the  "header" information (ie your name, address, etc) to be
  159.     placed in the TINY TAFEL file.  The TINY TAFEL file created by GED2TT
  160.     will have the same name as the gedcom file except that the extension of
  161.     the name will be changed to (.TT).  A second gedcom file may be added
  162.     to the TINY TAFEL.  Each name is soundex coded.  Soundex coding was
  163.     done using a variation of the program by W.R. Buell, 642  Meadowlane Rd,
  164.     Dearborn, MI, 48124 published in Genealogical Computing Vol 5 No 4,
  165.     Apr-Jun 1986.
  166.  
  167.  
  168.     You will be queried about printing output to your printer in addition
  169.     to saving to a TINY TAFEL  (xxxxxxxx.TT) file.  You may select to
  170.     abbreviate State names and you may also select to save/print only those
  171.     names for which you have specified special interest.
  172.     When the TINY TAFEL file generation is completed you are returned to
  173.     DOS.
  174.  
  175.  
  176.     5  ALARM & COLOR set:
  177.  
  178.     If you have a color monitor you may change the display colors by
  179.     entering the BASIC commands for COLOR. Enter as 3 numbers separated
  180.     by commas in the format: foreground, background, border.  The default
  181.     colors are 14,0,1.
  182.     You can also turn ON/OFF the alarms (BEEPs) which are used during
  183.     program execution.  The default is ON.
  184.     All values are saved in the GED2TT.CFN file for the next time you
  185.     execute the program.
  186.  
  187.     0  EXIT GED2TT PROGRAM
  188.  
  189.     This selection will return you to DOS
  190.  
  191.   
  192.  
  193.                                                       GED2TT.DOC  5/12/94
  194.