CHANGES.rst
CONTRIBUTORS.rst
DEVELOP.rst
LICENSE.GPL
LICENSE.rst
MANIFEST.in
README.rst
constraints.txt
constraints_plone52.txt
constraints_plone60.txt
requirements.txt
setup.cfg
setup.py
tox.ini
docs/conf.py
docs/index.rst
docs/plone-gallery.gif
docs/screenshot-gallerie-grid-richtext.jpg
docs/screenshot-gallerie-grid.jpg
docs/screenshot-gallerie-zoom.jpg
src/plone/__init__.py
src/plone.gallery.egg-info/PKG-INFO
src/plone.gallery.egg-info/SOURCES.txt
src/plone.gallery.egg-info/dependency_links.txt
src/plone.gallery.egg-info/entry_points.txt
src/plone.gallery.egg-info/namespace_packages.txt
src/plone.gallery.egg-info/not-zip-safe
src/plone.gallery.egg-info/requires.txt
src/plone.gallery.egg-info/top_level.txt
src/plone/gallery/__init__.py
src/plone/gallery/configure.zcml
src/plone/gallery/interfaces.py
src/plone/gallery/permissions.zcml
src/plone/gallery/setuphandlers.py
src/plone/gallery/testing.py
src/plone/gallery/behaviors/__init__.py
src/plone/gallery/behaviors/configure.zcml
src/plone/gallery/behaviors/related_photos.py
src/plone/gallery/browser/__init__.py
src/plone/gallery/browser/configure.zcml
src/plone/gallery/browser/overrides/.gitkeep
src/plone/gallery/browser/static/.gitkeep
src/plone/gallery/browser/static/README.md
src/plone/gallery/browser/static/package.json
src/plone/gallery/browser/static/yarn.lock
src/plone/gallery/browser/static/dist/flexbin.css
src/plone/gallery/browser/static/dist/flexbin.scss
src/plone/gallery/browser/static/dist/spotlight.bundle.js
src/plone/gallery/browser/static/dist/spotlight.js
src/plone/gallery/browser/static/tinymce-templates/gallery-grid-3.html
src/plone/gallery/browser/static/tinymce-templates/gallery-grid-4.html
src/plone/gallery/browser/static/tinymce-templates/gallery-grid-6.html
src/plone/gallery/browser/static/tinymce-templates/gallery-grid-8.html
src/plone/gallery/controlpanels/__init__.py
src/plone/gallery/controlpanels/configure.zcml
src/plone/gallery/controlpanels/plone_gallery_control_panel/__init__.py
src/plone/gallery/controlpanels/plone_gallery_control_panel/configure.zcml
src/plone/gallery/controlpanels/plone_gallery_control_panel/controlpanel.py
src/plone/gallery/locales/README.rst
src/plone/gallery/locales/__init__.py
src/plone/gallery/locales/plone.gallery.pot
src/plone/gallery/locales/update.py
src/plone/gallery/locales/update.sh
src/plone/gallery/locales/de/LC_MESSAGES/plone.gallery.po
src/plone/gallery/locales/en/LC_MESSAGES/plone.gallery.po
src/plone/gallery/outputfilter/configure.zcml
src/plone/gallery/outputfilter/gallery_shortcode.py
src/plone/gallery/profiles/default/browserlayer.xml
src/plone/gallery/profiles/default/catalog.xml
src/plone/gallery/profiles/default/controlpanel.xml
src/plone/gallery/profiles/default/metadata.xml
src/plone/gallery/profiles/default/rolemap.xml
src/plone/gallery/profiles/default/types.xml
src/plone/gallery/profiles/default/registry/flexbin.xml
src/plone/gallery/profiles/default/registry/plone_gallery_control_panel.xml
src/plone/gallery/profiles/default/registry/spotlightjs.xml
src/plone/gallery/profiles/default/registry/tinymce.xml
src/plone/gallery/profiles/default/types/Collection.xml
src/plone/gallery/profiles/default/types/Document.xml
src/plone/gallery/profiles/default/types/Event.xml
src/plone/gallery/profiles/default/types/Folder.xml
src/plone/gallery/profiles/default/types/News_Item.xml
src/plone/gallery/profiles/uninstall/browserlayer.xml
src/plone/gallery/profiles/uninstall/registry/flexbin.xml
src/plone/gallery/profiles/uninstall/registry/spotlightjs.xml
src/plone/gallery/tests/__init__.py
src/plone/gallery/tests/test_behavior_related_photos.py
src/plone/gallery/tests/test_robot.py
src/plone/gallery/tests/test_setup.py
src/plone/gallery/tests/test_upgrade_step_1001.py
src/plone/gallery/tests/test_upgrade_step_1002.py
src/plone/gallery/tests/test_view_gallery_list.py
src/plone/gallery/tests/test_view_photo_gallery.py
src/plone/gallery/tests/robot/test_example.robot
src/plone/gallery/upgrades/1001.zcml
src/plone/gallery/upgrades/1002.zcml
src/plone/gallery/upgrades/__init__.py
src/plone/gallery/upgrades/base.py
src/plone/gallery/upgrades/configure.zcml
src/plone/gallery/upgrades/v1001.py
src/plone/gallery/upgrades/v1002.py
src/plone/gallery/upgrades/1001/.gitkeep
src/plone/gallery/upgrades/1001/metadata.txt
src/plone/gallery/upgrades/1002/.gitkeep
src/plone/gallery/upgrades/1002/metadata.txt
src/plone/gallery/views/__init__.py
src/plone/gallery/views/configure.zcml
src/plone/gallery/views/gallery_list.pt
src/plone/gallery/views/gallery_list.py
src/plone/gallery/views/photo_gallery.pt
src/plone/gallery/views/photo_gallery.py