Initial comit - Clone

This commit is contained in:
2024-03-05 22:01:20 +01:00
commit 385cf8e5aa
727 changed files with 164567 additions and 0 deletions

26
man/consang.1 Normal file
View File

@@ -0,0 +1,26 @@
.TH GENEWEB 1 "2000 July 22"
.UC 4
.SH NAME
consang \- Computer Genealogical Consanguinities
.SH SYNOPSIS
.B consang
[
.I file
]
.br
.SH DESCRIPTION
.I consang
calculates the consanguinities in the
.IR E Geneweb
database passed at the command line.
.br
The displaying of consanguinities is done when consulting the
database, in the personal records, and while computing
relationships.
.PP
The primary documentation of
.I consang
is in the wiki page
.B https://geneweb.tuxfamily.org/wiki/man#Command_lines_operation
.PP

138
man/ged2gwb.1 Normal file
View File

@@ -0,0 +1,138 @@
.TH ged2gwb 1 "2002 October 20th"
.SH NAME
ged2gwb \- Create a GeneWeb database from a GEDCOM file
.SH SYNOPSIS
.B ged2gwb
[
.I \<ged\>
] [
.I options
]
.br
.SH DESCRIPTION
.I ged2gwb
creates a starter database for use by
.IR GeneWeb
, from a GEDCOM file.
.PP
The primary documentation of
.I ged2gwb
is in the wiki page
.B https://geneweb.tuxfamily.org/wiki/man#Command_lines_operation
.PP
.SH OPTIONS
.PP
.TP 8
.B \-help
command-line help
.TP
.B \-o <file>
output database (default: a.gwb)
.TP
.B \-f
Remove database if already existing
.TP
.B \-log <file>
Redirect log trace to this file.
.TP
.B \-lf
- Lowercase first names -
.br
Convert first names to lowercase letters, with initials in
uppercase.
.TP
.B \-ls
- Lowercase surnames -
.br
Convert surnames to lowercase letters, with initials in
uppercase. Try to keep lowercase particles.
.TP
.B \-us
- Uppercase surnames -
.br
Convert surnames to uppercase letters.
.TP
.B \-fne be
- First names enclosed -
.br
When creating a person, if the GEDCOM first name part holds
a part between 'b' (any character) and 'e' (any character), it
is considered to be the usual first name: e.g. -fne '""' or
-fne "()".
.TP
.B \-efn
- Extract first names -
.br
When creating a person, if the GEDCOM first name part holds several
names, the first of this names becomes the person "first name" and
the complete GEDCOM first name part a "first name alias".
.TP
.B \-no_efn
- Don't extract first names - [default]
.br
Cancels the previous option.
.TP
.B \-epn
- Extract public names - [default]
When creating a person, if the GEDCOM first name part looks like a
public name, i.e. holds:
.br
* a number or a roman number, supposed to be a number of a nobility title,
.br
* one of the words: "der", "den", "die", "el", "le", "la", "the", supposed to be the beginning of a qualifier,
then the GEDCOM first name part becomes the person "public name"
and its first word his "first name".
.TP
.B \-no_epn
Cancels the previous option.
.TP
.B \-no_pit
- No public if titles -
.br
Do not consider persons having titles as public
.TP
.B \-tnd
- Try negative dates -
.br
Set negative dates when inconsistency (e.g. birth after death)
.TP
.B \-no_nd
- No negative dates -
.br
Don't interpret a year preceded by a minus sign as a negative year
.TP
.B \-udi x-y
- Undefined death interval -
.br
Set the interval for persons whose death part is undefined:
.br
- if before x years, they are considered as alive
.br
- if after y year, they are considered as death
.br
- between x and y year, they are considered as "don't know"
.br
Default x is 80 and y is 120
.TP
.B \-uin
- Untreated in notes -
.br
Put untreated GEDCOM tags in notes
.TP
.B \-ds
- Default source -
.br
Set the source field for persons and families without source data
.TP
.B \-dates_dm
Interpret months-numbered dates as day/month/year
.TP
.B \-dates_md
Interpret months-numbered dates as month/day/year
.TP
.B \-charset [ANSEL|ASCII|MSDOS]
- charset decoding -
.br
Force given charset decoding, overriding the possible setting in GEDCOM

67
man/gwb2ged.1 Normal file
View File

@@ -0,0 +1,67 @@
.TH gwb2ged 1 "2002 October 20"
.UC 4
.SH NAME
gwb2ged \- Dump a GeneWeb database to a GEDCOM File
.SH SYNOPSIS
.B gwb2ged
[
.I \<base\>
] [
.I options
]
.br
.SH DESCRIPTION
.I gwb2ged
dumps a
.IR GeneWeb
database to a GEDCOM file.
.PP
The primary documentation of
.I gwb2ged
is in the wiki page
.B https://geneweb.tuxfamily.org/wiki/man#Command_lines_operation
.PP
.SH OPTIONS
.PP
If both options -a and -d are used, intersection is assumed.
.br
If several options -s are used, union is assumed.
.TP 8
.B \-help
command-line help
.TP
.B \-o <ged>
output file name (default: a.ged)
.TP
.B \-charset [ASCII|ANSEL]:
Set charset. Default is ASCII. Warning: value ANSEL works correctly only
on iso-8859-1 encoded databases.
.TP
.B \-o <ged>
output file name (default: a.ged)
.TP
.B \-mem
save memory space, but slower
.TP
.B \-a "<1st_name>" [num] "<surname>"
select ancestors of
.TP
.B \-d "<1st_name>" [num] "<surname>"
select descendants of
.TP
.B \-aws "<1st_name>" [num] "<surname>"
select ancestors with siblings
.TP
.B \-s "<surname>"
select this surname (option usable several times)
.TP
.B \-nsp
no spouses' parents (for options -s and -d)
.TP
.B \-nn
no (database) notes
.TP
.B \-c <num>
When a person is born less than <num> years ago, it is not exported unless
it is Public. All the spouses and descendants are also censored.

62
man/gwc.1 Normal file
View File

@@ -0,0 +1,62 @@
.TH gwc 1 "2002 October 16th"
.SH NAME
gwc \- Create a GeneWeb database
.SH SYNOPSIS
.B gwc
[
.I options
] [
.I files
]
.br
.SH DESCRIPTION
.I gwc
creates a starter database for use by
.IR GeneWeb.
.PP
The primary documentation of
.I gwc
is in the wiki page
.B https://geneweb.tuxfamily.org/wiki/man#Command_lines_operation
.PP
.SH OPTIONS
.PP
.TP 8
.B \-help
command-line help
.TP
.B \-o <file>
output database (default: a.gwb)
.TP
.BI \-c
only compiling
.TP
.BI \-f
Remove database if already existing
.TP
.BI \-stats
Print statistics
.TP
.BI \-nc
No consistency check
.TP
.BI \-cg
Compute consanguinity
.TP
.BI \-sep
Separate all persons in next file
.TP
.B \-sh <int>
Shift all persons numbers in next files
.TP
.BI \-ds
set the source field for persons and families without source data
.TP
.BI \-mem
Save memory, but slower
.TP
.BI \-nolock
do not lock database
.PP
.SH SEE ALSO
gwc2(1)

136
man/gwd.1 Normal file
View File

@@ -0,0 +1,136 @@
.TH GENEWEB 1 "2016 Mar 15" "GeneWeb"
.UC 4
.SH NAME
gwd \- Launches the GeneWeb Process
.SH SYNOPSIS
.B gwd
[
.I command-line switches
]
.br
.SH DESCRIPTION
.I gwd
launches the GeneWeb "daemon" process. Once this is done,
you can attach to it using a web browser to view your
genealogical data.
.br
Connect to the GeneWeb process using a standard web browser
using the following:
.br
http://localhost:2317/base
http://127.0.0.1:2317/base
http://address:2317/base
http://address:port/base
.br
where "base" is the name of the database file.
.br
GeneWeb is coded in the functional language OCaml,
and can be extended with byte-code or compiled code written
in that language.
.PP
The primary documentation of
.I gwd
is on
is in the wiki page
.B https://geneweb.tuxfamily.org/wiki/man#Command_lines_operation
.PP
.SM GeneWeb Options
.PP
.TP 8
.B \-help
Show possible options and switches
.TP 8
.B \-hd <dir>
Path to the 'lang' directory
.TP 8
.B \-bd <dir>
Path to the GeneWeb database.
.TP 8
.B \-wd <dir>
Path to the socket communications (Windows) and access count.
.TP 8
.B \-cgi
Force CGI mode.
.TP 8
.B \-images_url <url>
URL for GeneWeb images (default: gwd send them)
.TP 8
.B \-images_dir <url>
Same than previous but directory name relative to current
.TP 8
.B \-a <ip>
Select a specific address (default = any address of this computer)
.TP 8
.B \-p <number>
Select a port number (default = 2317); > 1024 for normal users.
.TP 8
.B \-setup_link
Display a link to local gwsetup in bottom of pages.
.TP 8
.B \-wizard <passwd>
Set a wizard password: access to all dates and updating.
.TP 8
.B \-friend <passwd>
Set a friend password: access to all dates.
.TP 8
.B \-wjf
Wizard just friend (permanently)
.TP 8
.B \-lang <lang>
Set a default language (default: en).
.TP 8
.B \-blang
Select the user browser language if any.
.TP 8
.B \-only <address>
Only accept queries from IP address <address>.
.TP 8
.B \-auth <file>
Authorization file to restrict access. The file must hold lines
of the form "user:password".
.TP 8
.B \-log <file>
Redirect log trace to this file.
.TP 8
.B \-nolock
Do not lock files before writing.
.TP 8
.B \-robot_xcl <cnt>,<sec>
Exclude connections when more than <cnt> requests in <sec> seconds.
.TP 8
.B \-login_tmout <sec>
Login timeout for entries with passwords in CGI mode (default 1800s)
.TP 8
.B \-redirect <addr>
Send a message to say that this service has been redirected to <addr>
.TP 8
.B \-trace_failed_passwd
Print the failed passwords in log
.TP 8
.B \-max_clients <num>
Max number of clients treated at the same time (default: no limit) (daemon only)
.TP 8
.B \-conn_tmout <sec>
Connection timeout (default 120s; 0 means no limit)
.TP 8
.B \-daemon
Unix daemon mode.
.SH "LICENSE"
.PP
Geneweb is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your
option) any later version.
.PP
.B Note
: this copyright does not cover
.I genealogic data bases
generated by GeneWeb, nor the use of GeneWeb as Web site server or CGI - this is
merely considered normal use of GeneWeb, and does not fall under the
the heading of "derived work". Also note that the GPL above is
copyrighted by the Free Software Foundation, but the instance of code
that it refers to (the software GeneWeb) is copyrighted by
.I INRIA.
.\" This manual page was extended by Debian developers.

45
man/gwsetup.1 Normal file
View File

@@ -0,0 +1,45 @@
.TH gwsetup 1 "2005 November 28th"
.SH NAME
gwsetup \- Interactive interface to Geneweb databases management
.SH SYNOPSIS
.B gwsetup
[
.I options
]
.br
.SH DESCRIPTION
.I gwsetup
helps in
.IR GeneWeb
databases management.
.PP
The primary documentation of
.I gwsetup
is in the wiki page
.B https://geneweb.tuxfamily.org/wiki/man#Command_lines_operation
.PP
.SH OPTIONS
.PP
.TP 8
.B \-help
command-line help
.TP
.B \-lang <string>
default language
.TP
.B \-daemon
use as a Unix daemon
.TP
.B \-p <port>
select a port number (default=2316)
.TP
.B \-only <file>
path to the file containing the IP address of the authorized host
.TP
.B \-log <file>
redirect log trace to this file.
.TP
.B \-gd <dir>
path of the geneweb share directory

79
man/gwu.1 Normal file
View File

@@ -0,0 +1,79 @@
.TH gwu 1 "2002 October 16th"
.SH NAME
gwu \- Dump a GeneWeb database
.SH SYNOPSIS
.B gwu
[
.I options
] \<
.I base_file
\>
.br
.SH DESCRIPTION
.I
gwu
dumps the contents of the
.IR GeneWeb
database to standard output.
It's a good way to backup the database in a neutral form, and can
facilitate upgrades to new software.
.PP
The primary documentation of
.I gwu
.PP
.SH OPTIONS
.PP
is in the wiki page
.B https://geneweb.tuxfamily.org/wiki/man#Command_lines_operation
.TP 20
.B \-help
command-line help
.TP
.B \-o <file>
output file name (else stdout)
.TP
.B \-odir <dir>
create files from original name in directory (else on -o file)
.TP
.B \-mem
save memory space, but slower
.TP
.B \-a "<1st_name>" [num] "<surname>"
select ancestors of ...
.TP
.B \-d "<1st_name>" [num] "<surname>"
select descendants of ...
.TP
.B \-ad "<1st_name>" [num] "<surname>"
select ancestors of ... and all their descendants (has no effect if \-a and/or \-d used, option \-nsp is forced).
.TP
.B \-aws "<1st_name>" [num] "<surname>"
select ancestors with siblings
.TP
.B \-s "<surname>"
select this surname (option usable several times)
.TP
.B \-nsp
no spouses' parents (for options -s and -d)
.TP
.B \-nn
no (database) notes
.TP
.B \-c <num>
When a person is born less than <num> years ago, it is not exported unless
it is Public. All the spouses and descendants are also censored.
.TP
.B \-sep "1st_name.num surname"
To use together with the option "-odir": separate this person and
all his ancestors and descendants sharing the same surname. All the
concerned families are displayed on standard output instead of their
associated files. This option can be used several times.
.TP
.B \-sep_only_file <file>
With option "-sep", tells to separate only groups of that file.
.TP
.B \-sep_limit <num>
When using the option "-sep", groups of families can become isolated
in the files. Gwu reconnects them to the separated families (i.e.
displays them to standard output) if the size of these groups is less
than 21. The present option changes this limit.