.. Copyright (c) 2005-2009 Infrae. All rights reserved.
.. See also LICENSE.txt

======================
Installing SilvaLayout
======================

Dependencies
------------

* Zope 2.8

* Five 1.2 (http://codespeak.net/z3/five)

Installation
------------
Place SilvaLayout in your Zope Products directory and restart. 

Note: SilvaLayout *will break* the ZODB-based layout. This is because Five will
register views for Silva content objects as soon as SilvaLayout is placed in
the Zope Products directory, even if the SilvaLayout extension isn't activated
in service_extensions. 

After restarting, in the SMI navigate to your Silva root/properties screen. Go
to settings to view the layout settings, and select the skin 'SilvaDefault'.
Click 'view public version' in the lower right corner and the SilvaDefault
layout should display.

When SilvaLayout and/or SilvaLayout skins are installed, if you wish to
uninstall a skin (or the SilvaLayout extension) you *must* first deactivate it
in service_extensions. The deactivation will remove metadata sets, which will
otherwise cause errors. Then remove the file system product and restart. 
