Metadata-Version: 2.1
Name: icemac.addressbook
Version: 9.2
Summary: Multi user address book application
Home-page: https://bitbucket.org/icemac/icemac.addressbook
Author: Michael Howitz
Author-email: icemac@gmx.net
License: MIT
Download-URL: https://pypi.org/project/icemac.addressbook
Project-URL: Documentation, https://icemacaddressbook.readthedocs.io
Project-URL: Source, https://bitbucket.org/icemac/icemac.addressbook
Project-URL: Tracker, https://bitbucket.org/icemac/icemac.addressbook/issues
Description: ==================
        icemac.addressbook
        ==================
        
        .. image:: https://img.shields.io/pypi/v/icemac.addressbook.svg
           :target: https://pypi.python.org/pypi/icemac.addressbook/
           :alt: Latest release
        
        .. image:: https://img.shields.io/pypi/pyversions/icemac.addressbook.svg
           :target: https://pypi.org/project/icemac.addressbook/
           :alt: Supported Python versions
        
        .. image:: https://readthedocs.org/projects/zodb/badge/?version=latest
           :target: https://icemacaddressbook.readthedocs.io/en/latest/
           :alt: Documentation status
        
        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-2019 Michael Howitz
        
        This package is licensed under the MIT License, see LICENSE.TXT inside the
        package.
        
        * Features_
        * Screenshots_
        * Download_
        * Installation_
        * Update_
        * `Run the tests`_
        * `Run the application`_
        * `User management`_
        * `Operations`_
        * `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
        .. _`Operations` : https://icemacaddressbook.readthedocs.io/en/latest/operations.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
        ==========
        
        9.2 (2019-12-30)
        ================
        
        - Update most libraries needed for the address book to their newest versions.
        
        - Fix padding on log-in form.
        
        - On mobile devices replace horizontal menus (tabs) and the add menu with
          vertical ones hidden behind a burger icon resp. plus sign.
        
        - Make header of application in browser less tall and move link to the about
          view to the main menu.
        
        
        9.1 (2019-10-06)
        ================
        
        - In update search result handler render the previous value in the check step
          of the wizard.
        
        
        9.0.1 (2019-10-04)
        ==================
        
        - Update to a trollius version which is still on PyPI.
        
        
        9.0 (2019-09-27)
        ================
        
        Backwards incompatible changes
        ------------------------------
        
        - Drop support for `Manual package installation` which was deprecated since
          version 6.0. If you are still using it, switch to
          `Guided package installation` as described in `Upgrade installation`_.
        
        - Integrate `src/icemac/addressbook/base.zcml` into
          `src/icemac/addressbook/roles.zcml`.
        
        Features
        --------
        
        - Add a search result handler which renders a birthday list.
        
        - Add a cron job which does a daily backup of the database.
        
        - Add an archive and the ability to archive persons.
        
          - The archive can only be accessed by one of the two new roles:
        
            + archive visitor -- read only access in the archive
            + archivist -- access to the archive plus ability to un-archive persons
        
          - Archived persons cannot be found using the search abilities of the
            address book.
        
          - Add a search result handler which can move persons to the archive.
        
          - To disable the archive feature see the `archive documentation`_.
        
        - Allow to edit the labels and descriptions of pre-defined fields.
        
        - Document how to uninstall the address book.
        
        - Add ability to deselect tabs in the main menu.
        
        - Users without any roles no longer get HTTP-403 Forbidden but can access a
          minimal part of the application.
        
        Changes in testing
        ------------------
        
        - Switch Selenium tests from Firefox to Chrome by default requiring
          `chromedriver`, but allow to keep using Firefox via an environment variable.
          Details see `documentation`_.
        
        - Drop support for profiling using `z3c.profiler`.
        
        Other changes
        -------------
        
        - Add some `operations tips <https://icemacaddressbook.readthedocs.io/en/latest/operations.html>`_ for the address book.
        
        - Update most libraries needed for the address book to their newest versions.
        
        - Store messages rendered in UI in RAM instead of in ZODB.
        
        - Render URLs of the source code and documentation on the PyPI page.
        
        - Drop reruns of tests.
        
        - Show test failures instantly.
        
        Bug fixes
        =========
        
        - First time installation no longer asks for migration.
        
        - During installation no longer store the admin password in the config file and
          no longer present the password in clear text during update installation.
        
        
        Previous Versions
        =================
        
        See `OLD_CHANGES.rst`_.
        
        .. _`OLD_CHANGES.rst` : https://bitbucket.org/icemac/icemac.addressbook/src/default/OLD_CHANGES.rst
        .. _`documentation` :  https://icemacaddressbook.readthedocs.io/en/latest/runtheapplication.html
        .. _`Upgrade installation` : https://icemacaddressbook.readthedocs.io/en/latest/upgrade-installation-manual-to-guided.html
        .. _`archive documentation` :  https://icemacaddressbook.readthedocs.io/en/latest/operations.html
        
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 :: Zope :: 3
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT 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: docs
Provides-Extra: test
