Metadata-Version: 1.1
Name: lektor-diazotheme
Version: 0.2
Summary: A package to postprocess html artifacts with diazo
Home-page: https://github.com/azazel75/lektor-diazotheme
Author: Alberto Berti
Author-email: alberto@metapensiero.it
License: LGPL3+
Description: .. -*- coding: utf-8 -*-
        .. :Project:   metapensiero.lektor.diazo -- A package to postprocess html
        ..             artifacts with diazo
        .. :Created:   gio 11 ago 2016 12:41:34 CEST
        .. :Author:    Alberto Berti <alberto@metapensiero.it>
        .. :License:   GNU General Public License version 3 or later
        .. :Copyright: Copyright © 2016 Alberto Berti
        ..
        
        ===================
         lektor-diazotheme
        ===================
        
        Introduction
        ============
        
        "What's Diazo?", I hear you say.  From `diazo.org <http://diazo.org>`_:
        
            Diazo 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.
        
        
        A package to postprocess html artifacts with diazo
        ==================================================
        
        This is a plugin for the `Lektor content management system`__ that
        allows to postprocess any html file produced with a `Diazo theme`__,
        allowing to transform the html as pleased and to share the theme
        between many projects.
        
        __ http://getlektor.com
        __ http://diazo.org
        
         :author: Alberto Berti
         :contact: alberto@metapensiero.it
         :license: GNU Lesser General Public License version 3 or later
        
        
        .. -*- coding: utf-8 -*-
        
        Changes
        =======
        
        0.2 (2016-10-08)
        ~~~~~~~~~~~~~~~~
        
        - Fix packaging.
        
        0.1 (2016-10-08)
        ~~~~~~~~~~~~~~~~
        
        - Initial effort.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
