{ "info": { "author": "Luminum Solutions", "author_email": "info@akoten.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.8", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: Dutch", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "djangocms-slider\n================\n\nA simple django cms slideshow plugin. For of https://github.com/urga/djangocms-slider, but using easy-thumbnails by default.\n\nFeatures:\n\n* There are 2 plugins: SlideShow and Slide. A SlideShow can only contains Slides. Those can be arranged in the order you want just like any other plugin.\n* Each image can have a url specified (creating an anchor around the image)\n* By default, creates a [flexslider](http://www.woothemes.com/flexslider/) slideshow.\n* By default, uses [easy-thumbnails](https://github.com/SmileyChris/easy-thumbnails) as a thumbnail plugin.\n* Allows use of a custom thumbnail configuration in Django settings, using an `slider_thumb_id` field that should correspond to your id in THUMBNAIL_ALIASES.\n\nSo a settings of `'home_slider': {'size': (400, 200), 'crop': False},` in your `THUMBNAIL_ALIASES`, and a `slider_thumb_id` of `home_slider` in your Slider plugin/model (with `use_simple_settings` set to False) will result in the images being 400x200 instead of the settings in the `slide.html` template.\n\nOf course, you can still override templates.\n\nInstallation\n------------\n\nThis plugin requires `django CMS 3.0` or higher to be properly installed and configured.\n\nTo install:\n\n* run `pip install djangocms-slider-easy` on your virtualenv\n* add `easy_thumbnails` to your `INSTALLED_APPS` setting if you want to use default template.\n* add `djangocms_slider` to your `INSTALLED_APPS` setting (mind the underscore)\n* Run `./manage.py migrate djangocms_slider`\n\nUsage\n-----\n\nTo override the template, just add `slider.html` and or 'slide.html' in a django template directory under `templates/djangocms_slider`.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Akoten/djangocms-slider-easy", "keywords": "slideshow,django,cms,plugin", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "djangocms-slider-easy", "package_url": "https://pypi.org/project/djangocms-slider-easy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangocms-slider-easy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Akoten/djangocms-slider-easy" }, "release_url": "https://pypi.org/project/djangocms-slider-easy/0.2.6/", "requires_dist": null, "requires_python": null, "summary": "A slider plugin for djangocms that lets you arrange slides like any other djangocms plugin. Fork of urga/djangocms-slider, but using easy_thumbnails.", "version": "0.2.6" }, "last_serial": 2650336, "releases": { "0.2.3": [], "0.2.5": [], "0.2.6": [ { "comment_text": "", "digests": { "md5": "3555ded197f3146756e35ec877954088", "sha256": "2f058c06d421977476a44a8cd4ae5c3496c886c4c2581fa5bed13bc4980bfe01" }, "downloads": -1, "filename": "djangocms-slider-easy-0.2.6.tar.gz", "has_sig": false, "md5_digest": "3555ded197f3146756e35ec877954088", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13003, "upload_time": "2017-02-17T20:22:18", "url": "https://files.pythonhosted.org/packages/6c/81/c5553f051ff2f5fd1c7f1f124e418f20dbd199087dd45a1c2f8a8bc2f0f4/djangocms-slider-easy-0.2.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3555ded197f3146756e35ec877954088", "sha256": "2f058c06d421977476a44a8cd4ae5c3496c886c4c2581fa5bed13bc4980bfe01" }, "downloads": -1, "filename": "djangocms-slider-easy-0.2.6.tar.gz", "has_sig": false, "md5_digest": "3555ded197f3146756e35ec877954088", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13003, "upload_time": "2017-02-17T20:22:18", "url": "https://files.pythonhosted.org/packages/6c/81/c5553f051ff2f5fd1c7f1f124e418f20dbd199087dd45a1c2f8a8bc2f0f4/djangocms-slider-easy-0.2.6.tar.gz" } ] }