{ "info": { "author": "Harald Friessnegger", "author_email": "harald (at) webmeisterei dot com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Programming Language :: Python" ], "description": "Introduction\n============\n\nShow contained images in a `jQueryTOOLS scrollable`__ carousel.\n(Does not use raptus.easyslider because jquerytools is shipped with Plone)\n\n.. __: http://jquerytools.org/demos/scrollable/index.html\n\n\n.. image:: http://svn.plone.org/svn/collective/raptus.article/raptus.article.imageslider/trunk/docs/screen.png\n\nThe reason for this being not integrated in `raptus.article.slider` is that\nthe latter depends on `raptus.article.nesting`.\n\nThe following features for `raptus.article` are provided by this package:\n\nComponents\n----------\n\n* Image Slider (Slider of images contained in the article) (XXX TODO)\n* Image Slider Teaser (Slider of images contained in the article displayed above the columns)\n\nConfiguration\n-------------\n\nConfiguration options can be found in portal_properties/raptus_article\n\nimages_imagesliderteaser_width\n maximum width of the image displayed in the slider\n defaults to 5\n\nimages_imagesliderteaser_height\n maximum height of the image displayed in the slider\n defaults to 0 (no limit)\n\n\nimageslider_teaser_cropwidth/height\n use this to crop image to a certain width or height\n\nimageslider_teaser_height\n maximum height of the slider\n (only used in case images_imagesliderteaser_height and cropheight\n are set to 0)\n\nimageslider_teaser_caption (True/False)\n show the description of images in the slider\n\nimageslider_teaser_navigation (True/False)\n activates the `navigator plugin`__\n\n .. __: http://jquerytools.github.com/documentation/scrollable/navigator.html\n\nimageslider_teaser_link_related (True/False)\n\tif set to True and an image has related items, it will link to the first\n\trelated item\n\t\nimageslider_teaser_fadetime\n The time (in milliseconds) of the scrolling animation.\n\nimageslider_teaser_halttime\n The time (in milliseconds) between autoscrolls.\n\n\nTODOS\n-----\n\n* localization\n\n* * images for components\n\nDependencies\n------------\n\n* raptus.article.images\n\nInstallation\n============\n\nPlease refer to `raptus.article.gallery`_ for installation instructions.\n\n.. _`raptus.article.gallery`: http://pypi.python.org/pypi/raptus.article.gallery\n\n\nUsage\n=====\n\nComponents\n----------\n\nNavigate to the \"Components\" tab of your article and select one of the gallery\ncomponents and press \"save and view\". Note that at least one image has to be contained\nin the article in which this component is active.\n\n\n\nDeveloper Manual\n================\n\nNote: You find a developer manual for raptus.article at\n`raptus.article.core `_.\nPlease have look there if you need more information.\n\nCode overview\n=============\n\nComponents\n----------\n\nplone.abovecontenttitle\n```````````````````````\n- raptus.article.gallery.left\n- raptus.article.gallery.right\n\nplone.belowcontentbody\n``````````````````````\n- raptus.article.gallery.columns\n\nChangelog\n=========\n\n0.3 (2014-08-25)\n----------------\n\n.. ATTENTION: currently no upgrade profile for the new properties and javascript\n reinstall needed (which might overwrite your settings for existing properties)\n\n- It is possible to move to a specific slide using a hash in the url.\n (eg. plone/article#slide-5)\n\n- Add z3c.autoinclude entry point for plone\n\n- Show image title in caption text too\n (configurable via ``imageslider_teaser_title``).\n\n- Allow to use plone.app.imaging scales instead of raptus width/height/crop\n settings (via ``images_imagesliderteaser_scale``).\n\n- Responsive Layout by resizing the scrollable via Javascript\n (idea taken from http://cooshtee.com/blog/2013/04/making-jquery-tools-scrollable-responsive/)\n\n Set Teaser width either via css (``.imageSliderTeaser``) or use the\n ``images_imagesliderteaser_width`` property.\n\n- register Javascript which handles registration of scrollable and events\n for resizing it to be responsive.\n\n0.2 (2013-05-08)\n----------------\n\n- slider items can link to other portal content using related items\n (see ``imageslider_teaser_link_related`` in the README)\n\n- pass image object to page-template too, so customized versions can use\n plone.app.imaging scales if the want to.\n\n- only show navigation if there are more than 1 images\n\n- bugfix: images overlapped due to bug in circular implementation.\n wrapping initialization with a timeout fixes the problem\n\n- nicer layout for image captions using rgb() css transparency instead\n of opacity (similar to newsitem_view)\n\n\n0.1.1 (2012-05-30)\n------------------\n\n- fix autoscroll configuration (a typo in `interval`\n prevented the settings to take effect)\n\n0.1 (2012-05-29)\n----------------\n\n- initial release [fRiSi]", "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/webmeisterei/raptus.article.imageslider", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "raptus.article.imageslider", "package_url": "https://pypi.org/project/raptus.article.imageslider/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/raptus.article.imageslider/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/webmeisterei/raptus.article.imageslider" }, "release_url": "https://pypi.org/project/raptus.article.imageslider/0.3/", "requires_dist": null, "requires_python": null, "summary": "Provides components for showing images in jquerytools scrollable carousels.", "version": "0.3" }, "last_serial": 1201392, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "daa1449922317e32e620fcb6d4a7fe6a", "sha256": "617aad75e00400f82836455dc5999aa71a7b1cb3e5847aba79b118c422c5617c" }, "downloads": -1, "filename": "raptus.article.imageslider-0.1.zip", "has_sig": false, "md5_digest": "daa1449922317e32e620fcb6d4a7fe6a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24920, "upload_time": "2012-05-29T16:33:49", "url": "https://files.pythonhosted.org/packages/a9/de/cbcffcb4ff7fcecd4e76ec14fd733f298cecd25215dc40be1c874d4f9286/raptus.article.imageslider-0.1.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "e863324de116ab2e96c7dffe91b7f929", "sha256": "fc0cc228f8f35d15da9628f6d86ec27f5f8d15f64ca40fcb5706943259d98a03" }, "downloads": -1, "filename": "raptus.article.imageslider-0.1.1.zip", "has_sig": false, "md5_digest": "e863324de116ab2e96c7dffe91b7f929", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 214919, "upload_time": "2012-05-30T13:22:40", "url": "https://files.pythonhosted.org/packages/71/5d/2e78b614629fd261ff759b5151ee70d46b6f5b41136ae69a85235781f265/raptus.article.imageslider-0.1.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "b50041f9753e1d9944cad385867f14c7", "sha256": "99c3215e78cfbafa3c1e0d424a8e2b2ce9fe592b03f502fb518a4c91fea79432" }, "downloads": -1, "filename": "raptus.article.imageslider-0.2.zip", "has_sig": false, "md5_digest": "b50041f9753e1d9944cad385867f14c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 215961, "upload_time": "2013-05-08T14:40:33", "url": "https://files.pythonhosted.org/packages/54/2e/2adc286c25095aec14355316235ac492c7416c46401a3b6d5a4f613c3b56/raptus.article.imageslider-0.2.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "d024eaf3722732ca55a2309b2d0ad6f1", "sha256": "e6857225e26465536f994ca2f7faa3777412df90fc86c929dac278d0fd7c9b7e" }, "downloads": -1, "filename": "raptus.article.imageslider-0.3.zip", "has_sig": false, "md5_digest": "d024eaf3722732ca55a2309b2d0ad6f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219449, "upload_time": "2014-08-25T13:20:35", "url": "https://files.pythonhosted.org/packages/30/9b/9488c2f306f3ec84db8623145df8bda62bbbac4941e1070bac976d4bce66/raptus.article.imageslider-0.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d024eaf3722732ca55a2309b2d0ad6f1", "sha256": "e6857225e26465536f994ca2f7faa3777412df90fc86c929dac278d0fd7c9b7e" }, "downloads": -1, "filename": "raptus.article.imageslider-0.3.zip", "has_sig": false, "md5_digest": "d024eaf3722732ca55a2309b2d0ad6f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 219449, "upload_time": "2014-08-25T13:20:35", "url": "https://files.pythonhosted.org/packages/30/9b/9488c2f306f3ec84db8623145df8bda62bbbac4941e1070bac976d4bce66/raptus.article.imageslider-0.3.zip" } ] }