Content

Sample site structure

To create a simple web site about, say, an ecological farm, perhaps the following file hierarchy would be appropriate:

 Home
   About
   Produce
     Apples
     Carrots
   Contact

This would be represented by the following in the Pagegen content directory, for instance called eco_farm. The following files and directories would be setup int the eco_farm/content directory:

File/directory nameTitleType
defaultHomeFile
000_AboutAboutFile
001_ProduceDirectory
001_Produce/defaultProduceFile
001_Produce/001_ApplesApplesFile
001_Produce/002_CarrotsCarrotsFile
002_ContactDirectory
002_Contact/defaultContactFile
Last changed 2009-10-17 21:09