Split a base after merge
Language: | English • français |
---|
GeneWeb can maintain the separation of source files for a base across multiple files. When several source files are merged, GeneWeb records the information origin and is capable to return data to the proper file later.
Recreating multiple source files from a base
Assume you have created a base from three source files toto.gw
, dupont.gw
et titi.gw
with the command:
gwc toto.gw -sep dupont.gw -sep titi.gw -o mergedbase
To save a modified base back to theses separate source files in a folder named outdir
, use the command gwu :
gwu mergedbase -odir outdir
Ifoutdir
does not exist, create it beforehand with mkdir outdir
.
Modifications made to your base will be recorded in those fresh source files. If gwu produces some output, it means that it cannot associate some modification to any of the original files (typically, creation of a new family). In this case redirect this output to a new additionnal .gw
source file and use it later to reconstruct your full base. You can also manually edit this new file into the others with a text editor, provided you follow the GWformat.
gwu mergedbase -odir outdir > newdata.gw
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.