Metadata-Version: 1.1
Name: icemac.ab.calendar
Version: 1.2.0
Summary: Calendar feature for icemac.addressbook
Home-page: http://pypi.python.org/pypi/icemac.ab.calendar
Author: Michael Howitz
Author-email: icemac@gmx.net
License: ZPL 2.1
Description: This package provides a calendar feature for `icemac.addressbook`_.
        
        .. _`icemac.addressbook` : http://pypi.python.org/pypi/icemac.addressbook
        
        .. contents::
        
        =========
         Hacking
        =========
        
        Source code
        ===========
        
        Get the source code::
        
           $ hg clone https://bitbucket.org/icemac/icemac.ab.calendar
        
        or fork me on: https://bitbucket.org/icemac/icemac.ab.calendar
        
        Running Tests
        =============
        
        .. Currently the tests on Travis-CI are not run:
        .. .. image:: https://secure.travis-ci.org/icemac/icemac.ab.calendar.png
        ..    :target: https://travis-ci.org/icemac/icemac.ab.calendar
        
        To run the tests yourself call::
        
          $ python2.7 bootstrap.py
          $ bin/buildout
          $ bin/test
        
        
        ===========
         Changelog
        ===========
        
        1.2.0 (2014-01-02)
        ==================
        
        - Selected month is kept in session, to ease editing in another month than
          the current one. (requiring at least `icemac.addressbook 2.2`)
        
        - Bugfix: empty field values are no longer displayed in the calendar.
        
        
        1.1.0 (2013-12-31)
        ==================
        
        - Add option to select calendar as start page. (thus requring at least
          `icemac.addressbook 2.1`).
        
        
        1.0.1 (2013-12-26)
        ==================
        
        - Bugfix: Successfully render calendar if month name contains an umlaut.
        
        
        1.0.0 (2013-11-03)
        ==================
        
        - Initial release.
Keywords: icemac.addressbook
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
