Metadata-Version: 2.1
Name: icemac.ab.calendar
Version: 3.6
Summary: Calendar feature for icemac.addressbook
Home-page: https://github.com/icemac/icemac.ab.calendar
Author: Michael Howitz
Author-email: icemac@gmx.net
License: MIT
Download-URL: https://pypi.org/project/icemac.ab.calendar
Description: .. image:: https://travis-ci.com/icemac/icemac.ab.calendar.svg?branch=master
           :target: https://travis-ci.com/icemac/icemac.ab.calendar
        
        .. image:: https://coveralls.io/repos/github/icemac/icemac.ab.calendar/badge.svg
           :target: https://coveralls.io/github/icemac/icemac.ab.calendar
        
        .. image:: https://img.shields.io/pypi/v/icemac.ab.calendar.svg
           :target: https://pypi.python.org/pypi/icemac.ab.calendar/
           :alt: Latest release
        
        .. image:: https://img.shields.io/pypi/pyversions/icemac.ab.calendar.svg
           :target: https://pypi.org/project/icemac.ab.calendar/
           :alt: Supported Python versions
        
        This package provides a calendar feature for `icemac.addressbook`_.
        
        .. _`icemac.addressbook` : https://pypi.org/project/icemac.addressbook/
        
        Copyright (c) 2010-2020 Michael Howitz
        
        This package is licensed under the MIT License, see LICENSE.txt inside the
        package.
        
        .. contents::
        
        =========
         Hacking
        =========
        
        Source code
        ===========
        
        Get the source code::
        
           $ git clone https://github.com/icemac/icemac.ab.calendar
        
        or fork me at: https://github.com/icemac/icemac.ab.calendar
        
        Running the tests
        =================
        
        To run the tests yourself call::
        
          $ virtualenv-2.7 .
          $ bin/pip install zc.buildout
          $ bin/buildout -n
          $ bin/py.test
        
        
        ===========
         Changelog
        ===========
        
        3.6 (2020-04-13)
        ================
        
        - Listen the number of events per year in master data, so the admin can see if
          the calendar is used at all.
        
        
        3.5.1 (2020-03-26)
        ==================
        
        - Allow to select up to 10 years into past instead of 5.
        
        
        3.5 (2020-03-24)
        ================
        
        - Prevent dates before 1900 from being entered as they cannot be rendered
          afterwards.
        
        - Move source code repository to
          https://github.com/icemac/icemac.ab.calendar.
        
        
        3.4 (2019-12-30)
        ================
        
        - On mobile devices:
        
            + fix rendering of the calendar by replacing the tabular rendering by a
              vertical one like the print version.
        
            + replace secondary horizontal menu with a vertical one hidden behind a
              burger icon.
        
        3.3 (2019-10-01)
        ================
        
        - Consider customization of pre-defined fields in forms.
        
        - Update the ZCML configuration and CSS to changes in
          `icemac.addressbook >= 9`.
        
        
        Older versions
        ==============
        
        See `OLD_CHANGES.rst`_.
        
        .. _`OLD_CHANGES.rst` : https://github.com/icemac/icemac.ab.calendar/blob/master/OLD_CHANGES.rst
        
Keywords: icemac addressbook calendar event recurring
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope3
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: test
