Difference between revisions of "bases"
(linck back to distribution) |
(split distrib and bases folders) |
||
(92 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Geneweb bases folder}} | {{DISPLAYTITLE:Geneweb bases folder}} | ||
− | {{languages| | + | {{languages|bases}} |
+ | <!-- [[File:Folder-Bases.png|thumb|500px|right|Folder structure for GeneWeb bases (Genealogy data).]] --> | ||
+ | The '''bases folder''' is by default a subfolder of the [[distribution|GeneWeb distribution]] named {{c|bases}}, or may be a separate isolated folder anywhere in your machine. It contains all your personal data: the genealogical databases themselves with their notes, images, authentification files, template personalisation, etc. It can be moved or renamed according to your preferences (a launch parameter of [[gwd]] will specify where the bases are located). <!-- HS : Similarly, the choice of names for your bases and {{c|.auth}} files is unconstrained.--> | ||
− | + | In each of its {{c|etc}}, {{c|images}}, {{c|lang}} and {{c|src}} folders, subfolders carrying the name of the base {{c|mybase}} hold the specific data for each base. | |
+ | <!-- (Note that the picture on the right has been taken off a personal computer where the bases are stored in a folder names {{c|GeneWeb-Bases}}, as opposed to {{c|bases}} in the remote server structure proposed here). --> | ||
− | + | {{arbre début}} | |
− | + | * {{d}} [[distribution]]: details all the other files and subfolders out of {{c|bases}} folder, like the programs or template files. | |
+ | ** {{d}} gw | ||
+ | ** {{branche finale}}[…] gwd/gwsetup launch scripts, README, etc. | ||
+ | * {{d}} bases: The folder containing the GeneWeb databases | ||
+ | ** {{d}} mybase.gwb: folder of the genealogical database called {{c|mybase}} | ||
+ | ***{{f}} A set of binary files holding the base data (base, *.acc, cache_visited, *.dat, *.inx, nb_persons, notes_links, synchro_patches, tstab) | ||
+ | ***{{f}} forum; a text file containing the forum | ||
+ | ***{{f}} history; a text file containing the history of modifications | ||
+ | ***{{d}} history_d: folder containing history diffs | ||
+ | ***{{f}} notes; a text file containing the main note of the base (m=NOTES) | ||
+ | ***{{d}} notes_d: folder containing notes (m=NOTES;f=file) | ||
+ | ***{{f}} particles.txt: a text file containing particles (must contain the whole set) | ||
+ | ***{{branche finale}}{{d}} wiznotes: folder containing wizard notes | ||
+ | ** {{f}} mybase.gwf: associated [[configuration|.gwf configuration/parameters file]] | ||
+ | ** {{f}} mybase-f.auth example of [[password#Specific access|password file for friends]] ({{c|1=friend_passwd_file=}}) | ||
+ | ** {{f}} mybase-w.auth example of password file for wizards ({{c|1=wizard_passwd_file=}}) | ||
+ | ** {{d}} mybase2.gwb: folder of a second genealogical database {{c|mybase2}} | ||
+ | ** {{f}} mybase2.gwf/auth configuration files associated to mybase2, etc. | ||
+ | ***{{f}} tags.txt list of authorized tags. Supplied to gwd with -allowed_tags (full path name) | ||
+ | ** {{d}} cnt: holding the robot file, locks, and memorising the access counts for each base | ||
+ | *** {{f}} actlog: file temporary storing the tokens needed for login in CGI mode | ||
+ | *** {{f}} [[access#Robots management|robot]] list IP address of robots | ||
+ | *** {{f}} mybase.txt access counts for mybase | ||
+ | *** {{branche finale}}{{f}} mybase.lck lock file for mybase | ||
+ | ** {{d}} etc: used in priority over the generic {{c|gw/etc}} files (see [[templates]]) | ||
+ | *** {{d}} mybase: template folders for mybase | ||
+ | **** {{d}} modules | ||
+ | ***** {{branche finale}}{{f}} module_xx.txt | ||
+ | **** {{f}} header.txt base specific header file | ||
+ | **** {{branche finale}}{{f}} trl.txt base specific trailer file | ||
+ | *** {{branche finale}}{{d}} mybase2: idem | ||
+ | ** {{d}} images | ||
+ | *** {{d}} mybase: portraits images for mybase | ||
+ | **** {{f}} first_name.occurence.last_name.jpg | ||
+ | **** {{branche finale}}{{f}} other_first_name.occurence.last_name.jpg | ||
+ | *** {{branche finale}}{{d}} mybase2: idem | ||
+ | ** {{d}} lang: containing some base specific language related template text files | ||
+ | *** {{f}} lex_utf8.txt lexicon file | ||
+ | *** {{f}} ''lex_additionnal.txt'' additionnal lexicon file used by gwd with -add_lexicon (must be here) | ||
+ | *** {{d}} mybase | ||
+ | *** {{branche finale}}{{d}} mybase2 | ||
+ | ** {{branche finale}}{{d}} src | ||
+ | *** {{d}} mybase | ||
+ | **** {{d}} images: images called with {{c|1=m=IMH}} | ||
+ | ***** {{branche finale}}{{f}} ''myimage.jpg'' | ||
+ | **** {{branche finale}}{{f}} ''file1.txt'': text file called with {{c|1=m=SRC}} | ||
+ | *** {{branche finale}}{{d}} ''mybase2'': idem | ||
+ | {{arbre fin}} | ||
− | + | '''Translations''': All text files read through the m=SRC&v=file or m=DOC&s=file.txt commands are processed by GeneWeb which performs translations ({{c|[text to be translated]}}) and expands some macros ({{c|%s,}} {{c|%v}}, {{c|%i}}, {{c|%k}} see [http://geneweb.tuxfamily.org/wiki/macros|macros]). In addition, a more global translation of the text file can be obtained by appending {{c|_lg}} to the filename (where lg is the 2 letter acronym of a given language) which selects an entirely new file, specific to the selected language. | |
− | <!-- | + | '''Files names''' in ''italic'' are user chosen. ''tags.txt'' is provided with its full path. |
+ | |||
+ | '''Note''' that with this configuration, all personalization happens in files stored in the base folder. A new release of GeneWeb may be installed safely by copying the new {{c|gw}} folder and possibly new copies of gwd/gwsetup launch scripts, CHANGES.txt, README, etc (the last two lines of the tree above). | ||
+ | |||
+ | <!-- | ||
+ | == Bases folder in GeneWeb 7 == | ||
+ | {{mbox|niveau=grave|titre= | ||
+ | |texte=This section of the documentation is not yet fully implemented. The current version of GeneWeb v7 adheres to the old folder structure.}} | ||
+ | |||
+ | GeneWeb 7 simplifies the archival of databases regrouping all the files needed for a single database under the same folder. With this configuration, it becomes far simpler to use archival tools such as {{c|tar}}, {{c|zip}} or {{c|rar}} to store a single database folder in an archive (see [[save]] for details and comments). | ||
{{arbre début}} | {{arbre début}} | ||
− | * | + | * {{d}} [[distribution]] |
− | ** {{branche finale}}{{d}} bases: The folder containing the GeneWeb | + | ** {{d}} gw |
− | *** {{d}} | + | ** {{branche finale}}{{f}}… gwd/gwsetup launch scripts, CHANGES.txt, README, etc. |
− | *** {{f}} | + | * {{d}} bases: The folder containing the GeneWeb databases |
− | *** {{ | + | ** {{d}} mybase.gwb: folder of the genealogical database called {{c|mybase}} |
− | *** {{f}} | + | *** {{d}} documents: image/txt/pdf/html files, subdirectories allowed (except portraits/ and images/) |
− | *** {{ | + | **** {{d}} portraits: portraits images called with {{c|1=m=IM&i=index}} (no sub-dirs here!) |
− | *** {{d}} etc | + | ***** {{f}} first_name.occurence.last_name.jpg |
− | **** {{d}} | + | ***** {{f}} other_first_name.occurence.last_name.jpg |
− | ***** {{ | + | ***** {{branche finale}}{{d}} saved: saved portraits called with {{c|1=m=IMS&i=index}} |
− | ****** {{ | + | **** {{d}} images: other images associated with a person shown in a carrousel |
− | ***** {{branche finale}}{{f}} | + | ***** {{d}} first_name.occurence.last_name: other images associated with a person (no sub_dirs) |
− | **** {{ | + | ****** {{f}} ''otherimage.jpg'': images called with {{c|1=m=IM&i=index&s=otherimage.jpg}} |
− | *** {{d}} | + | ****** {{f}} ''otherimage.txt'': comment associated with otherimage |
− | **** {{d}} | + | ****** {{branche finale}}{{d}} saved: saved images and comments called with {{c|1=m=IMS&i=index&s=otherimage.jpg}} |
− | + | **** {{d}} ''subfolder'': the documents folder may contain subfolders | |
− | + | **** {{f}} ''myimage.jpg'': images called with {{c|1=m=DOC&s=myimage.jpg}} or {{c|1=m=IM&s=myimage.jpg}} | |
− | **** {{branche finale}}{{ | + | **** {{f}} ''mytext.txt'': text files called with {{c|1=m=DOC&s=mytext.txt}} or {{c|1=m=SRC&v=mytext}} (See translation note below) |
− | *** {{d}} | + | **** {{f}} ''mydoc.pdf'': PDF files called with {{c|1=m=DOC&s=mydoc.pdf}} |
− | *** {{d}} | + | **** {{branche finale}}{{f}} ''mypage.html'': HTML pages called with {{c|1=m=DOC&s=mypage.html}} |
− | **** {{d}} | + | *** {{d}} etc: configurations files and personnalized variants of template files, used in priority over the generic {{c|gw/etc}} files (see [[templates]]) |
− | + | **** {{d}} cnt: holding access counts for the base and several access logs | |
− | + | ***** {{f}} counts.txt: access counts | |
− | ***** {{branche finale}}{{f}} | + | ***** {{f}} counts.lck: access lock |
− | + | ***** {{f}} wizards.log access logs for wizards | |
− | *** {{branche finale}}{{ | + | ***** {{f}} friends.log access logs for friends |
+ | ***** {{branche finale}}{{f}} update.log modifications logs | ||
+ | **** {{f}} comm.log: result of a gwsetup command on this base | ||
+ | **** {{d}} lang: local complements to the language lexicon (loaded with {{c|-add_lexicon}} at [[gwd]] start) | ||
+ | **** {{d}} modules: personnalized variants of modules files | ||
+ | ***** {{branche finale}}{{f}} module_xx.txt | ||
+ | **** {{d}} templatex: personnal variant of templatex files | ||
+ | **** {{f}} config.txt: [[configuration|configuration/parameters file]] (old {{c|mybase.gwf}}) | ||
+ | **** {{f}} ''mybase-f.auth'': example of [[password#Specific access|password file for friends]] ({{c|1=friend_passwd_file=}} in {{c|config.txt}}) | ||
+ | **** {{f}} ''mybase-w.auth'': example of password file for wizards ({{c|1=wizard_passwd_file=}} in {{c|config.txt}}) | ||
+ | **** {{f}} particles.txt (mybase-particles.txt?): particles list for this base. | ||
+ | **** {{branche finale}}{{f}} hed.txt and trl.txt: base specific header/trailer files | ||
+ | *** {{d}} history: folder with all diff files (this folder may be located elsewhere according to {{c|1=history_path=}} in {{c|config.txt}}) | ||
+ | **** {{d}} a | ||
+ | **** {{d}} b | ||
+ | **** {{d}} … | ||
+ | **** {{branche finale}}{{f}} history.txt: history of modifications | ||
+ | *** {{d}} notes: folder with all the notes and [[wikitext#Internal_links|linked pages]] | ||
+ | **** {{f}} notes.txt: (reserved name) main notes for the base, displayed in the welcome page | ||
+ | **** {{branche finale}}{{f}} ''linked_page.txt'': other "linked_page" obtained with <nowiki>[[[linked_page/text]]]</nowiki> | ||
+ | *** {{branche finale}}{{f}}… base, base.acc, cache_info […] names.inx, notes_links, patches (all internal files and folders of the database) | ||
+ | ** {{d}} mybase2.gwb: folder of a second genealogical database {{c|mybase2}} | ||
+ | *** {{branche finale}}[…] the organisation is the same for each database see description for mybase.gwb folder above | ||
+ | ** {{d}} cnt: admin files | ||
+ | *** {{f}} actlog: file temporary storing the tokens needed for login in CGI mode | ||
+ | *** {{f}} gwd.lck: lock file | ||
+ | *** {{branche finale}}{{f}} [[access#Robots management|robot]]: list IP addresses of detected robots | ||
+ | ** {{f}} comm.log: execution log of the last base creation with a {{c|gwc}} command (when the base name is not available) | ||
+ | ** {{branche finale}}{{f}} ''tags.txt'': alternate list of [[tags|authorized HTML tags]] (loaded with {{c|-allowed_tags}} at [[gwd]] start) | ||
{{arbre fin}} | {{arbre fin}} | ||
+ | |||
+ | --> |
Latest revision as of 17:01, 9 November 2020
![]() |
English |
---|
The bases folder is by default a subfolder of the GeneWeb distribution named bases
, or may be a separate isolated folder anywhere in your machine. It contains all your personal data: the genealogical databases themselves with their notes, images, authentification files, template personalisation, etc. It can be moved or renamed according to your preferences (a launch parameter of gwd will specify where the bases are located).
In each of its etc
, images
, lang
and src
folders, subfolders carrying the name of the base mybase
hold the specific data for each base.
-
distribution: details all the other files and subfolders out of
bases
folder, like the programs or template files. -
bases: The folder containing the GeneWeb databases
-
mybase.gwb: folder of the genealogical database called
mybase
A set of binary files holding the base data (base, *.acc, cache_visited, *.dat, *.inx, nb_persons, notes_links, synchro_patches, tstab)
forum; a text file containing the forum
history; a text file containing the history of modifications
history_d: folder containing history diffs
notes; a text file containing the main note of the base (m=NOTES)
notes_d: folder containing notes (m=NOTES;f=file)
particles.txt: a text file containing particles (must contain the whole set)
wiznotes: folder containing wizard notes
-
mybase.gwf: associated .gwf configuration/parameters file
-
mybase-f.auth example of password file for friends (
friend_passwd_file=
) -
mybase-w.auth example of password file for wizards (
wizard_passwd_file=
) -
mybase2.gwb: folder of a second genealogical database
mybase2
-
mybase2.gwf/auth configuration files associated to mybase2, etc.
-
cnt: holding the robot file, locks, and memorising the access counts for each base
-
actlog: file temporary storing the tokens needed for login in CGI mode
-
robot list IP address of robots
-
mybase.txt access counts for mybase
mybase.lck lock file for mybase
-
-
etc: used in priority over the generic
gw/etc
files (see templates) -
images
-
lang: containing some base specific language related template text files
src
-
Translations: All text files read through the m=SRC&v=file or m=DOC&s=file.txt commands are processed by GeneWeb which performs translations ([text to be translated]
) and expands some macros (%s,
%v
, %i
, %k
see [1]). In addition, a more global translation of the text file can be obtained by appending _lg
to the filename (where lg is the 2 letter acronym of a given language) which selects an entirely new file, specific to the selected language.
Files names in italic are user chosen. tags.txt is provided with its full path.
Note that with this configuration, all personalization happens in files stored in the base folder. A new release of GeneWeb may be installed safely by copying the new gw
folder and possibly new copies of gwd/gwsetup launch scripts, CHANGES.txt, README, etc (the last two lines of the tree above).