# config file for LifeLines
# .linesrc under UNIX, lines.cfg under Windows
# Lines beginning with # are ignored (comments)
# As are blank lines
# So all these lines are commented out...
#
# 2002/01/25
#
# All variables here are available to report programs
# via the report language function getproperty, so, for
# example, the built-in user email property may be
# overridden here like so:
#user.email=user@mailhost.org
# Similarly the built-in user name property:
#user.name=myself

# Root path for utility/read command
#InputPath=/home/user/LifeLines

# Place to store output of utility/save
#LLARCHIVES=/home/user/LifeLines/Archives

# Path(s) to search for databases
#LLDATABASES=/home/user/LifeLines/Databases

# Path for new databases
#LLNEWDBDIR=/home/user/LifeLines/Databases

# Path for report programs
#LLPROGRAMS=/home/user/LifeLines/Reports

# Path for report output
#LLREPORTS=/home/user/LifeLines/Outputs

# Editor
#LLEDITOR=/usr/local/vi

# Path for reference translation tables
#LLTTREF=/home/user/LifeLines/ttref

# Path for exported translation tables (from a db)
#LLTTEXPORT=/home/user/LifeLines/ttdb

# Refuse to execute system calls from report programs (default allowed)
#DenySystemCalls=1

# Log file for report errors (default none)
#ReportLog=/home/user/LifeLines/reporterrs.log

# Log file for crashes (default none)
#CrashLog=/home/user/LifeLines/crashes.log

# Delay (secs) between each report error on screen (default 0)
#PerErrorDelay=4
# Default is 0

# Print more detailed call stack for each report error
#FullReportCallStack=1

# dayfmt,monthfmt,yearfmt,datefmt,erafmt,complexfmt
# see programmers reference for stddate for these
# 2,3,0,0,1 is GEDCOM style (1 AUG 1945) with complex dates
# 2,5,0,1,1 is American style (AUGUST 1, 1945) with complex dates
# 1,1,0,9,1 is Chinese style (1945/04/25) with complex dates
# 1,1,0,10,1 is Chinese style with dashes (1945-04-05) with complex dates
# 2,2,0,13,1 is the Swedish style (1/8 1945)
# Omit this entirely to see dates as given in GEDCOM
#LongDisplayDate=1,1,0,9,1,1

# To use a combining format not already supported, such as the period format
# This overrides the dateformat (but not dayformat,monthformat...) above
#LongDisplayDatePic="%y.%m.%d"

# As above, except that omitting this defaults to combining mode 12 (year only)
#  (the traditional short form)
#ShortDisplayDate=1,1,0,10,1,0

# To use a combining format not already supported, such as the period format
# This overrides the dateformat (but not dayformat,monthformat...) above
#ShortDisplayDatePic="%y.%m.%d"

# Trailing string to append when truncating events in short display
#  (eg, to see "b. 1995-5-3, Miss..." instead of "b. 1995-5-3, Missour")
#ShortOmitString=...

# Set the default data for new persons
#INDIREC=0 INDI\n1 NAME Fname/Surname\n1 SEX MF\n1 BIRT\n  2 DATE\n  2 PLAC\n1 DEAT\n  2 DATE\n  2 PLAC\n1 SOUR
# This sample version is the same as the default if none is given.

# Set the default data for the body of a new family
#FAMRECBODY=1 MARR\n  2 DATE\n  2 PLAC\n  2 SOUR
# This sample version is the same as the default if none is given.
# Note that for family, the program inserts the fam, spouse,
# and children tags, so this is only data besides those tags.

# Set the default data for new sources
#SOURREC=0 SOUR\n1 REFN\n1 TITL Title\n1 AUTH Author
# This sample version is the same as the default if none is given.

# Set the default data for new events
#EVENREC=0 EVEN\n1 REFN\n1 DATE\n1 PLAC\n1 INDI\n  2 NAME\n  2 ROLE\n1 SOUR
# This sample version is the same as the default if none is given.

# Set the default data for new other records
#OTHRREC=0 XXXX\n1 REFN
# This sample version is the same as the default if none is given.

# Specify the SUBM line for the header (of GEDCOM exports)
#  This is meant to specify who submitted the record.
#HDR_SUBM=1 SUBM
# This sample version is the same as the default if none is given.

# Specify the GEDC line for the header (of GEDCOM exports)
#  This is meant to specify what version of GEDCOM was used.
#HDR_GEDC=1 GEDC\n2 VERS 5.5\n2 FORM LINEAGE-LINKED
# This sample version is the same as the default if none is given.

# Specify the GEDC line for the header (of GEDCOM exports)
#  This is meant to specify what character set was used in the data.
#HDR_CHAR=1 CHAR ASCII
# This sample version is the same as the default if none is given.

# Set the visit history size (# of entries remembered in visit history)
#HistorySize=20
# Valid values are 0 through 9999.
# This sample line is the same as the default if none is given.

# Enable persistent history (remember in database between uses).
#SaveHistory=1
# Valid values are 0 (don't save) and 1 (do save).
# Default is 0.

# Keep traversal back & forth between records off the history list.
#HistoryBounceSuppress=5
# This would prevent a record from being added to the history list if
# it is already present within the last 5 entries.
# Valid values are 0 through 99.
# Default is 1.
# 
