TopLevel genealogy.php - jcobban/Genealogy GitHub Wiki

Up: Top Level Implementation

Source Code

This script displays the main entry page to the genealogy services on the site.

When invoked by method='get' it supports the following parameter:

parameter description
'lang' the language selection as an IETF BCP 47 code

This script displays a menu of services, if possible customized to the requested language. The static information is obtained from a template file genealogy$lang.html where $lang is replaced by the IETF BCP 47 localization identifier. For example the English version of the static information on this page is genealogyen.html. On 3 Dec 2019 there are versions for English, French, German, and Spanish.

This page will typically have links invoking site services such as:

See the example on the demonstration site

Next: getRecordCommon.php