Difference between revisions of "distribution"
From GeneWeb
m |
m |
||
Line 24: | Line 24: | ||
*** {{d}} bases : a proposed location for storing bases | *** {{d}} bases : a proposed location for storing bases | ||
*** {{f}} CHANGES.txt | *** {{f}} CHANGES.txt | ||
− | *** {{s}} geneweb : launch gwsetup, gwd and START.html page (file extension varies according to OS) | + | *** {{s}} geneweb.ext : launch gwsetup, gwd and START.html page (file extension varies according to OS) |
*** {{d}} gw | *** {{d}} gw | ||
**** {{f}} a.gwf : standard version for the configuration parameters of a base | **** {{f}} a.gwf : standard version for the configuration parameters of a base | ||
− | **** {{e}} consang | + | **** {{e}} [[consang]] |
**** {{d}} etc : template files | **** {{d}} etc : template files | ||
**** {{f}} ged2gwb, ged2gwb2, gwb2ged : base creation and extraction with GED format | **** {{f}} ged2gwb, ged2gwb2, gwb2ged : base creation and extraction with GED format | ||
− | **** {{e}} gwc, gwc1, gwc2, gwu : gwc to create a base, gwu to extract a .gw archive file | + | **** {{e}} [[gwc]], gwc1, gwc2, [[gwu]] : gwc to create a base, gwu to extract a .gw archive file |
− | **** {{e}} gwd : the main GeneWeb server | + | **** {{e}} [[gwd]] : the main GeneWeb server |
**** {{f}} gwd.arg : execution parameters for gwd | **** {{f}} gwd.arg : execution parameters for gwd | ||
**** {{f}} gwd.log : execution traces for gwd (as specified at gwd launch) | **** {{f}} gwd.log : execution traces for gwd (as specified at gwd launch) | ||
− | **** {{e}} gwsetup : auxiliary server for base management | + | **** {{e}} [[gwsetup]] : auxiliary server for base management |
**** {{d}} images : icons used by gwd | **** {{d}} images : icons used by gwd | ||
**** {{d}} lang : language files used in template construction | **** {{d}} lang : language files used in template construction | ||
Line 40: | Line 40: | ||
**** {{d}} setup : gwsetup template files | **** {{d}} setup : gwsetup template files | ||
**** {{f}} tags.txt : list of authorized HTML tags | **** {{f}} tags.txt : list of authorized HTML tags | ||
− | **** {{branche finale}}{{d}} update_nldb | + | **** {{branche finale}}{{d}} update_nldb : update the [[cross links]] between notes and pages |
− | *** {{s}} gwd : minimal launch script for gwd (file extension varies according to OS) | + | *** {{s}} gwd.ext : minimal launch script for gwd (file extension varies according to OS) |
− | *** {{s}} gwsetup : minimal launch script for gwsetup (file extension varies according to OS) | + | *** {{s}} gwsetup.ext : minimal launch script for gwsetup (file extension varies according to OS) |
*** {{f}} LICENSE.txt | *** {{f}} LICENSE.txt | ||
*** {{f}} LIZEZMOI.txt | *** {{f}} LIZEZMOI.txt |
Revision as of 15:43, 25 November 2016
![]() |
English |
---|
A GeneWeb distribution, available as a compressed file (.tar
er .tgz
or .zip
) can be unfolded into a distribution folder whose structure is described here. This description starts from an example of an existing downloaded distribution file:
(server):~#cd (server):~#ls -al gw-7.00-alpha-linux.tgz -rw-r--r-- 1 username usergroup 5616960 Nov 24 14:21 gw-7.00-alpha-linux.tgz gw-7.00-alpha-linux/ gw-7.00-alpha-linux/gw/ gw-7.00-alpha-linux/gw/gwd.arg gw-7.00-alpha-linux/gw/convert_hist .... gw-7.00-alpha-linux/gwsetup (server):~#nv gw-7.00-alpha-linux geneweb-distribution
You may rename the gw-7.00-alpha-linux
folder to any name of your choice, as long as you use this same name in the cgi-bin/gwd.sh
launch script and the gw
link to the style and JavaScript files at the web_root.
-
-
geneweb-distribution : The folder containing the GeneWeb distribution.
-
bases : a proposed location for storing bases
-
CHANGES.txt
-
geneweb.ext : launch gwsetup, gwd and START.html page (file extension varies according to OS)
-
gw
-
a.gwf : standard version for the configuration parameters of a base
-
consang
-
etc : template files
-
ged2gwb, ged2gwb2, gwb2ged : base creation and extraction with GED format
-
gwc, gwc1, gwc2, gwu : gwc to create a base, gwu to extract a .gw archive file
-
gwd : the main GeneWeb server
-
gwd.arg : execution parameters for gwd
-
gwd.log : execution traces for gwd (as specified at gwd launch)
-
gwsetup : auxiliary server for base management
-
images : icons used by gwd
-
lang : language files used in template construction
-
only.txt : access restriction for gwsetup
-
setup : gwsetup template files
-
tags.txt : list of authorized HTML tags
update_nldb : update the cross links between notes and pages
-
-
gwd.ext : minimal launch script for gwd (file extension varies according to OS)
-
gwsetup.ext : minimal launch script for gwsetup (file extension varies according to OS)
-
LICENSE.txt
-
LIZEZMOI.txt
-
README.txt
-
START.htm : a minimal start page (assumes that gwd and gwsetup have been started)
START.htm
-
-
Note also that the minimal gwd
start script provided in this distribution folder installs a base
folder in the distribution folder itself. You may choose to keep this organisation rather than maintaining a separate bases folder.