StarRave installation
------------- NEW REQUREMENTS FOR SRSQL -------------
- Zope
 - SQL database, with functioning DB adapter.
 - Crypttools Zope external method
 - Calendar Tag
 - UserSniffer External method
 
-------------------------- installation instructions: --------------------------
StarRave comes in two parts.
Part one: the python product, which should end up in your (zopehome)/lib/python/Products/ directory.
Part two: the internals... These are exported in the zexp format. They need to be imported into zope, then copied inside the StarRave folder.
- Put the 
temp_method storage.zexpfolder in your (zopehomedir)/Import/ directory. - Put crypttools.py in your (zopedir)/Extensions/ Directory. You can get it here: http://www.zope.org/Members/element/
 - Add a StarRaveClient instance using the zope "select type to add" pulldown menu.
 - Choose Import/export from the zope management interface. Import the temp_method_storage.zexp file to a temporary location.
 - go inside the temp_method_storage folder and select all the objects and choose "copy". then navigate inside your starrave client folder and choose paste.
 - Create a database connection or modify the existing zmysqlda connection, and change all the SQL methods to match.
 - execute (test) all the SQL methods in <sitebase>/SQL/create_tables/ This will create the db tables.
 - verify that all the settings are correct under the properties tab in the starrave client folder.
 - load the index page to see your site work.