.eslintrc.json
.prettierrc.json
.stylelintrc.json
CHANGES.rst
CONTRIBUTORS.rst
DEVELOP.rst
LICENSE.GPL
LICENSE.rst
MANIFEST.in
README.rst
constraints.txt
constraints_plone52.txt
dependabot.yml
package.json
postcss.config.js
publiccode.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
webpack.config.js
yarn.lock
docs/conf.py
docs/index.rst
docs/rer-logo.png
src/rer/__init__.py
src/rer.ufficiostampa.egg-info/PKG-INFO
src/rer.ufficiostampa.egg-info/SOURCES.txt
src/rer.ufficiostampa.egg-info/dependency_links.txt
src/rer.ufficiostampa.egg-info/entry_points.txt
src/rer.ufficiostampa.egg-info/namespace_packages.txt
src/rer.ufficiostampa.egg-info/not-zip-safe
src/rer.ufficiostampa.egg-info/requires.txt
src/rer.ufficiostampa.egg-info/top_level.txt
src/rer/ufficiostampa/__init__.py
src/rer/ufficiostampa/configure.zcml
src/rer/ufficiostampa/content.py
src/rer/ufficiostampa/indexer.py
src/rer/ufficiostampa/permissions.zcml
src/rer/ufficiostampa/query_index_modifiers.py
src/rer/ufficiostampa/setuphandlers.py
src/rer/ufficiostampa/testing.py
src/rer/ufficiostampa/upgrades.py
src/rer/ufficiostampa/upgrades.zcml
src/rer/ufficiostampa/utils.py
src/rer/ufficiostampa/adapters/__init__.py
src/rer/ufficiostampa/adapters/configure.zcml
src/rer/ufficiostampa/adapters/types.py
src/rer/ufficiostampa/behaviors/__init__.py
src/rer/ufficiostampa/behaviors/configure.zcml
src/rer/ufficiostampa/behaviors/legislature.py
src/rer/ufficiostampa/behaviors/metadata.py
src/rer/ufficiostampa/browser/__init__.py
src/rer/ufficiostampa/browser/configure.zcml
src/rer/ufficiostampa/browser/controlpanel.py
src/rer/ufficiostampa/browser/send_mail_helpers.py
src/rer/ufficiostampa/browser/show_send_links.py
src/rer/ufficiostampa/browser/static/logo_rer.gif
src/rer/ufficiostampa/browser/templates/cancel_subscriptions_mail_template.pt
src/rer/ufficiostampa/browser/templates/cancel_subscriptions_notify_template.pt
src/rer/ufficiostampa/browser/templates/controlpanel_layout.pt
src/rer/ufficiostampa/browser/templates/send_mail_template.pt
src/rer/ufficiostampa/browser/templates/send_preview.pt
src/rer/ufficiostampa/events/__init__.py
src/rer/ufficiostampa/events/comunicato.py
src/rer/ufficiostampa/events/configure.zcml
src/rer/ufficiostampa/interfaces/__init__.py
src/rer/ufficiostampa/interfaces/content.py
src/rer/ufficiostampa/interfaces/layer.py
src/rer/ufficiostampa/interfaces/settings.py
src/rer/ufficiostampa/interfaces/store.py
src/rer/ufficiostampa/locales/README.rst
src/rer/ufficiostampa/locales/__init__.py
src/rer/ufficiostampa/locales/manual.pot
src/rer/ufficiostampa/locales/rer.ufficiostampa.pot
src/rer/ufficiostampa/locales/update.py
src/rer/ufficiostampa/locales/update.sh
src/rer/ufficiostampa/locales/it/LC_MESSAGES/plone.mo
src/rer/ufficiostampa/locales/it/LC_MESSAGES/plone.po
src/rer/ufficiostampa/locales/it/LC_MESSAGES/rer.ufficiostampa.mo
src/rer/ufficiostampa/locales/it/LC_MESSAGES/rer.ufficiostampa.po
src/rer/ufficiostampa/profiles/default/actions.xml
src/rer/ufficiostampa/profiles/default/browserlayer.xml
src/rer/ufficiostampa/profiles/default/catalog.xml
src/rer/ufficiostampa/profiles/default/controlpanel.xml
src/rer/ufficiostampa/profiles/default/diff_tool.xml
src/rer/ufficiostampa/profiles/default/metadata.xml
src/rer/ufficiostampa/profiles/default/registry.xml
src/rer/ufficiostampa/profiles/default/repositorytool.xml
src/rer/ufficiostampa/profiles/default/rolemap.xml
src/rer/ufficiostampa/profiles/default/types.xml
src/rer/ufficiostampa/profiles/default/types/CartellaStampa.xml
src/rer/ufficiostampa/profiles/default/types/Collection.xml
src/rer/ufficiostampa/profiles/default/types/ComunicatoStampa.xml
src/rer/ufficiostampa/profiles/default/types/InvitoStampa.xml
src/rer/ufficiostampa/profiles/uninstall/browserlayer.xml
src/rer/ufficiostampa/profiles/uninstall/controlpanel.xml
src/rer/ufficiostampa/profiles/uninstall/registry.xml
src/rer/ufficiostampa/restapi/__init__.py
src/rer/ufficiostampa/restapi/configure.zcml
src/rer/ufficiostampa/restapi/services/__init__.py
src/rer/ufficiostampa/restapi/services/common.py
src/rer/ufficiostampa/restapi/services/configure.zcml
src/rer/ufficiostampa/restapi/services/personal_channel_management/__init__.py
src/rer/ufficiostampa/restapi/services/personal_channel_management/configure.zcml
src/rer/ufficiostampa/restapi/services/personal_channel_management/post.py
src/rer/ufficiostampa/restapi/services/search_comunicati/__init__.py
src/rer/ufficiostampa/restapi/services/search_comunicati/configure.zcml
src/rer/ufficiostampa/restapi/services/search_comunicati/get.py
src/rer/ufficiostampa/restapi/services/search_comunicati_archive/__init__.py
src/rer/ufficiostampa/restapi/services/search_comunicati_archive/configure.zcml
src/rer/ufficiostampa/restapi/services/search_comunicati_archive/get.py
src/rer/ufficiostampa/restapi/services/search_comunicati_archive/search_handler.py
src/rer/ufficiostampa/restapi/services/search_parameters/__init__.py
src/rer/ufficiostampa/restapi/services/search_parameters/configure.zcml
src/rer/ufficiostampa/restapi/services/search_parameters/get.py
src/rer/ufficiostampa/restapi/services/send_complete/__init__.py
src/rer/ufficiostampa/restapi/services/send_complete/configure.zcml
src/rer/ufficiostampa/restapi/services/send_complete/post.py
src/rer/ufficiostampa/restapi/services/send_form/__init__.py
src/rer/ufficiostampa/restapi/services/send_form/configure.zcml
src/rer/ufficiostampa/restapi/services/send_form/post.py
src/rer/ufficiostampa/restapi/services/send_form/schema.py
src/rer/ufficiostampa/restapi/services/send_history/__init__.py
src/rer/ufficiostampa/restapi/services/send_history/configure.zcml
src/rer/ufficiostampa/restapi/services/send_history/get.py
src/rer/ufficiostampa/restapi/services/subscriptions/__init__.py
src/rer/ufficiostampa/restapi/services/subscriptions/configure.zcml
src/rer/ufficiostampa/restapi/services/subscriptions/crud.py
src/rer/ufficiostampa/restapi/services/subscriptions/csv_endpoint.py
src/rer/ufficiostampa/subscriptions/__init__.py
src/rer/ufficiostampa/subscriptions/catalog.py
src/rer/ufficiostampa/subscriptions/configure.zcml
src/rer/ufficiostampa/subscriptions/store.py
src/rer/ufficiostampa/tests/__init__.py
src/rer/ufficiostampa/tests/test_comunicato_number.py
src/rer/ufficiostampa/tests/test_personal_channel_management.py
src/rer/ufficiostampa/tests/test_setup.py
src/rer/ufficiostampa/tests/test_store.py
src/rer/ufficiostampa/tests/test_subscriptions_add.py
src/rer/ufficiostampa/tests/test_subscriptions_delete.py
src/rer/ufficiostampa/tests/test_subscriptions_get.py
src/rer/ufficiostampa/tests/test_subscriptions_update.py
src/rer/ufficiostampa/tests/test_utils.py
src/rer/ufficiostampa/tests/test_vocabularies.py
src/rer/ufficiostampa/vocabularies/__init__.py
src/rer/ufficiostampa/vocabularies/configure.zcml
src/rer/ufficiostampa/vocabularies/vocabularies.py