{ "info": { "author": "keul", "author_email": "luca@keul.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Plone", "Framework :: Plone :: 4.2", "Programming Language :: Python" ], "description": "Introduction\n============\n\nThis package is a Plone add-on for sites where `collective.microdata.core`__ is installed. See the\nproduct's page for more information about `microdata`__ and `schema.org implementation`__.\n\n__ https://github.com/keul/collective.microdata.core\n__ http://en.wikipedia.org/wiki/Microdata_%28HTML%29\n__ http://www.schema.org/\n\nYou could like to install this product when you need to get a set of microdata informations from your\nfolder contents pages.\n\nHowever this product only provide basic views implementation for the `Thing`__ vocabulary. A 3rd party\nproduct could extend it for additional vocabularies.\n\n__ http://www.schema.org/Thing\n\nAn implementation example could be taken from looking at `collective.microdata.event`__\n\n__ http://plone.org/products/collective.microdata.event\n\nLimitation and know issues\n==========================\n\nThis package is a bit experimental and it overrides a couple of Plone views:\n\n* \"Standard view\" (``folder_listing``)\n* \"Summary view\" (``folder_summary_view``)\n\nAlso:\n\n * (right now) those views can't be used anymore for full objects (only brains).\n * this is not working on Plone site root (original views will be loaded).\n\nHow to extend\n=============\n\nInstead of directly displaying how a single content looks like, the provided view of this product will look\nbefore for 3rd party implementations.\n\nThe customized view you are using on your folder will read from the current catalog brain the\n``microdata_itemtype`` metadata, then a view with a special name is searched.\n\nThe name must be something like \"``VOCABULARY_URL VIEW_ID_item``\".\n\nFor example, if the current content is providing the Person vocabulary (http://www.schema.org/Person)\nand you are listing it in the Plone \"Standard view\" (folder_listing), the view used for displaying the\nsingle entry will be named \"``http://www.schema.org/Person folder_listing_item``\".\n\nIf this view is not found, the brain will be displayed with default views, provided with the product, that\nwill display the content in the standard Plone way.\n\nChangelog\n=========\n\n0.1 (2012-09-08)\n----------------\n\n- Initial 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/keul/collective.microdata.contentlisting", "keywords": "plone microdata schema.org html5 listing folder", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.microdata.contentlisting", "package_url": "https://pypi.org/project/collective.microdata.contentlisting/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.microdata.contentlisting/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/keul/collective.microdata.contentlisting" }, "release_url": "https://pypi.org/project/collective.microdata.contentlisting/0.1/", "requires_dist": null, "requires_python": null, "summary": "Folders and collections listing support for microdata in Plone", "version": "0.1" }, "last_serial": 787964, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b5e3cbc25a38880d74b256ab2b4fa7f0", "sha256": "a72635ebe9383044e9770f8e3064d1e2c83103ed70d404a4e10abc708cb406ec" }, "downloads": -1, "filename": "collective.microdata.contentlisting-0.1.zip", "has_sig": false, "md5_digest": "b5e3cbc25a38880d74b256ab2b4fa7f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29328, "upload_time": "2012-09-08T12:25:42", "url": "https://files.pythonhosted.org/packages/03/89/30fe863faf65808851a7e51de288f2547b5ec4dd0737525c6f775774720a/collective.microdata.contentlisting-0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b5e3cbc25a38880d74b256ab2b4fa7f0", "sha256": "a72635ebe9383044e9770f8e3064d1e2c83103ed70d404a4e10abc708cb406ec" }, "downloads": -1, "filename": "collective.microdata.contentlisting-0.1.zip", "has_sig": false, "md5_digest": "b5e3cbc25a38880d74b256ab2b4fa7f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29328, "upload_time": "2012-09-08T12:25:42", "url": "https://files.pythonhosted.org/packages/03/89/30fe863faf65808851a7e51de288f2547b5ec4dd0737525c6f775774720a/collective.microdata.contentlisting-0.1.zip" } ] }