David Bain
David Bain

Reputation: 2569

Would like to use Diazo with Plone 3

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

Answers (2)

Jon Stahl
Jon Stahl

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

David Glick
David Glick

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

Related Questions