Apache Forrest File Layout -------------------------- status.xml # List of project developers, todo list and change log forrest.properties # Optional file describing your site layout src/documentation/ # Doc-specific files src/documentation/skinconf.xml # Info about your project used by the skin src/documentation/content/ # Site content. src/documentation/content/xdocs # XML content. src/documentation/content/xdocs/index.xml # Home page src/documentation/content/xdocs/site.xml # Navigation file for site structure src/documentation/content/xdocs/tabs.xml # Skin-specific 'tabs' file. src/documentation/content/*.html,pdf # Static content files, may have subdirs src/documentation/resources/images # Project images (logos, etc) # you can create other directories as needed (see forrest.properties) Using Forrest ------------- o Install Forrest, set FORREST_HOME, and add FORREST_HOME/bin to your PATH. o Render this template to static HTML by typing 'forrest'. View the generated HTML in a browser to make sure everything works. o Alternatively 'forrest run' and browse to http://localhost:8888/ live demo. o Edit status.xml and src/documentation/skinconf.xml to customize for your project. o Start adding content in xdocs/ remembering to declare new files in site.xml. o Follow the document http://forrest.apache.org/docs/your-project.html. o Provide any feedback to dev@forrest.apache.org.