How to install kotti_gallery
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install kotti-gallery
Dependencies
- Babel
- js.bootstrap-image-gallery
- Kotti>=0.8dev
- lingua>=1.3
- [testing] pytest
- [testing] WebTest
- [testing] wsgi-intercept
- [testing] zope.testbrowser
Lastest release
kotti_gallery
This is an extension to the Kotti CMS that allows you to add image galleries to your Kotti site.
It uses Bootstrap Image Gallery for the gallery view.
Setup
To activate the kotti_gallery add-on in your Kotti site, you need to add an entry to the kotti.configurators setting in your Paste Deploy config. If you don't have a kotti.configurators option, add one. The line in your [app:main] section could then look like this:
kotti.configurators = kotti_gallery.kotti_configure
With this, you'll be able to add galleries in your site.
Development
Contributions to kotti_gallery are highly welcome. Just clone its Github repository and submit your contributions as pull requests.
Testing
kotti_gallery has 100% test coverage. Please make sure that you add tests for new features and that all tests pass before submitting pull requests. Running the test suite is as easy as running py.test from the source directory.
TODO
- Add support for remote galleries (e.g. flickr photosets).
CHANGES
0.2.2
- Pseudo-crop images with CSS to have all thumbs the same height in gallery views.
0.2.1
- Implement IDefaultWorkflow.
0.2
- Use Bootstrap Image Gallery.
- Add several multicolumn layouts.
- Depend on Kotti>=0.8 and its new add / edit form classes.
- Add German translation.
0.1
- Initial release.
- Copied code from kotti_image_gallery.