readme update
This commit is contained in:
@@ -8,7 +8,7 @@ https://vene.volconst.com/en/tft
|
||||
|
||||
Dependecies
|
||||
-----------
|
||||
ncursesw shared library and headers (libncursesw5-dev on Debian/Ubuntu)
|
||||
ncursesw library and headers (libncurses-dev on Debian/Ubuntu)
|
||||
|
||||
Installation
|
||||
------------
|
||||
@@ -26,7 +26,8 @@ Adding a member
|
||||
---------------
|
||||
A new line begining with a name is considered a member definition, the name can include spaces.
|
||||
|
||||
After the name the sex can be specifed with a comma followed by either M or F, if not given male is assumed.
|
||||
After the name the sex can be specified with a comma followed by either M or F.
|
||||
If not given male is assumed, unless a spouse is present in which case the opposite sex assumed.
|
||||
|
||||
For example:
|
||||
Adam, M
|
||||
@@ -35,7 +36,7 @@ For example:
|
||||
Adding member information
|
||||
-------------------------
|
||||
In the lines following a member declaration, various info can be added:
|
||||
s: - Spouses, must be followed by comma separated names of already declared members, "-" can be given instead in which case the last declared person of the opposite sex is used
|
||||
s: - Spouses, must be followed by comma separated names of already declared members, "^" can be given instead in which case the last declared person is used
|
||||
p: - Parents, must be followed by 1 or 2 names separated by a comma, "-" can be given instead in which case the previous parents are used
|
||||
b: - Birthday in the format yyyy.mm.dd, day and month can be ommited
|
||||
d: - Death date
|
||||
|
||||
Reference in New Issue
Block a user