Diazo is a tool that allows you to apply a theme contained in a static HTML web page to a dynamic website created using any server-side technology. With Diazo, you can take an HTML wireframe created by a web designer and turn it into a theme for your favourite CMS, redesign the user interface of a legacy web application without even having access to the original source code, or build a unified user experience across multiple disparate systems, all in a matter of hours, not weeks.
When using Diazo, you will work with syntax and concepts familiar from working with HTML and CSS. And by allowing you seamlessly integrate XSLT into your rule files, Diazo makes common cases simple and complex requirements possible.
For detailed documentation, please see diazo.org.
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Support selectors matching multiple elements for merge attributes, e.g. [elro]
· Also evaluate merged-condition. This means a rule tag will turn red when a condition on an outer rules tag doesn't match. [lentinj]
· use boolean(), not count() for if-content. Otherwise we generate expressions like "count(nodeset and other_nodeset)", which aren't valid. [lentinj]
· Output contents of error log as part of debugging output [lentinj]
· Debugging output. [lentinj]
· Don't close the response unless Diazo is transforming it. [mitchellrj]
· fix error caused by empty style tag e.g. [djay]