To create a new site simply utilize this manual as a template, as follows:

  1. Copy the entire site directory to the new site location and rename the top level directory to correspond to the new site.
  2. Go to the content/manualPages directory and delete everything except introduction.htm and printForm.htm.
  3. Open introduction.htm in an html editor and replace its contents (but not its <head>) with the desired contents.
  4. Do this for as many pages as needed. It is generally a good idea to have separate folders for one or a few related pages plus all support files (such as images or code examples). If any pages are created at a different level in the root, be sure to adjust the relative references in the head appropriately.
  5. Rename the manualPages folder as appropriate.
  6. For the files in the content directory
    1. edit the noteConstants.js file for your own site
    2. edit the nav-map.js file for your own site
    3. edit (or delete) the dictionary.htm file for your own site.
    4. replace or delete the logo files
    5. replace or delete the coverPage.htm file
  7. Open the style directory and edit the three parallel style files as required ( lectureScreen.css for projected lectures, notesScreen.css for onscreen notes and notesPrint.css for printed notes).
  8. Edit navBar.css and slider.css to change the colours/ layout of the navbar and the slider colour.