CHANGES.rst
CONTRIBUTORS.rst
DEVELOP.rst
LICENSE.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/conf.py
docs/index.rst
docs/plone-gallery.gif
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/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/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/profiles/default/browserlayer.xml
src/plone/gallery/profiles/default/catalog.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/spotlightjs.xml
src/plone/gallery/profiles/default/types/Collection.xml
src/plone/gallery/profiles/default/types/Folder.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_robot.py
src/plone/gallery/tests/test_setup.py
src/plone/gallery/tests/test_view_photo_gallery.py
src/plone/gallery/tests/robot/test_example.robot
src/plone/gallery/views/__init__.py
src/plone/gallery/views/configure.zcml
src/plone/gallery/views/photo_gallery.pt
src/plone/gallery/views/photo_gallery.py