Metadata-Version: 1.1
Name: seantis.agencies
Version: 0.6
Summary: A directory of people for (government) agencies.
Home-page: https://github.com/seantis/seantis.agencies
Author: Seantis GmbH
Author-email: Seantis GmbH
License: GPLv2
Description: 
        
        Views
        -----
        
        pdfexport
        ^^^^^^^^^
        Called on a organzation.
        
        Creates a PDF of the current organization and sub-organizations with portrait
        and memberships. Redirects to the  file if it already exists.
        
        Use *force* (*/pdfexport?force=1*) to force the creation of the PDF.
        
        pdfexport-agencies
        ^^^^^^^^^^^^^^^^^^
        Called on the site root.
        
        Exports - scheduled at 0:30 am - 1) all organizations and sub-organizations
        with memberships to a PDF located at the root, 2) a PDF for each organisation
        (calling */pdfexport* for every organization).
        
        Use *force* (*/pdfexport-agencies?run=1&force=1*) to bypass the scheduler and
        to force the creation of the PDFs.
        
        
        Build Status
        ------------
        
        .. image:: https://travis-ci.org/seantis/seantis.agencies.png?branch=master
          :target: https://travis-ci.org/seantis/seantis.agencies
          :alt: Build Status
        
        Coverage
        --------
        
        .. image:: https://coveralls.io/repos/seantis/seantis.agencies/badge.png?branch=master
          :target: https://coveralls.io/r/seantis/seantis.agencies?branch=master
          :alt: Project Coverage
        
        Latests PyPI Release
        --------------------
        .. image:: https://pypip.in/v/seantis.agencies/badge.png
          :target: https://crate.io/packages/seantis.agencies
          :alt: Latest PyPI Release
        
        License
        -------
        seantis.agencies is released under GPLv2
        
        
        Changelog
        ---------
        
        0.6 (2015-03-09)
        ~~~~~~~~~~~~~~~~
        
        - Export the PDFs nightly using the clock server. Implements #7
          [msom]
        
        - Use unicode_collate_sortkey in membership sorting. Fixes #8
          [msom]
        
        0.5.1 (2015-03-02)
        ~~~~~~~~~~~~~~~~~~
        
        - Show portrait and memberships of root organizations in PDF. Fixes #6.
        
        0.5 (2015-02-26)
        ~~~~~~~~~~~~~~~~
        
        - Add Option to Organization for how to Display Memberships #5.
          [msom]
        
        - Change column widths of membership tables in PDF.
          [msom]
        
        - Add PDF Export View to Organization #4.
          [msom]
        
        0.4 (2015-02-24)
        ~~~~~~~~~~~~~~~~
        
        - Limit the visible levels in the table of contents of the PDF.
          [msom]
        
        - Use less page breaks in the PDF.
          [msom]
        
        - Fix displaying memberships with deleted members.
          [msom]
        
        0.3 (2015-02-09)
        ~~~~~~~~~~~~~~~~
        
        - Use a more uncommon separator in XLS import/export.
          [msom]
        
        - Add data migration script.
          [msom]
        
        - Add tests.
          [msom]
        
        - Update bootstrap and setuptools.
          [msom]
        
        0.2 (2015-01-21)
        ~~~~~~~~~~~~~~~~
        
        - Change global_allow to True. See:
          https://github.com/seantis/seantis.people/issues/32
          [href]
        
        - Show parent organization in people list #3
          [msom]
        
        - Add PDF export of organizations #2
          [msom]
        
        0.1 (2014-12-04)
        ~~~~~~~~~~~~~~~~
        
        - Initial release.
          [msom]
        
Keywords: seantis.agencies plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
