Difference between revisions of "bases"

From GeneWeb
Jump to: navigation, search
(header.txt is hed.txt)
(suppression of lang/ folder)
Line 54: Line 54:
 
** {{d}} bases: The folder containing the GeneWeb databases
 
** {{d}} bases: The folder containing the GeneWeb databases
 
*** {{f}} comm.log
 
*** {{f}} comm.log
*** {{f}} perso_lexicon.txt ? or base specific ? UTF-8 personnal complementary lexicon
+
*** {{f}} perso_lexicon.txt: UTF-8 personnal complementary lexicon loaded with {{c|-add_lexicon path/perso_lexicon.txt}} at gwd start.
*** {{f}} particules.txt or perso_particules.txt ? or base specific perso_particules.txt ?
+
*** {{f}} perso_particles.txt loaded with {{c|-particles path/perso_particles.txt}} at gwd start.
*** {{f}} tags.txt: list of [[tags|authorized HTML tags]]
+
*** {{f}} tags.txt: list of [[tags|authorized HTML tags]] loaded with {{c|-allowed_tags path/tags.txt}} at gwd start
 
*** {{d}} mybase.gwb: folder of the genealogical database called {{c|mybase}}
 
*** {{d}} mybase.gwb: folder of the genealogical database called {{c|mybase}}
 
**** {{f}} params.gwf: associated [[configuration|.gwf configuration/parameters file]]
 
**** {{f}} params.gwf: associated [[configuration|.gwf configuration/parameters file]]
Line 74: Line 74:
 
***** {{branche finale}}{{f}} trl.txt base specific trailer file
 
***** {{branche finale}}{{f}} trl.txt base specific trailer file
 
**** {{d}} history_d: folder with all diff files (this folder may be located elsewhere according to {{c|1=history_path=}} in {{c|params.gwf}}).
 
**** {{d}} history_d: folder with all diff files (this folder may be located elsewhere according to {{c|1=history_path=}} in {{c|params.gwf}}).
**** {{d}} lang (or {{c|etc/perso_lexicon.txt}} for all bases?) : containing some base specific language related template text files (lexicon for instance)
 
 
**** {{d}} portraits: portraits images
 
**** {{d}} portraits: portraits images
 
***** {{f}} first_name.occurence.last_name.jpg
 
***** {{f}} first_name.occurence.last_name.jpg

Revision as of 14:53, 10 February 2017

150px-Geographylogo svg.png Language: English

The folder of the databases should contain the same information structure as in the case of an installation on a personal computer. Its location is, by default, within the distribution folder with the name /bases, but it can be located elsewhere and named otherwise according to your preferences. Similarly, the choice of names for your bases and .auth files is unconstrained.

In each of the etc, images, lang and src folders, sub-folders carrying the name of the base mybase.gwb hold the specific data for each base.

  • directory distribution (details the description of the program folder gw/, only bases/ is described here)
    • directory bases: The folder containing the GeneWeb databases
      • directory mybase.gwb: folder of the genealogical database called mybase
      • file mybase.gwf: associated .gwf configuration/parameters file
      • file mybase-f.auth example of password file for friends (friend_passwd_file=)
      • file mybase-w.auth example of password file for wizards (wizard_passwd_file=)
      • directory mybase2.gwb: folder of a second genealogical database mybase2
      • file mybase2.gwf/auth configuration files associated to mybase2, etc.
      • directory cnt: holding the robot file, locks, and memorising the access counts for each base
        • file actlog
        • file robot list IP address of robots
        • file mybase.txt access counts for mybase
        • file mybase.lck lock file for mybase
      • directory etc: used in priority over the generic gw/etc files (see templates)
        • directory mybase: template folders for mybase
          • directory perso_module
            • file module_xx.txt
          • file header.txt base specific header file
          • file trl.txt base specific trailer file
        • directory mybase2: idem
      • directory images
        • directory mybase: portraits images for mybase
          • file first_name.occurence.last_name.jpg
          • file other_first_name.occurence.last_name.jpg
        • directory mybase2: idem
      • directory lang: containing some base specific language related template text files (lexicon for instance)
        • directory mybase
        • directory mybase2
      • directory src
        • directory mybase
          • directory images: images called with m=IMH
            • file myimage.jpg
          • file file1.txt: text file called with m=SRC
        • directory mybase2: idem
    • directory gw
    • file gwd/gwsetup launch scripts, README, etc.

 Bases folder in GeneWeb 7

GeneWeb 7 simplify the archival of databases sorting all files needed for a single database under the same folder.

  • directory distribution (details the description of the program folder gw/, only bases/ is described here)
    • directory bases: The folder containing the GeneWeb databases
      • file comm.log
      • file perso_lexicon.txt: UTF-8 personnal complementary lexicon loaded with -add_lexicon path/perso_lexicon.txt at gwd start.
      • file perso_particles.txt loaded with -particles path/perso_particles.txt at gwd start.
      • file tags.txt: list of authorized HTML tags loaded with -allowed_tags path/tags.txt at gwd start
      • directory mybase.gwb: folder of the genealogical database called mybase
        • file params.gwf: associated .gwf configuration/parameters file
        • file mybase-f.auth example of password file for friends (friend_passwd_file=)
        • file mybase-w.auth example of password file for wizards (wizard_passwd_file=)
        • file history: historic of modifications
        • directory documents: image/txt/pdf/html files, subdirs allowed
          • file mytext.txt text files called with m=TXT or m=SRC
          • file mydoc.pdf PDF files called with m=PDF
          • file mypage.html HTML pages called with m=HTM
          • file myimage.jpg images called with m=IMG or m=IMH)(m=IM kept for backward compatibility).
        • directory etc: personnal variants of template files, used in priority over the generic gw/etc files (see templates)
          • directory perso_module
            • file module_xx.txt
          • directory templatex personnal variant of templatex files
          • file hed.txt base specific header file
          • file trl.txt base specific trailer file
        • directory history_d: folder with all diff files (this folder may be located elsewhere according to history_path= in params.gwf).
        • directory portraits: portraits images
          • file first_name.occurence.last_name.jpg
          • file other_first_name.occurence.last_name.jpg
      • directory mybase2.gwb: folder of a second genealogical database mybase2
        • […] the organisation is the same for each database see description for mybase.gwb folder above
      • directory cnt: holding the robot file, locks, and memorising the access counts for each base
        • file actlog
        • file counts.txt access counts
        • file mybase.lck lock file
        • file robot list IP address of robots
    • directory gw
    • file gwd/gwsetup launch scripts, README, etc.