################################################################################ # This is the Marriages only option file model # ################################################################################ # it produces a Marrmlst.csv file in the current directory # # make a copy whith the filename of your .ged file and a .opt filetype # # only the four options below may be changed # $file_pref = "Gedi"; # Prefix for marr.csv file name ( 1 to 4 Alphanumerics ) # this is useful if you have several genealogies to process # $mli_jftools = 1; # jftools format, with place;region;subregion;country $mli_sosa_only = 0; # sosas surnames only $refn_root = "root"; # sosa root identifier in REFN field (ex : "1" or "root") $indi_root = ""; # sosa root identifier in INDI field (ex : "I27") ################################################################################ # Don't change anything below # ################################################################################ $mli_opt = 1; # Create marriage list .csv file $fli_opt = 0; # Create flash list .csv file $gen_number = 0; # Generations output number (0=none) $ind_opt = 0; # Individuals charts option $print_notes = 0; # Print individual's notes $print_refn = 0; # Print individual's reference $print_sosa = 0; # Print Sosa-Stradonitz number $full_date = 1; # Publish full date, or only year $hide_XX = 0; # Make 20th century birth information private $check_images = 0; # Check for images in the $photo_dir directory $nam_opt = 0; # Surnames output option $loc_opt = 0; # Locations output option $dsc_opt = 0; # Descendants output option $by_letter = 0; # Letter by letter Index for Names and Places