/* * @progname star_globals.li * @version 1.0 * @author Lars Eighner * @category * @output none * @description declare globals for family web pages. */ /* paths */ global(baseout) /* path to root for this family site */ global(commonin) /* path to common texts */ global(famcomin) /* path to texts common to this family */ global(famnarin) /* path to narrative files for this family */ global(fampages) /* path to page files for this family */ global(sandbox) /* path to experimental output for this family */ /* HTML string vars */ global(site) /* name of the site overall, also H1 */ global(subtitle) /* name of this family section, also H2 */ global(title) /* above joined with ' : ' */ /* control flags and variables */ global(restricted) /* restriction level for privacy on the following scheme: 0: Living minor 1: Living person 2: Family requested removal 3: parent permission 4: public person 5: self permission 6: presumed dead with living immediate family 7: dead with living immediate family 8: presumed dead with no living immediate family 9: dead with no living immediate family This is set to 3 by default. restricted suppress some photos and other names, but restricting full names is hard codes for levels of 3 and less. This is not according to standard and RESN needs to be scrubbed to produce a GEDCOM for export. */ global(found) /* flag set by object handler */ global(alttext) /* string set by object handler */ global(caption) /* string set by object handler */ global(findpages) /* list of possible pages to be built */ global(nonindex) /* list of pages not to be put in link lists generally, these will be legacy pages no longer maintained */ global(sourperpage) /* Number of sources to be entered on each sources page */ global(lastsourpage) /* Number of (html) pages of source records, which is also the number of the last such page unless there are no source records in which case this is 0 but one "No source records" page is generated. */