Reputation: 2569
I'd like advice on the best approach to deploying Diazo to work with Plone 3. I know that plone.app.theming is out of the question for versions less than Plone 4.1 but we can't upgrade to Plone 4 yet as we need to port some code to Plone 4.x first but we'd like to benefit from the theming infrastructure of Diazo.
Upvotes: 0
Views: 99
Reputation: 2090
You can also run Diazo via any of the non-Plone deployment methods listed at http://docs.diazo.org/en/latest/deployment.html. You'll lose all of the Plone TTW integration, but if you can build and compile your themes by hand, you're all set.
Upvotes: 3
Reputation: 5432
plone.app.theming requires Plone 4.1. You may be able to use its predecessor, collective.xdv.
collective.xdv Installation documentation
Upvotes: 1