Metadata-Version: 2.1
Name: icemac.addressbook
Version: 6.0
Summary: Multi user address book application
Home-page: https://bitbucket.org/icemac/icemac.addressbook
Author: Michael Howitz
Author-email: icemac@gmx.net
License: ZPL 2.1
Download-URL: https://pypi.org/project/icemac.addressbook
Description: ==================
        icemac.addressbook
        ==================
        
        Purpose:
            Store, search and export addresses and phone numbers using a web application.
        Status:
            stable version, used in production; some features will be added in future
        
        Copyright (c) 2008-2018 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.
        
        * Features_
        * Screenshots_
        * Download_
        * Installation_
        * Update_
        * `Run the tests`_
        * `Run the application`_
        * `User management`_
        * `To do`_
        
        .. _Features : https://icemacaddressbook.readthedocs.io/en/latest/features.html
        .. _Screenshots : https://icemacaddressbook.readthedocs.io/en/latest/screenshots.html
        .. _Download : https://pypi.org/project/icemac.addressbook#files
        .. _Installation : https://icemacaddressbook.readthedocs.io/en/latest/installation.html
        .. _`User management` : https://icemacaddressbook.readthedocs.io/en/latest/usermanagement.html
        .. _`Update` : https://icemacaddressbook.readthedocs.io/en/latest/update.html
        .. _`Run the tests`: https://icemacaddressbook.readthedocs.io/en/latest/runthetests.html
        .. _`Run the application` : https://icemacaddressbook.readthedocs.io/en/latest/runtheapplication.html
        .. _`To do` : https://icemacaddressbook.readthedocs.io/en/latest/todo.html
        
        
        =======
        Hacking
        =======
        
        Fork me on: https://bitbucket.org/icemac/icemac.addressbook
        
        See `Source installation`_, too.
        
        .. _`Source installation` : https://bitbucket.org/icemac/icemac.addressbook/wiki/Source%20installation
        
        
        ==========
        Change log
        ==========
        
        
        6.0 (2018-03-16)
        ================
        
        Backward incompatible changes
        -----------------------------
        
        - Add a `schema_name` index to distinguish between entities in the catalog.
        
        Bug fixes
        ---------
        
        - Fix the breadcrumbs on the about page and the logout page.
        
        - Searching for `*` in name search no longer provokes an error.
        
        Other
        -----
        
        - Move the documentation from
          https://bitbucket.org/icemac/icemac.addressbook/wiki/ to
          https://icemacaddressbook.readthedocs.io
        
        - Deprecate the `Manual package installation`_ variant to install this
          package. It will be no longer supported in the next major version.
          Switch to `Guided package installation`_ now as described in
          `Upgrade installation`_.
        
        - Update most libraries needed for the address book to their newest versions.
        
        .. _`Manual package installation` : https://icemacaddressbook.readthedocs.io/en/latest/manualinstallation.html
        .. _`Guided package installation` : https://icemacaddressbook.readthedocs.io/en/latest/guidedinstallation.html
        .. _`Upgrade installation` : https://icemacaddressbook.readthedocs.io/en/latest/upgrade-installation-manual-to-guided.html
        
        
        5.0.2 (2017-12-27)
        ==================
        
        - The install process seems to have to access PyPI using HTTPS nowadays.
        
        
        5.0.1 (2017-12-27)
        ==================
        
        - Fix the install scripts to only depend on the standard library.
        
        
        5.0 (2017-12-26)
        ================
        
        Backward incompatible changes
        -----------------------------
        
        - Use select2 JavaScript library to nicely render the select fields.
        
        Features
        --------
        
        - Render breadcrumbs to be able to access the parent object.
        
        Other
        -----
        
        - Update most libraries needed for the address book to their newest versions.
        
        - Move ``.conftest.tmpfile()`` to ``.fixtures.tmpfile()`` for reuse.
        
        - Make some Python 3 preparations as suggested by `pylint --py3k -d W1618`.
          (No checks for future-absolute-imports as relative imports are not used
          here.)
        
        - Change `zope.interface.implements[Only]` and `zope.component.adapts` to
          class decorators.
        
        - Also release as wheel.
        
        
        4.1.1 (2017-05-18)
        ==================
        
        - Fix broken forms when using newlines in the description of user defined
          fields.
        
        
        4.1 (2017-05-16)
        ================
        
        Features
        --------
        
        - Render the name of the logged-in user as a link to the edit form of his
          personal data.
        
        Other changes
        -------------
        
        - Style a secondary menu alike the main menu.
        
        - Update to a version of `icemac.recurrence` which fixed a bug in the
          computation of monthly recurring events on DST borders.
        
        - Update most libraries needed for the address book to their newest versions.
        
        
        Previous Versions
        =================
        
        See `OLD_CHANGES.rst`_.
        
        .. _`OLD_CHANGES.rst` : https://bitbucket.org/icemac/icemac.addressbook/src/tip/OLD_CHANGES.rst
        
Keywords: python address book addressbook zope3 zope application web phone number e-mail email home page homepage wsgi
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Paste
Classifier: Framework :: Zope3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Communications :: Email :: Address Book
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Office/Business :: Groupware
Provides-Extra: test
Provides-Extra: docs
