{ "info": { "author": "Paul Everitt, Laurence Rowe and Martin Aspeli.", "author_email": "laurence@lrowe.co.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware", "Topic :: Text Processing :: Markup :: XML" ], "description": ".. image:: https://travis-ci.org/plone/diazo.svg?branch=master\n :target: https://travis-ci.org/plone/diazo\n\n==============================================\nDiazo - We Write XSLT, So You Don't Have To\n==============================================\n\nDiazo allows you to apply a theme contained in a static HTML web page to a\ndynamic website created using any server-side technology. With Diazo, you can\ntake an HTML wireframe created by a web designer and turn it into a theme for\nyour favourite CMS, redesign the user interface of a legacy web application\nwithout even having access to the original source code, or build a unified\nuser experience across multiple disparate systems, all in a matter of hours,\nnot weeks.\n\nWhen using Diazo, you will work with syntax and concepts familiar from working\nwith HTML and CSS. And by allowing you seamlessly integrate XSLT into your\nrule files, Diazo makes common cases simple and complex requirements possible.\n\nFor detailed documentation, please see diazo.org_.\n\n.. _diazo.org: http://diazo.org\n\n\n\nChangelog\n=========\n\n.. You should *NOT* be adding new change log entries to this file.\n You should create a file in the news directory instead.\n For helpful instructions, please see:\n https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst\n\n.. towncrier release notes start\n\n1.3.0 (2019-06-27)\n------------------\n\nNew features:\n\n\n- Add support for Python 3.8 [pbauer] (#77)\n\n\n1.2.12 (2019-05-01)\n-------------------\n\nBug fixes:\n\n\n- Avoid a ResourceWarning.\n [gforcada] (#75)\n\n\n1.2.11 (2018-10-31)\n-------------------\n\nBug fixes:\n\n- Fix unicode errors in tests\n [petschki]\n\n\n1.2.10 (2018-09-28)\n-------------------\n\nBug fixes:\n\n- Fix diazo.debug console with Python 2.7.\n [pbauer]\n\n\n1.2.9 (2018-06-20)\n------------------\n\nBug fixes:\n\n- Add compatibility for plone.app.testing for Python 3.\n [icemac]\n\n\n1.2.8 (2017-08-28)\n------------------\n\nBug fixes:\n\n- Make tox env release check manifest before releasing\n [loechel]\n\n\n1.2.7 (2017-08-28)\n------------------\n\nBug fixes:\n\n- Fix packaging error.\n [esteele]\n\n\n1.2.6 (2017-08-27)\n------------------\n\nBug fixes:\n\n- Code Cleanup and enforcing Code Conversions\n [loechel]\n\n\n1.2.5 (2017-02-12)\n------------------\n\nBug fixes:\n\n- Fix test with webob 1.7\n [davisagli]\n\n\n1.2.4 (2016-11-17)\n------------------\n\nNew features:\n\n- only add absolute prefix for xlink:href attributes if url doesn't start\n with a '#' (use anchor_safe_urljoin)\n [huubbouma]\n\n\n1.2.3 (2016-06-07)\n------------------\n\nNew:\n\n- Add absolute url prefix to xlink:href attributes\n [krissik]\n\n\n1.2.2 (2015-10-30)\n------------------\n\nNew:\n\n* Allowed content-to-content inclusion.\n [elro, ebrehault]\n\n\n1.2.1 (2015-09-07)\n------------------\n\n* Absolute prefix support for srcset attributes\n [huubbouma]\n\n\n1.2.0 (2015-09-03)\n------------------\n\n* Extend cssselect instead of using experimental.cssselect\n [elro]\n\n\n1.1.2 (2015-09-03)\n------------------\n\n* Allow inline content for after and before.\n [ebrehault, elro]\n\n* Fixed issue with remote themes via https connections\n [loechel]\n\n\n1.1.1 (2015-03-21)\n------------------\n\n* Make flake8 happy by moving imports to top of file.\n [elro]\n\n\n1.1.0 (2014-10-23)\n------------------\n\n* Python 3 support.\n [regebro, elro]\n\n\n1.0.6 (2014-09-11)\n------------------\n\n* Use formencode's xml_compare method to compare test results. This solves test\n failures on several systems.\n [timo]\n\n* Also evaluate if-not-content. However, we are at risk of replicating\n apply-conditions.xsl in it's entirety. this needs refactoring.\n [lentinj]\n\n* Remove any xml:lang attribute from content to prevent multiple\n xml:lang attributes when the html tag's attributes are copied.\n [danjacka]\n\n1.0.5 (2014-01-27)\n------------------\n\n* Escape curly brackets on theme attributes.\n [TracyWebTech]\n\n1.0.4 (2013-08-14)\n------------------\n\n* Provide the request's query string as the ``$query_string`` variable\n for use in the rules file.\n [davidjb]\n\n* Fix ``diazo.scheme`` definition to be correct. Previously, this was\n defined as ``request.host``.\n [davidjb]\n\n1.0.3 (2012-11-11)\n------------------\n\n* Support selectors matching multiple elements for merge attributes, e.g.\n ````\n [elro]\n\n* Also evaluate merged-condition. This means a rule tag will turn red\n when a condition on an outer rules tag doesn't match.\n [lentinj]\n\n* use boolean(), not count() for if-content. Otherwise we\n generate expressions like \"count(nodeset and other_nodeset)\",\n which aren't valid.\n [lentinj]\n\n* Output contents of error log as part of debugging output\n [lentinj]\n\n* Debugging output.\n [lentinj]\n\n* Don't close the response unless Diazo is transforming it.\n [mitchellrj]\n\n* fix error caused by empty style tag e.g.