Metadata-Version: 2.1
Name: senaite.impress
Version: 1.0.2
Summary: Publication of HTML/PDF Reports in SENAITE
Home-page: https://github.com/senaite/senaite.impress
Author: SENAITE Foundation
Author-email: hello@senaite.com
License: GPLv2
Description: .. image:: https://raw.githubusercontent.com/senaite/senaite.impress/master/static/impress-logo.png
           :alt: senaite.impress
           :height: 64
           :align: center
        
        - **SENAITE.IMPRESS**: *Publication of HTML/PDF Reports in SENAITE*
        
        .. image:: https://img.shields.io/pypi/v/senaite.impress.svg?style=flat-square
           :target: https://pypi.python.org/pypi/senaite.impress
        
        .. image:: https://img.shields.io/github/issues-pr/senaite/senaite.impress.svg?style=flat-square
           :target: https://github.com/senaite/senaite.impress/pulls
        
        .. image:: https://img.shields.io/github/issues/senaite/senaite.impress.svg?style=flat-square
           :target: https://github.com/senaite/senaite.impress/issues
        
        .. image:: https://img.shields.io/badge/README-GitHub-blue.svg?style=flat-square
           :target: https://github.com/senaite/senaite.impress#readme
        
        
        About
        =====
        
        SENAITE IMPRESS is basically a rendering engine for HTML documents to PDF. It
        supports any kind of international paperformat with their corresponding paper
        dimensions, portrait and landscape orientation and merging of multiple PDFs to
        one document.
        
        
        Installation
        ============
        
        Please follow the installations instructions for `Plone 4`_ and
        `senaite.lims`_.
        
        To install SENAITE IMPRESS, you have to add `senaite.impress` into the
        `eggs` list inside the `[buildout]` section of your
        `buildout.cfg`::
        
           [buildout]
           parts =
               instance
           extends =
               http://dist.plone.org/release/4.3.17/versions.cfg
           find-links =
               http://dist.plone.org/release/4.3.17
               http://dist.plone.org/thirdparty
           eggs =
               Plone
               Pillow
               senaite.lims
               senaite.impress
           zcml =
           eggs-directory = ${buildout:directory}/eggs
        
           [instance]
           recipe = plone.recipe.zope2instance
           user = admin:admin
           http-address = 0.0.0.0:8080
           eggs =
               ${buildout:eggs}
           zcml =
               ${buildout:zcml}
        
           [versions]
           setuptools =
           zc.buildout =
        
        
        **Note**
        
        The above example works for the buildout created by the unified
        installer. If you however have a custom buildout you might need to add
        the egg to the `eggs` list in the `[instance]` section rather than
        adding it in the `[buildout]` section.
        
        Also see this section of the Plone documentation for further details:
        https://docs.plone.org/4/en/manage/installing/installing_addons.html
        
        **Important**
        
        For the changes to take effect you need to re-run buildout from your
        console::
        
           bin/buildout
        
        
        Installation Requirements
        -------------------------
        
        The following versions are required for SENAITE IMPRESS:
        
        -  Plone 4.3.17
        -  senaite.core >= 1.2.7
        -  senaite.lims >= 1.2.0
        -  senaite.api >= 1.2.0
        
        
        .. _Plone 4: https://docs.plone.org/4/en/manage/installing/index.html
        .. _senaite.lims: https://github.com/senaite/senaite.lims#installation
        
        
        Changelog
        =========
        
        1.0.2 (2018-07-10)
        ------------------
        
        - #8: Better Print CSS
        - #7: Correct margin calculation
        - #6: Updated default report templates
        
        
        1.0.1 (2018-06-23)
        ------------------
        
        - Pinned `senaite.api>=1.2.0`
        - Updated PyPI page
        
        
        1.0.0 (2018-06-23)
        ------------------
        
        - Initial Release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
