Developer(s) | Paul Everitt, Laurence Rowe and Martin Aspeli |
---|---|
Stable release | 1.1.1
/ March 21, 2015[1] |
Preview release | e917d54922
/ May 20, 2015[2] |
Operating system | Cross-platform |
Platform | Python |
License | New BSD |
Website | diazo |
Diazo, previously named xdv, is a general-purpose, open source website theming tool. It is written in Python and generates XSLT. Diazo creates a separation between theme pages (static HTML) and transformation rules (Diazo's own domain specific language based in XML), allowing web designers to work on templates in plain HTML, without knowledge of XSLT or special template-related codes.
Diazo creates a themed site by using user-defined rules to combine vanilla content from a dynamic website together with a static HTML theme. The rules file (conventionally named rules.xml
) has directives which, for example, may replace the contents of an HTML node in the theme with the contents of one in the content.