linesrc 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  1. # config file for LifeLines
  2. # .linesrc under UNIX, lines.cfg under Windows
  3. # Lines beginning with # are ignored (comments)
  4. # As are blank lines
  5. # So some of the examples are commented out...
  6. #
  7. # 2005-02-06
  8. #
  9. # Note that paths are assigned with :=
  10. # Other values are assigned with =
  11. # The distinction is that using plain = means that
  12. # backslash escapes are enabled:
  13. # \t means tab, \n means carriage return
  14. # We don't want these enabled in paths, because they might
  15. # occur naturally in path names under MS-Windows.
  16. #
  17. # All variables here are available to report programs
  18. # via the report language function getproperty, so, for
  19. # example, the user email property (which is built-in under
  20. # UNIX), may be specified here like so:
  21. #user.email=user@domain.name
  22. # Similarly the user fullname property (also built-in under
  23. # UNIX) may be specified like so:
  24. #user.fullname=myname
  25. # the addr property is a one line version of your address
  26. #user.addr=1234 Some Street, Some City, State 00000
  27. # Set a variable for the lifelines root
  28. # Variables have % at start and end
  29. %llroot%:=./LifeLines
  30. # Root path for utility/read command
  31. InputPath:=%llroot%
  32. # Place to store output of utility/save
  33. LLARCHIVES:=%llroot%/Archives
  34. # Path(s) to search for databases
  35. LLDATABASES:=%llroot%/Databases
  36. # (New databases will be created in first directory of this path.)
  37. # (LLNEWDBDIR {Path for new databases} is obsolete)
  38. # Path for report programs
  39. LLPROGRAMS:=%llroot%/Programs:/usr/local/share/lifelines
  40. # Path for report output
  41. LLREPORTS:=%llroot%/Outputs
  42. # Editor (notepad by default)
  43. #LLEDITOR:=notepad.exe
  44. # Path for reference translation tables
  45. TTPATH:=%llroot%/tt
  46. # Path for exported translation tables (from a db)
  47. LLTTEXPORT:=%llroot%/ttdb
  48. # Refuse to execute system calls from report programs (default allowed)
  49. DenySystemCalls=1
  50. # Log file for report errors (default none)
  51. #ReportLog:=%llroot%\rpterrs.log
  52. # Log file for crashes for llines (default none)
  53. #CrashLog_llines:=%llroot%\crashes_llines.log
  54. # Log file for crashes for llexec (default none)
  55. #CrashLog_llexec:=%llroot%\crashes_llexec.log
  56. # Log file for import errors (default errs.log)
  57. #ImportLog:=%llroot%\import.log
  58. # Log file for report pvalue leaks (for debugging)
  59. #ReportLeakLog:=%llroot%\reportleaks.log
  60. # Delay (secs) between each report error on screen (default 0)
  61. #PerErrorDelay=4
  62. # Print more detailed call stack for each report error
  63. #FullReportCallStack=1
  64. # dayfmt,monthfmt,yearfmt,datefmt,erafmt,complexfmt
  65. # see programmers reference for stddate for these
  66. # 2,3,0,0,1,1 is GEDCOM style (1 AUG 1945) with complex dates
  67. # 2,5,0,1,1,1 is American style (AUGUST 1, 1945) with complex dates
  68. # 1,1,0,9,1,1 is Chinese style (1945/04/25) with complex dates
  69. # 1,1,0,10,2,1 is Chinese style with dashes (1945-04-05 A.D.) with explicit origin & complex dates
  70. # 2,2,0,13,1,1 is the Swedish style (1/8 1945)
  71. # Omit this entirely to default to dates as given in GEDCOM
  72. #LongDisplayDate=1,1,0,9,1,1
  73. # To use a combining format not already supported, such as the period format
  74. # This overrides the dateformat (but not dayformat,monthformat...) above
  75. #LongDisplayDatePic="%y.%m.%d"
  76. # As above, except that omitting this defaults to combining mode 12 (year only)
  77. # (the traditional short form)
  78. # Chinese style, BC if negative, no complex dates (100-04-03 BC)
  79. #ShortDisplayDate=1,1,0,10,11,0
  80. # To use a combining format not already supported, such as the period format
  81. # This overrides the dateformat (but not dayformat,monthformat...) above
  82. #ShortDisplayDatePic="%y.%m.%d"
  83. # Trailing string to append when truncating events in short display
  84. # (eg, to see "b. 1995-5-3, Miss..." instead of "b. 1995-5-3, Missour")
  85. #ShortOmitString=...
  86. # Set the default data for new persons
  87. #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
  88. # This sample version is the same as the default if none is given.
  89. # Set the default data for the body of a new family
  90. #FAMRECBODY=1 MARR\n 2 DATE\n 2 PLAC\n 2 SOUR
  91. # This sample version is the same as the default if none is given.
  92. # Note that for family, the program inserts the fam, spouse,
  93. # and children tags, so this is only data besides those tags.
  94. # Set the default data for new sources
  95. #SOURREC=0 SOUR\n1 REFN\n1 TITL Title\n1 AUTH Author
  96. # This sample version is the same as the default if none is given.
  97. # Set the default data for new events
  98. #EVENREC=0 EVEN\n1 REFN\n1 DATE\n1 PLAC\n1 INDI\n 2 NAME\n 2 ROLE\n1 SOUR
  99. # This sample version is the same as the default if none is given.
  100. # Set the default data for new other records
  101. #OTHR=0 XXXX\n1 REFN
  102. # This sample version is the same as the default if none is given.
  103. # Specify the SUBM line for the header (of GEDCOM exports)
  104. # This is meant to specify who submitted the record.
  105. #HDR_SUBM=1 SUBM
  106. # This sample version is the same as the default if none is given.
  107. # Specify the GEDC line for the header (of GEDCOM exports)
  108. # This is meant to specify what version of GEDCOM was used.
  109. #HDR_GEDC=1 GEDC\n2 VERS 5.5\n2 FORM LINEAGE-LINKED
  110. # This sample version is the same as the default if none is given.
  111. # Specify the GEDC line for the header (of GEDCOM exports)
  112. # This is meant to specify what character set was used in the data.
  113. #HDR_CHAR=1 CHAR ASCII
  114. # This sample version is the same as the default if none is given.
  115. # Set the visit history size (# of entries remembered in visit history)
  116. #HistorySize=20
  117. # Valid values are 0 through 9999.
  118. # This sample line is the same as the default if none is given.
  119. # Enable persistent history (remember in database between uses).
  120. #SaveHistory=1
  121. # Valid values are 0 (don't save) and 1 (do save).
  122. # Default is 0.
  123. # Keep traversal back & forth between records off the history list.
  124. #HistoryBounceSuppress=5
  125. # This would prevent a record from being added to the history list if
  126. # it is already present within the last 5 entries.
  127. # Valid values are 0 through 99.
  128. # Default is 1.
  129. # Disallow persons without name records (legacy 3.0.10 & earlier behavior)
  130. #RequireNames=1
  131. # Default is 0 (nameless records allowed)
  132. # Specify language for message catalog
  133. #UiLocaleMessages=en
  134. # Default is normal gettext behavior (deduces it from environment)
  135. # Specify locale for collation
  136. #UiLocaleCollate=en
  137. # Default is normal deduction from environment
  138. # Specify locale for collation in reports
  139. #RptLocaleCollate=en
  140. # Default is normal deduction from environment
  141. # Coded charset name for GUI use
  142. # This is a libiconv charset name
  143. # And this is passed to gettext (libintl)
  144. # Default is none
  145. #GuiCodeset=8859-1
  146. # Default is none
  147. # Suffix for codeset when converting to GUI codeset
  148. #GuiCodesetOutput=//TRANSLIT
  149. # Default is none
  150. # Coded charset name for editor use
  151. #EditorCodeset=8859-1
  152. # Default is none
  153. # Coded charset name for report output
  154. #ReportCodeset=8859-1
  155. # Default is none
  156. # Coded charset name for reading & writing GEDCOm files
  157. #GedcomCodeset=8859-1
  158. # Default is none
  159. # For systems experiencing faulty screen erases (eg, RedHat Linux)
  160. #ForceScreenErase=1
  161. # Option to invoke in-program report language debugger on report errors
  162. # This allows examination of the local symbols
  163. #debugger=1
  164. # Default is 0
  165. # Expand record references to refn links if available
  166. # Eg, change 1 SOUR @S20@ to 1 SOUR <1850.Census> during edit
  167. #ExpandRefnsDuringEdit=1
  168. # Default is 0
  169. # Add comment after pointers (during edit)
  170. # Eg, change 1 HUSB @I1@ to 1 HUSB @I1@ {{ John/SMITH }}
  171. AnnotatePointers=1
  172. # Default is 0
  173. # Display surnames in all caps on screen
  174. # Eg, display John/Smith as John/SMITH
  175. # Disable this if UTF-8 capitalization is failing
  176. #UppercaseSurnames=0
  177. # Default is 1
  178. # Display database key tags for individuals or families (i or f)
  179. # So instead of (1999) for an individual's key, you'd get (i1999)
  180. # This may help with on-screen positioning of keys when
  181. # Arabic/Hebrew characters (in UTF-8) are used for names.
  182. # Default is 0 (feature off)
  183. #DisplayKeyTags=1
  184. # Where to find an iconv dll (only for MS-Windows)
  185. #iconv.path:=C:\Program Files\Common Files\gnu\iconv.dll
  186. # Not needed if it is named iconv.dll & is on the path.
  187. # Where to find a gettext dll (only for MS-Windows)
  188. #gettext.path:=C:\Program Files\Common Files\gnu\libintl.dll
  189. # Not needed if it is named gettext.dll & is on the path.
  190. # What locale directory to use
  191. #LocaleDir:=%llroot%\locale
  192. # default is depend on gettext's default
  193. # Global translation tables
  194. # Syntax is TT.which.ics.n
  195. # Where TT is always TT
  196. # which is the codename (MEDIN=Editor to Internal)
  197. # ics is the internal codeset (eg, UTF-8)
  198. # and n starts at 1
  199. #TT.MEDIN.UTF-8.1=UTF-8.Greek.Input.tt
  200. #TT.MINED.UTF-8.1=UTF-8.Greek.Output.tt
  201. # Default is none
  202. # Display absolute path to database
  203. #FullDbPath=1
  204. # This is disabled by default
  205. # Enable this to disambiguate databases in different paths
  206. # Disable this if your home directory is deep (eg, on MS-Windows)
  207. # Set default properties (user options) for new databases
  208. #NewDbProps=codeset=UTF-8
  209. # Default is none
  210. # (Windows) Set codepage to use when reading from console
  211. #ConsoleCodepage=1250