{ "info": { "author": "Raptus AG", "author_email": "dev@raptus.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nProvides basic gallery components.\n\nThe following features for raptus.article are provided by this package:\n\nComponents\n----------\n * Gallery left (Gallery of the images contained in the article on the left side)\n * Gallery right (Gallery of the images contained in the article on the right side)\n * Gallery columns (Gallery of the images contained in the article arranged in columns)\n\nDependencies\n------------\n * raptus.article.images\n\n\nConfiguration\n-------------\n\nMaximum number of Items\n```````````````````````\n\nUse the ``gallery_left_maxitems`` (``gallery_right_maxitems`` and\n``gallery_columns_maxitems`` respectively) property to limit the\nnumber of images shown in a gallery.\n(The `Javascript popup`_ will display the other images as well)\n\n\nJavascript popup\n````````````````\n\nBy default this component opens images in a `Products.jsImagePopups`_ gallery.\n\nTo use `collective.prettyphoto`_ install the package and set the property\n``gallery_rel_attribute`` to ``prettyPhoto``.\n\n.. _`Products.jsImagePopups`: http://pypi.python.org/pypi/Products.jsImagePopups\n.. _`collective.prettyphoto`: http://pypi.python.org/pypi/collective.prettyphoto\n\n\nplone.app.imaging\n`````````````````\n\n\nTo use plone.app.imaging scales simply set the corresponding properties to the\nname if the image scale.\n\nIf present, those will overrule the width and height settings.\n\navailable properties:\n\n* ``images_galleryleft_scale``\n* ``images_galleryright_scale``\n* ``images_gallerycolumns_scale``\n* ``imagse_popup_scale``\n\n\nplone.app.imagecropping\n```````````````````````\n\nIf you use scales for the image dimensions and `plone.app.imagecropping`__ is\ninstalled you'll see a cropping icon in the management links for the gallery\nitems (when you are in component editing mode)\n\nThis icon will open an overlay to define the cropping region for the used scale\nand update the image when the dialog is closed\n\n.. __: https://pypi.python.org/pypi/plone.app.imagecropping\n\n\nInstallation\n============\n\nNote if you install raptus.article.default you can skip this installation steps.\n\nTo install raptus.article.gallery into your Plone instance, locate the file\nbuildout.cfg in the root of your Plone instance directory on the file system,\nand open it in a text editor.\n\nAdd the actual raptus.article.gallery add-on to the \"eggs\" section of\nbuildout.cfg. Look for the section that looks like this::\n\n eggs =\n Plone\n\nThis section might have additional lines if you have other add-ons already\ninstalled. Just add the raptus.article.gallery on a separate line, like this::\n\n eggs =\n Plone\n raptus.article.gallery\n\nNote that you have to run buildout like this::\n\n $ bin/buildout\n\nThen go to the \"Add-ons\" control panel in Plone as an administrator, and\ninstall or reinstall the \"raptus.article.default\" product.\n\nNote that if you do not use the raptus.article.default package you have to\ninclude the zcml of raptus.article.gallery either by adding it\nto the zcml list in your buildout or by including it in another package's\nconfigure.zcml.\n\nUsage\n=====\n\nComponents\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\nCopyright and credits\n=====================\n\nraptus.article is copyrighted by `Raptus AG `_ and licensed under the GPL.\nSee LICENSE.txt for details.\n\nCredits:\n\n* Harald Frie\u00dfnegger (fRiSi), `Webmeisterei GmbH`_\n\n additional configuration options, support for `collective.prettyPhoto` and\n `plone.app.imaging` scales\n\n.. _`Webmeisterei GmbH`: http://webmeisterei.com\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\n2.0b11 (2014-10-15)\n-------------------\n\n- Add support for plone.app.imaging scales to be able to use\n `plone.app.imagecropping`__ [fRiSi]\n\n .. __: https://pypi.python.org/pypi/plone.app.imagecropping\n\n- Add attributes ``data-title`` and ``data-desc`` to the image links that can be\n used by JS Galleries to display title and descrition. [fRiSi]\n\n- Add ``img_url`` key to the data-dictionary so customized templates can build\n an image tag instead of beeing limited to what ``IImage.getImage(size)``\n returns. [fRiSi]\n\n2.0b10 (2014-07-22)\n-------------------\n\n- Added italian translation [davidemoro]\n\n\n2.0b9 (2013-07-01)\n------------------\n\n* Only show hidden images when in editing mode (introduced in raptus.article.core 2.0b13)\n\n* Add a property ``gallery_rel_attribute`` to be able to use a js-gallery\n product other than `Products.jsImagePopups`.\n\n eg set it to ``prettyPhoto`` to use `collective.prettyphoto`.\n [fRiSi]\n\n* Added property to configure the maximum number of gallery items\n to be displayed.\n [fRiSi]\n\n* For SEO reasons, the images link to article/image1/view now (used\n to link to article/image1/image in preview size)\n\n An additional javascript fixes the link for the javascript galleries.\n [fRiSi]\n\n2.0b8 (2011-03-21)\n------------------\n\n* Now using the show/hide functionality added in raptus.article.core 2.0b8\n* Render XHTML valid page template\n [saily]\n\n2.0b6 (2010-12-07)\n------------------\n\n* fix franz translation\n\n2.0b5 (2010-11-10)\n------------------\n\n* Added French translations\n\n2.0b4 (2010-10-24)\n------------------\n\n* Set zip_safe flag to False\n\n2.0b3 (2010-10-21)\n------------------\n\n* Updated readme and manual\n\n2.0b2 (2010-10-20)\n------------------\n\n* First public release", "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/Raptus/raptus.article.gallery", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "raptus.article.gallery", "package_url": "https://pypi.org/project/raptus.article.gallery/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/raptus.article.gallery/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Raptus/raptus.article.gallery" }, "release_url": "https://pypi.org/project/raptus.article.gallery/2.0b11/", "requires_dist": null, "requires_python": null, "summary": "Provides basic gallery components.", "version": "2.0b11" }, "last_serial": 1271159, "releases": { "2.0b10": [ { "comment_text": "", "digests": { "md5": "b6d077bd21497f49cd724046e3b42564", "sha256": "5175d4e14ad76ec78c142aaf1cfd20d0838b978972aa6b926cd96cb4b7ed35ab" }, "downloads": -1, "filename": "raptus.article.gallery-2.0b10.zip", "has_sig": false, "md5_digest": "b6d077bd21497f49cd724046e3b42564", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35045, "upload_time": "2014-07-22T04:48:13", "url": "https://files.pythonhosted.org/packages/7d/3e/c46e48faee173bb06d217a81c2df7108ee6226c9bc76953f6d9769b68601/raptus.article.gallery-2.0b10.zip" } ], "2.0b11": [ { "comment_text": "", "digests": { "md5": "94da49058870f62c6addce2f68aa397f", "sha256": "404ac30625e8cd7df1318fa3a1f85c300d2f348e0acfbd20881488f28bdc557c" }, "downloads": -1, "filename": "raptus.article.gallery-2.0b11.zip", "has_sig": false, "md5_digest": "94da49058870f62c6addce2f68aa397f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38904, "upload_time": "2014-10-15T12:16:47", "url": "https://files.pythonhosted.org/packages/b6/2d/9738fbb1598634af2557e984a969748b95fee843045c9879d5a8035cd64c/raptus.article.gallery-2.0b11.zip" } ], "2.0b2": [ { "comment_text": "", "digests": { "md5": "24f8b1163571a1146455f48b2b01ddfc", "sha256": "8a4a415e480451eeef3088a2f3b4d108d5c4a25ac20b6f52cd481439c49f50ae" }, "downloads": -1, "filename": "raptus.article.gallery-2.0b2.tar.gz", "has_sig": false, "md5_digest": "24f8b1163571a1146455f48b2b01ddfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17306, "upload_time": "2010-10-20T16:12:03", "url": "https://files.pythonhosted.org/packages/0b/1c/38c46b34843ddb9122653d7843e9023359c54a10403d0e7122d500cb6708/raptus.article.gallery-2.0b2.tar.gz" } ], "2.0b3": [ { "comment_text": "", "digests": { "md5": "cdb78f46883895f5c6e129ef6dde869e", "sha256": "aa6d99ce582c5333c1a05a91721b662ccd0d0d1c32c2dd7ba673393f6cb28fee" }, "downloads": -1, "filename": "raptus.article.gallery-2.0b3.tar.gz", "has_sig": false, "md5_digest": "cdb78f46883895f5c6e129ef6dde869e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17361, "upload_time": "2010-10-21T16:16:43", "url": "https://files.pythonhosted.org/packages/18/3a/ca11ec2bd5a2cb01c16bccd2cd2f867817613ebfb8724d4f666ae2c70398/raptus.article.gallery-2.0b3.tar.gz" } ], "2.0b4": [ { "comment_text": "", "digests": { "md5": "83c29218fa9782c922c78542eb0907d7", "sha256": "2c7adf77b9964d51b0b0cf1c43842ce7d4f566e861d486652423a74e1ed6dff0" }, "downloads": -1, "filename": "raptus.article.gallery-2.0b4.tar.gz", "has_sig": false, "md5_digest": "83c29218fa9782c922c78542eb0907d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17448, "upload_time": "2010-10-24T15:00:42", "url": "https://files.pythonhosted.org/packages/46/37/47827c5daa56589c9df4063fade7641f9744fd6dbe05c276be15bfbac4de/raptus.article.gallery-2.0b4.tar.gz" } ], "2.0b5": [ { "comment_text": "", "digests": { "md5": "2fdda804702877ceade6753e418c766f", "sha256": "a9ac38757a343dd3cd8df81d9d0d069af5afed98555fc7236faeb9fe7f938a32" }, "downloads": -1, "filename": "raptus.article.gallery-2.0b5.tar.gz", "has_sig": false, "md5_digest": "2fdda804702877ceade6753e418c766f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17671, "upload_time": "2010-11-10T11:45:41", "url": "https://files.pythonhosted.org/packages/ea/91/36f572c412de73b21a8a39435485b75fa30d8bf3ae28bc864e4e1324190c/raptus.article.gallery-2.0b5.tar.gz" } ], "2.0b7": [ { "comment_text": "", "digests": { "md5": "0d9ae6647c4291414da9c35496bc2172", "sha256": "cd70cf510f4a8bea9514a7b6a745240ac6c699e43fa98e508c1ee22a8ca1234c" }, "downloads": -1, "filename": "raptus.article.gallery-2.0b7.tar.gz", "has_sig": false, "md5_digest": "0d9ae6647c4291414da9c35496bc2172", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16713, "upload_time": "2010-12-07T10:23:11", "url": "https://files.pythonhosted.org/packages/4a/72/9bcad344b52fa0ca48cc54c6d724f7ff98628e5da4b7043bf8ce1e448abb/raptus.article.gallery-2.0b7.tar.gz" } ], "2.0b8": [ { "comment_text": "", "digests": { "md5": "8777a25eadd3b1edbcee724fcd3cfad7", "sha256": "6df0cd1533dd4f9269a0b0170e243f171716cdfe424ab4342d2ef6c598f9d5df" }, "downloads": -1, "filename": "raptus.article.gallery-2.0b8.tar.gz", "has_sig": false, "md5_digest": "8777a25eadd3b1edbcee724fcd3cfad7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18146, "upload_time": "2011-03-21T17:07:25", "url": "https://files.pythonhosted.org/packages/f7/4f/07354614dd167042caa4771bf55af3e566da0c005977404b159b29f55fdf/raptus.article.gallery-2.0b8.tar.gz" } ], "2.0b9": [ { "comment_text": "", "digests": { "md5": "c6a8dc578d81a1311a23d545e506573f", "sha256": "158bfaf38cea205f59ad277c8fee57cb7a746fa9602da72979fa85f0476fec70" }, "downloads": -1, "filename": "raptus.article.gallery-2.0b9.zip", "has_sig": false, "md5_digest": "c6a8dc578d81a1311a23d545e506573f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33211, "upload_time": "2013-07-01T15:43:57", "url": "https://files.pythonhosted.org/packages/13/74/d9fba22187f9d9b11037e695eeea6c09c539855caba7bb799ee766919ae3/raptus.article.gallery-2.0b9.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "94da49058870f62c6addce2f68aa397f", "sha256": "404ac30625e8cd7df1318fa3a1f85c300d2f348e0acfbd20881488f28bdc557c" }, "downloads": -1, "filename": "raptus.article.gallery-2.0b11.zip", "has_sig": false, "md5_digest": "94da49058870f62c6addce2f68aa397f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38904, "upload_time": "2014-10-15T12:16:47", "url": "https://files.pythonhosted.org/packages/b6/2d/9738fbb1598634af2557e984a969748b95fee843045c9879d5a8035cd64c/raptus.article.gallery-2.0b11.zip" } ] }