<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>     true </Kinships>    
  <Census>       true </Census>      
  <Descendants>  true </Descendants> 
  <Photos>       true </Photos>      
  <Gallery>      true </Gallery>      
  <Validation>   true </Validation>  
  <Updates>      true </Updates>     
</Pages>

Options

<Tree>
[ true ]
Enables pedigree charts for every individual not <SkipIds> using the skip flag. 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 <SkipIds> using the skip flag. 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 (See <Blog>) 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 a selected individual. The ancestor list will be linked as a tab on the selected individual's profile page.
<DNAAncestors>
[ true ]
Enables a DNA ancestor trees index page and a DNA ancestor trees page for certain individuals (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.
<DNARelatives>
[ true ]
Enables a DNA relatives index page, DNA kinships pages, and a DNA relative page for certain individuals (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>
[ true ]
Enables kinships lists on the profile pages of persons automatically determined to have consanguinious relationships with their spouses. Several validation options are available.
<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 a selected individual. 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.
<Photos>
[ true ]
Enables a photos page containing all individual photos found. See <Media> and <Gallery> for more information.
<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