CHANGES.rst
HACKING.rst
LICENSE.TXT
OLD_CHANGES.rst
README.rst
constraints.txt
default_skin.zcml
install.default.ini
setup.py
licences/README.rst
licences/pure-css-hamburger-fold-out-menu.txt
log/README.txt
profiles/all.cfg
profiles/apidoc.cfg
profiles/base.cfg
profiles/check-versions-backlist.cfg
profiles/dep.cfg
profiles/deploy.ini.in
profiles/dev.cfg
profiles/prod.cfg
profiles/site.zcml.in
profiles/versions.cfg
profiles/zeo.conf.in
profiles/zmi.cfg
profiles/zope.conf.in
src/icemac/__init__.py
src/icemac.addressbook.egg-info/PKG-INFO
src/icemac.addressbook.egg-info/SOURCES.txt
src/icemac.addressbook.egg-info/dependency_links.txt
src/icemac.addressbook.egg-info/entry_points.txt
src/icemac.addressbook.egg-info/namespace_packages.txt
src/icemac.addressbook.egg-info/not-zip-safe
src/icemac.addressbook.egg-info/requires.txt
src/icemac.addressbook.egg-info/top_level.txt
src/icemac/addressbook/__init__.py
src/icemac/addressbook/adapter.py
src/icemac/addressbook/address.py
src/icemac/addressbook/addressbook.py
src/icemac/addressbook/application.zcml
src/icemac/addressbook/classes.zcml
src/icemac/addressbook/configure.zcml
src/icemac/addressbook/conftest.py
src/icemac/addressbook/entities.py
src/icemac/addressbook/fieldsource.py
src/icemac/addressbook/fixtures.py
src/icemac/addressbook/ftesting-base.zcml
src/icemac/addressbook/ftesting.zcml
src/icemac/addressbook/i18n.py
src/icemac/addressbook/icalendar.py
src/icemac/addressbook/interfaces.py
src/icemac/addressbook/keyword.py
src/icemac/addressbook/orderstorage.py
src/icemac/addressbook/overrides.zcml
src/icemac/addressbook/patch.py
src/icemac/addressbook/permissions.zcml
src/icemac/addressbook/person.py
src/icemac/addressbook/roles.zcml
src/icemac/addressbook/sources.py
src/icemac/addressbook/startup.py
src/icemac/addressbook/testing.py
src/icemac/addressbook/translationtesting.zcml
src/icemac/addressbook/utils.py
src/icemac/addressbook/browser/__init__.py
src/icemac/addressbook/browser/base.py
src/icemac/addressbook/browser/breadcrumb.pt
src/icemac/addressbook/browser/breadcrumb.py
src/icemac/addressbook/browser/bullet-menu.pt
src/icemac/addressbook/browser/configure.zcml
src/icemac/addressbook/browser/conftest.py
src/icemac/addressbook/browser/cookieconsent.py
src/icemac/addressbook/browser/datamanager.py
src/icemac/addressbook/browser/datetime_input.pt
src/icemac/addressbook/browser/errormessage.py
src/icemac/addressbook/browser/favicon.py
src/icemac/addressbook/browser/form.pt
src/icemac/addressbook/browser/form.py
src/icemac/addressbook/browser/imageselect_input.pt
src/icemac/addressbook/browser/inspector.pt
src/icemac/addressbook/browser/inspector.py
src/icemac/addressbook/browser/interfaces.py
src/icemac/addressbook/browser/layout.pt
src/icemac/addressbook/browser/layout.py
src/icemac/addressbook/browser/list_select2_input.pt
src/icemac/addressbook/browser/metadata.py
src/icemac/addressbook/browser/namespace.py
src/icemac/addressbook/browser/personlist.py
src/icemac/addressbook/browser/resource.py
src/icemac/addressbook/browser/table.py
src/icemac/addressbook/browser/widget.py
src/icemac/addressbook/browser/wizard-step.pt
src/icemac/addressbook/browser/wizard.py
src/icemac/addressbook/browser/about/__init__.py
src/icemac/addressbook/browser/about/about.pt
src/icemac/addressbook/browser/about/about.py
src/icemac/addressbook/browser/about/configure.zcml
src/icemac/addressbook/browser/about/footer.py
src/icemac/addressbook/browser/about/item.pt
src/icemac/addressbook/browser/about/tests.py
src/icemac/addressbook/browser/addressbook/__init__.py
src/icemac/addressbook/browser/addressbook/configure.zcml
src/icemac/addressbook/browser/addressbook/crud.py
src/icemac/addressbook/browser/addressbook/startpage.py
src/icemac/addressbook/browser/addressbook/welcome.pt
src/icemac/addressbook/browser/addressbook/tests/__init__.py
src/icemac/addressbook/browser/addressbook/tests/test_crud.py
src/icemac/addressbook/browser/addressbook/tests/test_startpage.py
src/icemac/addressbook/browser/archive/__init__.py
src/icemac/addressbook/browser/archive/breadcrumb.py
src/icemac/addressbook/browser/archive/configure.zcml
src/icemac/addressbook/browser/archive/list.py
src/icemac/addressbook/browser/archive/menu.py
src/icemac/addressbook/browser/archive/person.pt
src/icemac/addressbook/browser/archive/person.py
src/icemac/addressbook/browser/archive/test_list.py
src/icemac/addressbook/browser/archive/test_menu.py
src/icemac/addressbook/browser/archive/test_person.py
src/icemac/addressbook/browser/authentication/__init__.py
src/icemac/addressbook/browser/authentication/authviewlet.py
src/icemac/addressbook/browser/authentication/configure.zcml
src/icemac/addressbook/browser/authentication/session.py
src/icemac/addressbook/browser/authentication/session_cred_loginform.pt
src/icemac/addressbook/browser/authentication/test_authviewlet.py
src/icemac/addressbook/browser/authentication/test_session.py
src/icemac/addressbook/browser/entities/__init__.py
src/icemac/addressbook/browser/entities/configure.zcml
src/icemac/addressbook/browser/entities/entities.py
src/icemac/addressbook/browser/entities/fields.py
src/icemac/addressbook/browser/entities/fields_list.pt
src/icemac/addressbook/browser/entities/test_endtoend.py
src/icemac/addressbook/browser/entities/test_entities.py
src/icemac/addressbook/browser/entities/test_fields.py
src/icemac/addressbook/browser/file/__init__.py
src/icemac/addressbook/browser/file/configure.zcml
src/icemac/addressbook/browser/file/download.py
src/icemac/addressbook/browser/file/file.py
src/icemac/addressbook/browser/file/test_download.py
src/icemac/addressbook/browser/file/test_file.py
src/icemac/addressbook/browser/file/widget.py
src/icemac/addressbook/browser/file/widget.zcml
src/icemac/addressbook/browser/file/widget_display.pt
src/icemac/addressbook/browser/file/widget_download.pt
src/icemac/addressbook/browser/file/widget_input.pt
src/icemac/addressbook/browser/keyword/__init__.py
src/icemac/addressbook/browser/keyword/configure.zcml
src/icemac/addressbook/browser/keyword/keyword.py
src/icemac/addressbook/browser/keyword/test_keyword.py
src/icemac/addressbook/browser/masterdata/__init__.py
src/icemac/addressbook/browser/masterdata/configure.zcml
src/icemac/addressbook/browser/masterdata/interfaces.py
src/icemac/addressbook/browser/masterdata/masterdata.pt
src/icemac/addressbook/browser/masterdata/menu.py
src/icemac/addressbook/browser/masterdata/tests/__init__.py
src/icemac/addressbook/browser/masterdata/tests/test_menu.py
src/icemac/addressbook/browser/masterdata/tests/test_security.py
src/icemac/addressbook/browser/menus/__init__.py
src/icemac/addressbook/browser/menus/add-menu.pt
src/icemac/addressbook/browser/menus/configure.zcml
src/icemac/addressbook/browser/menus/interfaces.py
src/icemac/addressbook/browser/menus/menu.pt
src/icemac/addressbook/browser/menus/menu.py
src/icemac/addressbook/browser/menus/test_menu.py
src/icemac/addressbook/browser/messages/__init__.py
src/icemac/addressbook/browser/messages/configure.zcml
src/icemac/addressbook/browser/messages/messages.pt
src/icemac/addressbook/browser/messages/messages.py
src/icemac/addressbook/browser/messages/test_messages.py
src/icemac/addressbook/browser/person/__init__.py
src/icemac/addressbook/browser/person/address.py
src/icemac/addressbook/browser/person/configure.zcml
src/icemac/addressbook/browser/person/export.pt
src/icemac/addressbook/browser/person/export.py
src/icemac/addressbook/browser/person/icalendar.py
src/icemac/addressbook/browser/person/interfaces.py
src/icemac/addressbook/browser/person/list.pt
src/icemac/addressbook/browser/person/list.py
src/icemac/addressbook/browser/person/menu.py
src/icemac/addressbook/browser/person/person.py
src/icemac/addressbook/browser/person/tests/__init__.py
src/icemac/addressbook/browser/person/tests/test_address.py
src/icemac/addressbook/browser/person/tests/test_export.py
src/icemac/addressbook/browser/person/tests/test_icalendar.py
src/icemac/addressbook/browser/person/tests/test_list.py
src/icemac/addressbook/browser/person/tests/test_menu.py
src/icemac/addressbook/browser/person/tests/test_person.py
src/icemac/addressbook/browser/principals/__init__.py
src/icemac/addressbook/browser/principals/configure.zcml
src/icemac/addressbook/browser/principals/principals.pt
src/icemac/addressbook/browser/principals/principals.py
src/icemac/addressbook/browser/principals/tests/__init__.py
src/icemac/addressbook/browser/principals/tests/test_principals.py
src/icemac/addressbook/browser/resources/__init__.py
src/icemac/addressbook/browser/resources/configure.zcml
src/icemac/addressbook/browser/resources/tests.py
src/icemac/addressbook/browser/resources/css/background.css
src/icemac/addressbook/browser/resources/css/base.css
src/icemac/addressbook/browser/resources/css/bootstrap.css
src/icemac/addressbook/browser/resources/css/form.css
src/icemac/addressbook/browser/resources/css/no_max_content.css
src/icemac/addressbook/browser/resources/css/prefs.css
src/icemac/addressbook/browser/resources/css/print.css
src/icemac/addressbook/browser/resources/css/pure-css-hamburger-fold-out-menu.css
src/icemac/addressbook/browser/resources/css/reset.css
src/icemac/addressbook/browser/resources/css/table.css
src/icemac/addressbook/browser/resources/css/wizard.css
src/icemac/addressbook/browser/resources/img/Symbol-Check.png
src/icemac/addressbook/browser/resources/img/Symbol-Error.png
src/icemac/addressbook/browser/resources/img/favicon-black-preview.png
src/icemac/addressbook/browser/resources/img/favicon-black.ico
src/icemac/addressbook/browser/resources/img/favicon-green-preview.png
src/icemac/addressbook/browser/resources/img/favicon-green.ico
src/icemac/addressbook/browser/resources/img/favicon-red-preview.png
src/icemac/addressbook/browser/resources/img/favicon-red.ico
src/icemac/addressbook/browser/resources/img/ring_binder_book_red.jpg
src/icemac/addressbook/browser/resources/js/bootstrap.js
src/icemac/addressbook/browser/resources/js/form.js
src/icemac/addressbook/browser/resources/js/masterdata_fields.js
src/icemac/addressbook/browser/resources/js/prefs.js
src/icemac/addressbook/browser/resources/js/table.js
src/icemac/addressbook/browser/rootfolder/__init__.py
src/icemac/addressbook/browser/rootfolder/configure.zcml
src/icemac/addressbook/browser/rootfolder/root.py
src/icemac/addressbook/browser/rootfolder/rootfolder.pt
src/icemac/addressbook/browser/rootfolder/test_root.py
src/icemac/addressbook/browser/search/README.txt
src/icemac/addressbook/browser/search/__init__.py
src/icemac/addressbook/browser/search/base.py
src/icemac/addressbook/browser/search/configure.zcml
src/icemac/addressbook/browser/search/interfaces.py
src/icemac/addressbook/browser/search/menu.py
src/icemac/addressbook/browser/search/multi_keyword.py
src/icemac/addressbook/browser/search/multi_keyword.zcml
src/icemac/addressbook/browser/search/name.py
src/icemac/addressbook/browser/search/name.zcml
src/icemac/addressbook/browser/search/search.pt
src/icemac/addressbook/browser/search/result/__init__.py
src/icemac/addressbook/browser/search/result/base.py
src/icemac/addressbook/browser/search/result/configure.zcml
src/icemac/addressbook/browser/search/result/personlist.py
src/icemac/addressbook/browser/search/result/result.pt
src/icemac/addressbook/browser/search/result/simple.py
src/icemac/addressbook/browser/search/result/simple.zcml
src/icemac/addressbook/browser/search/result/handler/README.txt
src/icemac/addressbook/browser/search/result/handler/__init__.py
src/icemac/addressbook/browser/search/result/handler/archive.py
src/icemac/addressbook/browser/search/result/handler/base.py
src/icemac/addressbook/browser/search/result/handler/configure.zcml
src/icemac/addressbook/browser/search/result/handler/delete.py
src/icemac/addressbook/browser/search/result/handler/manager.py
src/icemac/addressbook/browser/search/result/handler/test_archive.py
src/icemac/addressbook/browser/search/result/handler/test_delete.py
src/icemac/addressbook/browser/search/result/handler/test_manager.py
src/icemac/addressbook/browser/search/result/handler/birthday/__init__.py
src/icemac/addressbook/browser/search/result/handler/birthday/configure.zcml
src/icemac/addressbook/browser/search/result/handler/birthday/list.pt
src/icemac/addressbook/browser/search/result/handler/birthday/tests.py
src/icemac/addressbook/browser/search/result/handler/checklist/__init__.py
src/icemac/addressbook/browser/search/result/handler/checklist/configure.zcml
src/icemac/addressbook/browser/search/result/handler/checklist/list.pt
src/icemac/addressbook/browser/search/result/handler/checklist/tests.py
src/icemac/addressbook/browser/search/result/handler/export/__init__.py
src/icemac/addressbook/browser/search/result/handler/export/base.py
src/icemac/addressbook/browser/search/result/handler/export/configure.zcml
src/icemac/addressbook/browser/search/result/handler/export/test_xls.py
src/icemac/addressbook/browser/search/result/handler/export/xls.py
src/icemac/addressbook/browser/search/result/handler/icalendar/__init__.py
src/icemac/addressbook/browser/search/result/handler/icalendar/configure.zcml
src/icemac/addressbook/browser/search/result/handler/icalendar/export.py
src/icemac/addressbook/browser/search/result/handler/icalendar/tests.py
src/icemac/addressbook/browser/search/result/handler/mailto/__init__.py
src/icemac/addressbook/browser/search/result/handler/mailto/configure.zcml
src/icemac/addressbook/browser/search/result/handler/mailto/mailto.pt
src/icemac/addressbook/browser/search/result/handler/mailto/mailto.py
src/icemac/addressbook/browser/search/result/handler/mailto/tests.py
src/icemac/addressbook/browser/search/result/handler/names/__init__.py
src/icemac/addressbook/browser/search/result/handler/names/configure.zcml
src/icemac/addressbook/browser/search/result/handler/names/list.pt
src/icemac/addressbook/browser/search/result/handler/names/tests.py
src/icemac/addressbook/browser/search/result/handler/update/__init__.py
src/icemac/addressbook/browser/search/result/handler/update/base.py
src/icemac/addressbook/browser/search/result/handler/update/check.pt
src/icemac/addressbook/browser/search/result/handler/update/check.py
src/icemac/addressbook/browser/search/result/handler/update/choose.py
src/icemac/addressbook/browser/search/result/handler/update/complete.py
src/icemac/addressbook/browser/search/result/handler/update/configure.zcml
src/icemac/addressbook/browser/search/result/handler/update/enter.py
src/icemac/addressbook/browser/search/result/handler/update/errormessages.py
src/icemac/addressbook/browser/search/result/handler/update/operators.py
src/icemac/addressbook/browser/search/result/handler/update/tests/__init__.py
src/icemac/addressbook/browser/search/result/handler/update/tests/test_base.py
src/icemac/addressbook/browser/search/result/handler/update/tests/test_operators.py
src/icemac/addressbook/browser/search/result/handler/update/tests/test_security.py
src/icemac/addressbook/browser/search/result/handler/update/tests/test_update.py
src/icemac/addressbook/browser/search/result/tests/__init__.py
src/icemac/addressbook/browser/search/result/tests/test_personlist.py
src/icemac/addressbook/browser/search/tests/__init__.py
src/icemac/addressbook/browser/search/tests/test_base.py
src/icemac/addressbook/browser/search/tests/test_menu.py
src/icemac/addressbook/browser/search/tests/test_multi_keyword.py
src/icemac/addressbook/browser/search/tests/test_name.py
src/icemac/addressbook/browser/tests/__init__.py
src/icemac/addressbook/browser/tests/test_base.py
src/icemac/addressbook/browser/tests/test_breadcrumb.py
src/icemac/addressbook/browser/tests/test_cookieconsent.py
src/icemac/addressbook/browser/tests/test_errormessage.py
src/icemac/addressbook/browser/tests/test_form.py
src/icemac/addressbook/browser/tests/test_inspector.py
src/icemac/addressbook/browser/tests/test_jshint.py
src/icemac/addressbook/browser/tests/test_layout.py
src/icemac/addressbook/browser/tests/test_metadata.py
src/icemac/addressbook/browser/tests/test_personlist.py
src/icemac/addressbook/browser/tests/test_resouces.py
src/icemac/addressbook/browser/tests/test_table.py
src/icemac/addressbook/catalog/__init__.py
src/icemac/addressbook/catalog/serializer.py
src/icemac/addressbook/catalog/tests/__init__.py
src/icemac/addressbook/catalog/tests/test_serializer.py
src/icemac/addressbook/export/__init__.py
src/icemac/addressbook/export/base.py
src/icemac/addressbook/export/interfaces.py
src/icemac/addressbook/export/tests/__init__.py
src/icemac/addressbook/export/tests/test_base.py
src/icemac/addressbook/export/xls/__init__.py
src/icemac/addressbook/export/xls/simple.py
src/icemac/addressbook/export/xls/test_simple.py
src/icemac/addressbook/file/__init__.py
src/icemac/addressbook/file/configure.zcml
src/icemac/addressbook/file/file.py
src/icemac/addressbook/file/interfaces.py
src/icemac/addressbook/file/tests.py
src/icemac/addressbook/generations/__init__.py
src/icemac/addressbook/generations/configure.zcml
src/icemac/addressbook/generations/evolve1.py
src/icemac/addressbook/generations/evolve10.py
src/icemac/addressbook/generations/evolve11.py
src/icemac/addressbook/generations/evolve12.py
src/icemac/addressbook/generations/evolve13.py
src/icemac/addressbook/generations/evolve14.py
src/icemac/addressbook/generations/evolve15.py
src/icemac/addressbook/generations/evolve16.py
src/icemac/addressbook/generations/evolve17.py
src/icemac/addressbook/generations/evolve18.py
src/icemac/addressbook/generations/evolve19.py
src/icemac/addressbook/generations/evolve2.py
src/icemac/addressbook/generations/evolve20.py
src/icemac/addressbook/generations/evolve21.py
src/icemac/addressbook/generations/evolve22.py
src/icemac/addressbook/generations/evolve23.py
src/icemac/addressbook/generations/evolve24.py
src/icemac/addressbook/generations/evolve25.py
src/icemac/addressbook/generations/evolve26.py
src/icemac/addressbook/generations/evolve27.py
src/icemac/addressbook/generations/evolve28.py
src/icemac/addressbook/generations/evolve29.py
src/icemac/addressbook/generations/evolve3.py
src/icemac/addressbook/generations/evolve30.py
src/icemac/addressbook/generations/evolve4.py
src/icemac/addressbook/generations/evolve5.py
src/icemac/addressbook/generations/evolve6.py
src/icemac/addressbook/generations/evolve7.py
src/icemac/addressbook/generations/evolve8.py
src/icemac/addressbook/generations/evolve9.py
src/icemac/addressbook/generations/install.py
src/icemac/addressbook/generations/utils.py
src/icemac/addressbook/metadata/__init__.py
src/icemac/addressbook/metadata/configure.zcml
src/icemac/addressbook/metadata/interfaces.py
src/icemac/addressbook/metadata/storage.py
src/icemac/addressbook/metadata/subscriber.py
src/icemac/addressbook/metadata/tests.py
src/icemac/addressbook/namechooser/__init__.py
src/icemac/addressbook/namechooser/configure.zcml
src/icemac/addressbook/namechooser/interfaces.py
src/icemac/addressbook/namechooser/namechooser.py
src/icemac/addressbook/namechooser/tests.py
src/icemac/addressbook/preferences/__init__.py
src/icemac/addressbook/preferences/browser.py
src/icemac/addressbook/preferences/configure.zcml
src/icemac/addressbook/preferences/default.py
src/icemac/addressbook/preferences/editform.pt
src/icemac/addressbook/preferences/interfaces.py
src/icemac/addressbook/preferences/menu.py
src/icemac/addressbook/preferences/utils.py
src/icemac/addressbook/preferences/tests/__init__.py
src/icemac/addressbook/preferences/tests/test_browser.py
src/icemac/addressbook/preferences/tests/test_default.py
src/icemac/addressbook/preferences/tests/test_frontend.py
src/icemac/addressbook/preferences/tests/test_menu.py
src/icemac/addressbook/principals/__init__.py
src/icemac/addressbook/principals/configure.zcml
src/icemac/addressbook/principals/interfaces.py
src/icemac/addressbook/principals/principals.py
src/icemac/addressbook/principals/roles.py
src/icemac/addressbook/principals/sources.py
src/icemac/addressbook/principals/tests.py
src/icemac/addressbook/tests/__init__.py
src/icemac/addressbook/tests/conftest.py
src/icemac/addressbook/tests/test_adapter.py
src/icemac/addressbook/tests/test_address.py
src/icemac/addressbook/tests/test_addressbook.py
src/icemac/addressbook/tests/test_entities.py
src/icemac/addressbook/tests/test_field.py
src/icemac/addressbook/tests/test_fieldsource.py
src/icemac/addressbook/tests/test_fixtures.py
src/icemac/addressbook/tests/test_interfaces.py
src/icemac/addressbook/tests/test_keyword.py
src/icemac/addressbook/tests/test_orderstorage.py
src/icemac/addressbook/tests/test_person.py
src/icemac/addressbook/tests/test_testing.py
src/icemac/addressbook/tests/test_utils.py
var/README.txt
var/chameleon-cache/README.txt