Next / Previous / Contents / TCC Help System / NM Tech homepage

9. Manifest constants

Here are some constants used in the script, placed at the front for convenience in updating them.

9.1. CSS_STYLESHEET: Stylesheet name

The path to the stylesheet for these pages.

catweb
CSS_STYLESHEET  =  "http://www.nmt.edu/~john/scans/bird/birdindex.css"

9.2. FORM_SUBDIR: Form subdirectory name

The name of the subdirectory containing the form pages.

catweb
FORM_SUBDIR  =  "form/"

9.3. FULL_FRAME_MM2: Full frame size for 35mm

This constant expresses the area of a full 35mm film frame (nominally 24mm×36mm) in square millimeters.

catweb
FULL_FRAME_MM2  =  24 * 36

9.4. INDEX_PAGE: Name of the index page

This is the name of the file where the index page will be written.

catweb
INDEX_PAGE  =  "index.html"

9.5. MM_PER_IN: Conversion factor

Number of millimeters per inch.

catweb
MM_PER_IN  =  25.4