{ "info": { "author": "Laurent Lasudry", "author_email": "laurent.lasudry@affinitic.be", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "======================\ncollective.autoscaling\n======================\n\n.. image:: https://travis-ci.org/collective/collective.autoscaling.svg?branch=master\n :target: https://travis-ci.org/collective/collective.autoscaling\n\n\nThis package allows automatic scaling of too large images in Plone sites.\nImages can be either Image content type or any Image field on content types.\n\nThis is totally transparent to the user (except if you choose to show message).\n\nThere is also a view (``@@resize-images``) that you can call to scale existing images (under the context of your choice), for example :\n\n - http://localhost:8080/plone/@@resize-images\n - http://localhost:8080/plone/folder/subfolder/@@resize-images\n\n\nSettings\n--------\n\n- Enable automatic scaling (yes / no)\n- Maximum height at which images will be automatically resized (in pixels)\n- Maximum width at which images will be automatically resized (in pixels)\n- Show information message to user when images have been resized (yes / no)\n\n\nUse case\n--------\n\n1. You configure collective.autoscaling to have images with maximum size of height 800px / width 1200px.\n2. One of your user uploads a really big image : height 2000px / width 4000px.\n3. This image will be resized to height 600px / width 1200px (aspect ratio is of course preserved).\n\n\nLimitations\n-----------\n\nThis add-on works only with Dexterity content types.\n\nIt has been developed on Plone 4.3.7, but should work with Plone 5, too.\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- English\n- French\n- Norwegian\n- Portuguese\n\n\nInstallation\n------------\n\nInstall collective.autoscaling by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n collective.autoscaling\n\n\nand then running ``bin/buildout``\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.autoscaling/issues\n- Source Code: https://github.com/collective/collective.autoscaling\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\nContributors\n============\n\n- Laurent Lasudry, Original Author [Affinitic]\n- Espen Moe-Nilssen\n\nChangelog\n=========\n\n\n1.1.2 (2019-01-15)\n------------------\n\n- Handle special cases when we don't get a request at ObjectAddedEvent\n (example : when an object is added at Zope startup)\n [laulaz]\n\n- Remove useless dependency on CMFDefault (#5)\n [laulaz]\n\n\n1.1.1 (2016-07-28)\n------------------\n\n- Pin plone.api to avoid any errors (#2)\n [laulaz]\n\n- Add Portuguese translation\n [laulaz]\n\n\n1.1 (2016-04-13)\n----------------\n\n- Remove dependency on plone.app.imagecropping (#1)\n [laulaz]\n\n- Translations cleanup\n [laulaz]\n\n\n1.0 (2016-04-11)\n----------------\n\n- Initial release.\n [laulaz]", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/collective.autoscaling", "keywords": "Python Plone", "license": "GPL version 2", "maintainer": "", "maintainer_email": "", "name": "collective.autoscaling", "package_url": "https://pypi.org/project/collective.autoscaling/", "platform": "", "project_url": "https://pypi.org/project/collective.autoscaling/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/collective.autoscaling" }, "release_url": "https://pypi.org/project/collective.autoscaling/1.1.2/", "requires_dist": null, "requires_python": "", "summary": "Automatic scaling of (too large) images in Plone sites", "version": "1.1.2" }, "last_serial": 4698478, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "81bb39f7fd8a6b5aea307dcddd5668d3", "sha256": "c32e231a5b7f90976ff2467684195a17aa51547adc4bfe302da3e630de83329d" }, "downloads": -1, "filename": "collective.autoscaling-1.0.zip", "has_sig": false, "md5_digest": "81bb39f7fd8a6b5aea307dcddd5668d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 97896, "upload_time": "2016-04-11T14:02:22", "url": "https://files.pythonhosted.org/packages/a3/2c/34d1a7c0b32cfa44692185796eacf9b5695ecee4b7d0461054412b81ba17/collective.autoscaling-1.0.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "2001f5ebdda047400bfe2c8590191fae", "sha256": "eef0338b65c4354efeb32bd0c1a88d523086b56246b713d2b4505bbc362f0f91" }, "downloads": -1, "filename": "collective.autoscaling-1.1.zip", "has_sig": false, "md5_digest": "2001f5ebdda047400bfe2c8590191fae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98145, "upload_time": "2016-04-13T13:24:59", "url": "https://files.pythonhosted.org/packages/e1/8a/e3f788e701cd37c22f6222e08f834b12768657dcea4cc87ea13a1ebd5615/collective.autoscaling-1.1.zip" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "7478aa56b43edf8ebcbf2a155fa197db", "sha256": "fd401b5cd2bc177feac72f458b82b724936cfab6be2e572a15e2239fd813535b" }, "downloads": -1, "filename": "collective.autoscaling-1.1.1.tar.gz", "has_sig": false, "md5_digest": "7478aa56b43edf8ebcbf2a155fa197db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83300, "upload_time": "2016-07-28T14:23:16", "url": "https://files.pythonhosted.org/packages/c4/61/3f55443dd1405f687d7236a8169e05e97f7863e429ff5a5817e416d713b1/collective.autoscaling-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "8fbeb8d0f509de8724c5c6bdb6926dcd", "sha256": "b19ccd576553b6bc2ae837c4310d7282e2785391d1e2a22eb152ccca5ad65a43" }, "downloads": -1, "filename": "collective.autoscaling-1.1.2.tar.gz", "has_sig": false, "md5_digest": "8fbeb8d0f509de8724c5c6bdb6926dcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82456, "upload_time": "2019-01-15T11:09:26", "url": "https://files.pythonhosted.org/packages/a6/f3/3a3e70054eb223d3de12344c2e445b596d1043e22ee293db82fc071cbd89/collective.autoscaling-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8fbeb8d0f509de8724c5c6bdb6926dcd", "sha256": "b19ccd576553b6bc2ae837c4310d7282e2785391d1e2a22eb152ccca5ad65a43" }, "downloads": -1, "filename": "collective.autoscaling-1.1.2.tar.gz", "has_sig": false, "md5_digest": "8fbeb8d0f509de8724c5c6bdb6926dcd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 82456, "upload_time": "2019-01-15T11:09:26", "url": "https://files.pythonhosted.org/packages/a6/f3/3a3e70054eb223d3de12344c2e445b596d1043e22ee293db82fc071cbd89/collective.autoscaling-1.1.2.tar.gz" } ] }