~ubuntu-branches/ubuntu/trusty/lifelines/trusty

« back to all changes in this revision

Viewing changes to lines.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Augusto van de Wiel (faw)
  • Date: 2007-05-23 23:49:53 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20070523234953-ogno9rnbmth61i7p
Tags: 3.0.50-2etch1
* Changing docs/ll-reportmanual.xml and docs/ll-userguide.xml to fix
  documentation build problems (Closes: #418347).

* lifelines-reports
  - Adding a dependency to lifelines >= 3.0.50 to prevent file conflict.
    (Closes: #405500).

* Updating French translation. Thanks to Bernard Adrian. (Closes: #356671).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
# As are blank lines
5
5
# So some of the examples are commented out...
6
6
#
7
 
# 2003-09-20
 
7
# 2005-02-06
8
8
#
9
9
# Note that paths are assigned with :=
10
10
# Other values are assigned with =
19
19
# example, the user email property (which is built-in under
20
20
# UNIX), may be specified here like so:
21
21
#user.email=user@domain.name
22
 
# Similarly the user name property (also built-in under
 
22
# Similarly the user fullname property (also built-in under
23
23
# UNIX) may be specified like so:
24
 
#user.name=myname
 
24
#user.fullname=myname
 
25
# the user address property is a one line version of your address
 
26
#user.address=1234 Some Street, Some City, State 00000
 
27
# the user phone property is your phone number
 
28
#user.phone=(800)-555-1234
 
29
# the user url property is for your url (if you have one)
 
30
#user.url=http://mylifelines.genealogy.net
25
31
 
26
32
# Set a variable for the lifelines root
27
33
# Variables have % at start and end
69
75
# Log file for import errors (default errs.log)
70
76
#ImportLog:=%llroot%\import.log
71
77
 
 
78
# Log file for report pvalue leaks (for debugging)
 
79
#ReportLeakLog:=%llroot%\reportleaks.log
 
80
 
72
81
# Delay (secs) between each report error on screen (default 0)
73
82
#PerErrorDelay=4
74
83
 
102
111
#  (eg, to see "b. 1995-5-3, Miss..." instead of "b. 1995-5-3, Missour")
103
112
#ShortOmitString=...
104
113
 
 
114
# Width to indent pedigree ancestor & descendent views, and gedcom view
 
115
#GedcomDisplayIndent=2
 
116
# default is 6
 
117
 
105
118
# Set the default data for new persons
106
119
#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
107
120
# This sample version is the same as the default if none is given.
163
176
# Specify language for message catalog
164
177
#UiLocaleMessages=en
165
178
# Default is normal gettext behavior (deduces it from environment)
 
179
# This is injected into the LANG variable
166
180
 
167
181
# Specify locale for collation
168
182
#UiLocaleCollate=en
208
222
#ExpandRefnsDuringEdit=1
209
223
# Default is 0
210
224
 
211
 
# Add comment after pointers (during edit)
212
 
# Eg, change 1 HUSB @I1@ to 1 HUSB @I1@ {{ John/SMITH }}
213
 
AnnotatePointers=1
214
 
# Default is 0
 
225
# Add comment after pointers (during edit) (default is 0)
 
226
# Eg, change 1 HUSB @I1@ to 1 HUSB @I1@ {{ John/SMITH }} 
 
227
#AnnotatePointers=1
215
228
 
216
229
# Display surnames in all caps on screen
217
230
# Eg, display John/Smith as John/SMITH