{ "info": { "author": "Marcos F. Romero", "author_email": "marcos.romero {at} inter-cultura {dot} com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\nAdds a \"Image tags\" layout view in Collage to display object images \ntagged with `collective.imagetags `_.\n\nLayouts are registered only for objects providing the following interfaces:\n\n* Products.ATContentTypes.interfaces.IATImage\n* Products.ATContentTypes.interfaces.IATNewsItem\n\nA special \"Settings\" viewlet is added in the Collage viewlet manager to\nset the scale to use to show the tagged image.\n\nExtending\n=========\nTo provide this layout to your custom content types just copy the \ncode below (as stated in ``browser/configure.zcml``)::\n\n \"\n permission=\"zope.Public\"\n class=\"collective.collage.imagetags.browser.views.ImageTagsView\"\n layer=\"Products.Collage.interfaces.ICollageBrowserLayer\"\n />\n\nIf you want to use a special template, add a template ``attribute``. \nIf not, a default template will be used from ``browser.views.ImageTagsView``.\n\nFeatures\n========\n- i18n support (English and Spanish translations)\n- Tested in Plone 4.0b5 with Collage 1.3.0_b4\n- Settings viewlet displays an inline ``z3c.form`` to set preferences for the layout (available image scales for current object)\n- Depends on ``Product.Collage`` and ``collective.imagetags``. They will automatically fetched during buildout and installed during installation of this product.\n\nInstallation\n============\n\n* Add ``collective.collage.imagetags`` to the list of eggs to install, e.g.::\n\n [buildout]\n ...\n eggs =\n ...\n collective.collage.imagetags\n\n* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::\n\n [instance]\n recipe = plone.recipe.zope2instance\n ...\n zcml =\n collective.collage.imagetags\n\n* Re-run buildout, e.g. with::\n\n $ ./bin/buildout\n\nYou can skip the ZCML slug if you are using Plone 3.3 or if you are going to explicitly include\nthe package from another package's configure.zcml file.\n\n\nAuthors and Contributors\n========================\n* Marcos F. Romero (developer)\n* Juan Pablo Gimenez (advisor)\n\n\nChangelog\n=========\n\n1.0.1 (2010-07-28)\n------------------\n- Image tags settings form has now just one field with combined image_scale options\n\n**Warning:** If you have version 1.0 installed, you'll see a \"Selected object has no image field\" legend after installing this update. You'll have to manually edit the layout settings with a new scale.\n\n1.0 (2010-07-23)\n----------------\n- Initial release\n- Configurable 'tags' layout for Collage\n- i18n support", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.plone.org/svn/collective/collective.collage.imagetags", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.collage.imagetags", "package_url": "https://pypi.org/project/collective.collage.imagetags/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.collage.imagetags/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/collective.collage.imagetags" }, "release_url": "https://pypi.org/project/collective.collage.imagetags/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Collage view to display tagged images (collective.imagetags)", "version": "1.0.1" }, "last_serial": 744514, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "cf109ca243b68df851cdecbdf428966b", "sha256": "084a95045b19d05e53cf8e106ab302e93ffa6e89db221945b101727f11ed79dd" }, "downloads": -1, "filename": "collective.collage.imagetags-1.0.tar.gz", "has_sig": false, "md5_digest": "cf109ca243b68df851cdecbdf428966b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22112, "upload_time": "2010-07-25T04:19:39", "url": "https://files.pythonhosted.org/packages/96/15/ce608d954783a1c2a69102eda528b683a349994d9f37c1f4c57338d9cfa7/collective.collage.imagetags-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "629088493604b58b75126ffae53c8d87", "sha256": "c3e80646f13b9305252f83f183028578904985ffd85c45ce767bfe8784bad1ea" }, "downloads": -1, "filename": "collective.collage.imagetags-1.0.1.tar.gz", "has_sig": false, "md5_digest": "629088493604b58b75126ffae53c8d87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22159, "upload_time": "2010-07-29T05:05:31", "url": "https://files.pythonhosted.org/packages/1e/dd/82743d5c795ecb53619cb1425b83cba6e7707107d6039d7e8de65e7f2fb9/collective.collage.imagetags-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "629088493604b58b75126ffae53c8d87", "sha256": "c3e80646f13b9305252f83f183028578904985ffd85c45ce767bfe8784bad1ea" }, "downloads": -1, "filename": "collective.collage.imagetags-1.0.1.tar.gz", "has_sig": false, "md5_digest": "629088493604b58b75126ffae53c8d87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22159, "upload_time": "2010-07-29T05:05:31", "url": "https://files.pythonhosted.org/packages/1e/dd/82743d5c795ecb53619cb1425b83cba6e7707107d6039d7e8de65e7f2fb9/collective.collage.imagetags-1.0.1.tar.gz" } ] }