1. Copy plsavez.py to your wiki/data/plugin/theme/

2. copy plsavez directory to /usr/share/moin/htdocs or to wherever you keep your htdocs.

3. Prevent visitors from writing using acl::

    acl_rights_before = (u"WikiAdmin:read,write,delete,revert,admin "
                         u"EditorsGroup:read,write,delete,revert ")
    acl_rights_default = u"All:read "
                          
Remember that some ACL you put on a page will override the default ACL! If you want to force All:read put it in acl_rights_after.

4. Make it the default and only theme on your site::

    theme_default = 'plsavez'
    theme_force = True

5. Replace back.jpg with image of same size by your own choice. We reccomend using the same blue background as we did in the back.jpg provided in this archive.

Any comments, patches and help available at:
jure@plsavez.hr
jure@hcoop.net
