{ "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============\n\nThis package enables `Collage\n`_ to support nested Collage objects.\n\nAdditionally, two views (Collage layouts) are available:\n\n* **Full**: displays exactly the same as a Collage default view, including\n title, description, related items and, of course, the contents (rows \n and columns).\n\n* **Content**: displays only contents (rows and columns).\n\nTo allow Collage objects to be created inside columns we had to patch\n``enabledType`` and ``enabledAlias`` methods in \n``Products.Collage.browser.controlpanel.CollageSiteOptions``\nto allow `Collage` content type to be inserted in a ``Column``.\n\nAdditionally, a CSS resource is registered (just below the original \n``collage.css``) to display nested column widths correctly.\n\nUsage\n=====\n\nIf you want to create new views (layouts) for nested collage objects\nbase your class on the new ``NestedCollageView`` one, like this::\n\n from collective.collage.browser.views import NestedCollageView\n\n class MyNestedCollageView(NestedCollageView):\n \"\"\" A custom view for a nested collage \"\"\"\n ...\n\n\nKnown issues\n============\n\nIdeally ``Products.Collage.config.COLLAGE_TYPES`` should be patched \nhowever ``collage.vocabularies.CollageUserFriendlyTypes`` doesn't seem to notice\nthe change, so Collage control panel doesn't display ``Collage`` as an allowed\nportal type. Patches are applied to ``enabledAlias`` and ``enabledType`` instead. \n\n\nCredits\n=======\n\nDevelopment\n-----------\n* Marcos F. Romero (developer)\n\nChangelog\n=========\n\n1.0 (2011-08-09)\n----------------\n- i18n support\n- English and Spanish translation\n- Full layout now displays related items\n- Full test\n\n1.0dev (2011-03-24)\n-------------------\n\n- Initial release\n- Patches for Products.Collage.browser.controlpanel.CollageSiteOptions\n enabledType and enabledAlias\n- 2 views to support nested Collage: full and content", "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/Products.Collage/addons/collective.collage.nested/", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.collage.nested", "package_url": "https://pypi.org/project/collective.collage.nested/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.collage.nested/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.plone.org/svn/collective/Products.Collage/addons/collective.collage.nested/" }, "release_url": "https://pypi.org/project/collective.collage.nested/1.0/", "requires_dist": null, "requires_python": null, "summary": "Display a nested Collage inside Collage", "version": "1.0" }, "last_serial": 744499, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "223b0482d8dd495fa715ae8c11ce87df", "sha256": "82d9d416e17f9f0d5bc9934d8f0c01fe2c3ec5a57955a09fad0cd0118d2f95d3" }, "downloads": -1, "filename": "collective.collage.nested-1.0.zip", "has_sig": false, "md5_digest": "223b0482d8dd495fa715ae8c11ce87df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29721, "upload_time": "2011-08-09T17:00:33", "url": "https://files.pythonhosted.org/packages/b5/b6/f37cc3dff98b4e0c9a1194fb4f5c0c76b43aa4b9e668e46e7424bf579b8c/collective.collage.nested-1.0.zip" } ], "1.0dev": [ { "comment_text": "", "digests": { "md5": "36c2ac077ff54aacf5bea7fb803aefce", "sha256": "db000f39da35af494f6a7974c617502d7d4f50f86748a29f3ec793ec5a3357d7" }, "downloads": -1, "filename": "collective.collage.nested-1.0dev.tar.gz", "has_sig": false, "md5_digest": "36c2ac077ff54aacf5bea7fb803aefce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15502, "upload_time": "2011-03-24T06:42:59", "url": "https://files.pythonhosted.org/packages/f1/50/480b1249a13270d18689ec6f7dea5daa8e80675dcce16b1ea35579ea9202/collective.collage.nested-1.0dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "223b0482d8dd495fa715ae8c11ce87df", "sha256": "82d9d416e17f9f0d5bc9934d8f0c01fe2c3ec5a57955a09fad0cd0118d2f95d3" }, "downloads": -1, "filename": "collective.collage.nested-1.0.zip", "has_sig": false, "md5_digest": "223b0482d8dd495fa715ae8c11ce87df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29721, "upload_time": "2011-08-09T17:00:33", "url": "https://files.pythonhosted.org/packages/b5/b6/f37cc3dff98b4e0c9a1194fb4f5c0c76b43aa4b9e668e46e7424bf579b8c/collective.collage.nested-1.0.zip" } ] }