Metadata-Version: 1.1
Name: icemac.ab.calexport
Version: 1.6
Summary: Calendar export feature for icemac.ab.calendar
Home-page: https://bitbucket.org/icemac/icemac.ab.calexport
Author: Michael Howitz
Author-email: icemac@gmx.net
License: ZPL 2.1
Download-URL: https://pypi.org/project/icemac.ab.calexport
Description-Content-Type: UNKNOWN
Description: This package provides a calendar HTML export feature for `icemac.ab.calendar`_.
        
        *Caution:* This package might not be as customizable as needed for a general
        HTML calendar export.
        
        .. _`icemac.ab.calendar` : https://pypi.org/project/icemac.ab.calendar
        
        Copyright (c) 2015 - 2017 Michael Howitz
        
        All Rights Reserved.
        
        This software is subject to the provisions of the Zope Public License,
        Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
        THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
        WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
        WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
        FOR A PARTICULAR PURPOSE.
        
        .. contents::
        
        =========
         Hacking
        =========
        
        Source code
        ===========
        
        Get the source code::
        
           $ hg clone https://bitbucket.org/icemac/icemac.ab.calexport
        
        or fork me on: https://bitbucket.org/icemac/icemac.ab.calexport
        
        Running the tests
        =================
        
        To run the tests yourself call::
        
          $ python2.7 bootstrap.py
          $ bin/buildout -n
          $ bin/py.test
        
        
        ===========
         Changelog
        ===========
        
        1.6 (2017-12-26)
        ================
        
        - Add breadcrumbs.
        
        - Also release as wheel.
        
        
        1.5 (2017-04-08)
        ================
        
        - Allow umlauts in month names.
        
        - Update to changes in test infrastructure in `icemac.addressbook >= 4.0`.
        
        
        1.4 (2017-02-04)
        ================
        
        - Update test infrastructure to `icemac.addressbook >= 3.0` and
          `icemac.ab.calendar >= 2.0`.
        
        - Fix rendering glitch of whole day events in the forecast list.
        
        
        Older versions
        ==============
        
        See `OLD_CHANGES.rst`_.
        
        .. _`OLD_CHANGES.rst` : https://bitbucket.org/icemac/icemac.ab.calexport/raw/tip/OLD_CHANGES.rst
        
Keywords: icemac addressbook calendar export html
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Paste
Classifier: Framework :: Zope3
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
