Configuration file for GeneWeb bases : extension .gwf
Error creating thumbnail: File missing Language: |
English • français |
---|
The configuration file for a given base is a text file with extension .gwf
bearing the same name as your base and sitting next to the basename.gwb
folder.
It contains variables controlling the behavior of the gwd
program and of the template mechanism.
If no configuration file is supplied, gwd will fall back on a standard configuration located at bindir/gw/a.gwf
(pending question in git issue#1529). This a.gwf
file contains all variables with some description of their actions, some being commented out. Additional files may provide other configuration variables as for the templm
template.
If you create a fresh base with gwsetup, you will be proposed the following default simpler configuration file:
use_cdn=yes access_by_key=yes disable_forum=yes hide_private_names=no use_restrict=no show_consang=yes display_sosa=yes place_surname_link_to_ind=yes max_anc_level=8 max_anc_tree=7 max_desc_level=12 max_desc_tree=4 max_cousins=2000 max_cousins_level=5 latest_event=20 template=* long_date=no counter=no full_siblings=yes hide_advanced_request=no
The templm template offers an additional set of parameters.
Detailed description of variables
This description is limited to some important variables. (for an updated list have a look to git reference source file a.gwf
)
body_prop content of the %b macro typically inserted in the “<body>” HTML tag. See your HTML documentation for details.
Example:
body_prop=background=monfond.jpg vlink=yellow
This applies to all pages produced by GeneWeb.- body_prop deprecated by css_prop since gw 6.00
- friend_passwd allows global access control for persons potentially still alive. See
private_years
ina.gwf
. Default value is 150 years.
- If a value is supplied for this variable, only visitors having entered that value as password will see data about persons born less than “private_years” years.
- friend_passwd_file allows for a user level access control.
- wizard_passwd allows global access control to modification rights in the base.
- If a value is supplied for this variable, only visitors having entered that value as password will have modification rights.
- wizard_passwd_file allows for a user level access control.
- wizard_just_friend allows to temporarily prevent modifications
- default_lang specifies the default language. Default value is french. Possibilities are: "af" (afrikaans), "bg" (bulgaran), "br" (breton), "cs" (czech), "ca" (catalan), "de" (greman), "da" (danish), "en" (english), "eo" (espéranto), "es" (spanish), "et" (estonian), "fi" (finnish), "fr" (french), "he" (hebrew), "is" (icelandic), "it" (italian), "lv" (latvian), "nl" (dutch), "no" (norvegian), "pl" (polish), "pt" (portugeese), "pt-br" (bresilian portugeese), "ro" (romanian), "ru" (russian), "sl" (slovenian), "sv" (sueedish), "zh" (chineese),
- Note that at any time, independant of this setting, you may change the inetrface language by clicking on the appropriate flag of the welcome page (unless you have edited it out!), or by inserting
lang=ln
directly in the URL window of your browser.
- can_send_image allows wizards to send or modify images associated with persons. See Update. Default value is “no”; to allow, enter “yes”.
- Those images may take some space; manage carefully.
- renamed indicates a new name for this base (useful if many links into your base exist on the web. A page with the new link will be displayed for the user to copy/paste and to follow to the content of his request.
- history indicates that your base logs modification to its content (kept in
bases/basename.gwb/history
) and visible from the welcome page if the file exists.
- history_diff indicates that detailed modifications are logged for each person (à la wiki).
Environment variables, bvar, evar
See the experts section for a discussion on these users supplied variables.
GeneWeb Manual
- Download and install GeneWeb program under GNU/Linux, Mac OS X, Microsoft Windows, FreeBSD; on Mac OS X, Linux or Windows using Docker; or in CGI mode behind a web server.
- Understand GeneWeb server, homonym, consanguinity.
Use and manage genealogical databases
- Import Gedcom
.ged
or GeneWeb.gw
files with gwsetup or in command-line. - Update datas (add/remove individuals and families), merge duplicates, type dates.
- Use wikitext syntax, macros, keyboard shortcuts.
- Clean, recover, rename, save, archive a database.
- Merge and split multiples databases.
Technical annex
- Personalize CSS, header and trailer, templates, lexicon and declension.
- Configuration file
.gwf
(for templm), wizard notes, passwords for friends/wizards and access restrictions to databases. - Add images in notes, further remarks for experts.