Diazo (software)
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.
Developer(s) | Paul Everitt, Laurence Rowe and Martin Aspeli |
---|---|
Stable release | 1.1.1
/ March 21, 2015 |
Preview release | e917d54922
/ May 20, 2015 |
Operating system | Cross-platform |
Platform | Python |
License | New BSD |
Website | diazo |
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.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.