############################################################################# This directory contains the HTML files for the Qpid website. Any changes made to these files in our repository will be deployed to the web server. ############################################################################# While adding a new page, follow these initial instructions: 1. Copy the template from template/template.html, renaming it as desired to serve as a basis for your new page. Eg: svn cp template/template.html .html 2. Ensure that the svn:executable property is set on the new file (This should already be present if you followed step 1), required to make the Apache web server action the Server Side Include elements present within the template. svn propset svn:executable '*' .html 3. Add the new content to the file at the location indicated by the marker comment, which should be removed: 4. Check in your new file. The menu, header, and footer sections of all pages can be edited by altering the .include files in the includes directory.