################################################################################ # This is the Geneanet only option file model # ################################################################################ # it produces a Gnet_lst.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 flst.csv file name ( 1 to 4 Alphanumerics ) # this is useful if you have several genealogies to process # $fli_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") # to only select ascending family of the chosen individual # # ( by REFN or INDI record in ged file ) # ################################################################################ # Don't change anything below # ################################################################################ $fli_opt = 1; # Create flash list .csv file $fli_geneanet = 1; # Geneanet format, with place;region;subregion;country $mli_opt = 1; # Create marriages .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 = 1; # Print Sosa-Stradonitz number $full_date = 0; # 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