Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azazel75/lektor-diazotheme
Diazo plugin for Lektor
https://github.com/azazel75/lektor-diazotheme
Last synced: 3 days ago
JSON representation
Diazo plugin for Lektor
- Host: GitHub
- URL: https://github.com/azazel75/lektor-diazotheme
- Owner: azazel75
- Created: 2016-08-11T11:00:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-08T23:43:31.000Z (about 8 years ago)
- Last Synced: 2024-10-01T09:49:51.858Z (about 1 month ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
- awesome-starred - azazel75/lektor-diazotheme - Diazo plugin for Lektor (others)
README
.. -*- 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
.. :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 `_:
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: [email protected]
:license: GNU Lesser General Public License version 3 or later