<Pages>

The <Pages> option is used to enable/disable different page types. Page types are disabled automatically if they do no apply, so it is seldom necessary to disable them directly, however, some pages like Validation and Updates may be generated, but not desired.

Example

<Pages>
  <Tree>          true </Tree>        
  <Names>         true </Names>       
  <Profiles>      true </Profiles>    
  <Sources>       true </Sources>     
  <Blog>          true </Blog>        
  <Places>        true </Places>      
  <Ancestors>     true </Ancestors>   
  <DNAAncestors>  true </DNAAncestors>
  <DNARelatives>  true </DNARelatives>
  <Kinships>     false </Kinships>    
  <Census>        true </Census>      
  <Descendants>   true </Descendants> 
  <Collections>   true </Collections>    
  <Photos>        true </Photos>      
  <Gallery>       true </Gallery>      
  <Validation>    true </Validation>  
  <Updates>       true </Updates>     
</Pages>

Options

<Tree>
[ true ]
Enables pedigree charts for every individual not skipped (See <SkipIds>). The <HomePerson> is linked in the menu, and every person's profile page will include a tab linking to their pedigree chart.
<Names>
[ true ]
Enables name index pages.
<Profiles>
[ true ]
Enables a profile page for every individual not skipped. Several configuration options are available.
<Sources>
[ true ]
Enables a source index page, and a source page for every source not hidden using the <HideRecord> option. The source index page is sortable and include a column for the source category. Source pages include a tab showing every claim made by this source.
<Blog>
[ true ]
Enables an embedded or a standalone blog (See <Blog> for more information). (This website was created using this feature.)
<Places>
[ true ]
Enables a location index page and a location page for every location found in your database and includes a tab showing every claim made at this location.
<Ancestors>
[ true ]
Enables an ancestor list index page and an ancestor list for selected individuals. See the <AncestorLists> option for more information on how to setup an ancestor list for select individuals. The ancestor list will be linked as a tab on the selected individual's profile page.
<DNAAncestors>
[ true ]
Enables a DNA ancestors index page and individual pages for all DNA testers. See <DNA> for more information on how to configure DNA testers. A DNA Ancestors tab will be linked on the DNA tester's profile page.
<DNARelatives>
[ true ]
Enables a DNA relatives index page and individual pages for al DNA testers. See <DNA> for more information on how to configure DNA relatives. A DNA Relatives tab will be linked on the DNA tester's profile page.
<Kinships>
[ false ]
A Kinship index page will be linked on a person's profile if it is automatically determined that the persons has a consanguinious relationship with their spouses. Several validation options are available. Because there is no way to automatically disable this page and since the process of calculating these relationships can be time consuming, the page is disabled by default. If you want to see these relationships, you should enable this page in your configuration.
<Census>
[ true ]
Enables a census table index page and a census table for selected individuals. See the <CensusTables> option for more information on how to setup a census table for select individuals. The census table will be linked as a tab on the selected individual's profile page.
<Descendants>
[ true ]
Enables a descendant lists index page and descendant lists for selected individuals. See the <DescendantLists> option for more information on how to setup a descendant lists for a selected individual.
<Collections>
[ true ]
Enables a collections page. See the <Collections> option for more information on how to setup collections for selected individuals. A collection page will be linked as a tab on the selected individual's profile page.
<Photos>
[ true ]
Enables a photos page containing all individual photos found. See <Media> and <Gallery> for more information. Thumbnail photos will be shown on the the individual's profile page.
<Gallery>
[ true ]
Enables a photo gallery containing all individual photos found. See <Gallery> for more information.
<Validation>
[ true ]
Enables the data validation page. See <DataValidation> for more information.
<Updates>
[ true ]
Enables the updates page which will include links to the individuals, source, blog posts more recently updated.
Comments