kwarapoly.theme =============== This is the kwarapoly theme for Plone. Short hints for developers -------------------------- To build a running local Plone instance with this theme activated, follow these steps: Create a virtual environment:: $ virtualenv --no-site-packages py27 $ source py27/bin/activate Then run bootstrap.py:: (py27)$ python bootstrap.py (although there shouldn't be a reason to use a newer version). Run buildout:: (py27)$ ./bin/buildout Start the instance:: (py27)$ ./bin/instance fg You can now browse the portal on localhost:5001. Point your browser to that location. In the running instance (credentials admin/admin) add a Plone Site with all Diazo-related packages, kwarapoly.theme and other stuff activated (or activate this stuff after creation). In ZMI go to portal_stylesheets and disable the condition set for `public.css`. We are working on removing this condition automatically on startup. After logging-in the first time, please change the admin password.