NOTES
=========================

 - See the file 'static_page-1.xx/conf/action.perl' in your
 OpenInteract base installation directory (or in the package
 distribution file) to see notes on the different filesystem
 configuration options.

 - The URL '/oi_docs' refers to the static HTML files located in
 'WEBSITE_DIR/html/oi_docs', and we set security for that hierarchy
 root in 'data/install_security.dat' even though we ourselves don't
 create the pages.


Upgrading from a version prior to 1.18? 

You will need to add a field to your 'basic_page' SQL table. On most
systems (MySQL), you simply need to execute the following SQL
statement:

    ALTER TABLE basic_page ADD main_template VARCHAR(40) NULL

If you don't, you'll only get errors since SPOPS will try to retrieve
information from a field named 'main_template' and that field won't
exist in your table.

