{ "info": { "author": "Giorgio Borelli", "author_email": "giorgio@giorgioborelli.it", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "collective.opengraph\n====================\n\nThis package is a part of the Plone's collective.fg bundle. It adds the opengraph metadata to your HTML head section.\n\nSupported metadata:\n * og:site_name name of the site\n * og:url url of the webpage\n * og:title title of the webpage\n * og:description description of the webpage\n * og:image your webpage image (either 'image' field of your context or collective.contentleadimage one)\n\nfrom the control panel you can manage following settings:\n- the default og:type \n- which content types should be opengraph metadata aware\n\n\nCustomization\n-------------\n\nOne of the goals of this package is to allow developers extend the default metadata definition.\nIt's availabe threw IOpengrapMetatags adapter::\n\n\tfrom collective.opengraph.interfaces IOpengraphMetatags\n\tfrom collective.opengraph.viewlets import ATMetatags\n\n class MyATMetatags(ATMetatags):\n\n\t implements(IOpengrapMetatags)\n\n\t @property\n\t def metatags(self):\n\t\ttags = super(MyATMetatags, self).metatags\n tags.update({'og:newtype': 'custom value'})\n return tags\n\n\nYou can also customize existing og values::\n\n\tfrom collective.opengraph.interfaces IOpengraphMetatags\n\tfrom collective.opengraph.viewlets import ATMetatags\n\n class AnotherMetatags(ATMetatags):\n\n\t implements(IOpengrapMetatags)\n\n\t @property\n def title(self):\n return '%s - Lorem ipsum' % self.context.Title()\n\nChangelog\n=========\n\n1.0.1 (2012-10-16)\n------------------\n\n- Docs update and fixed manifest file [amleczko]\n\n\n1.0 (2012-10-15)\n----------------\n\n - refactored and release during PloneConf2012 sprint [amleczko]\n\n0.1dev (unreleased)\n-------------------\n\n- added action to (un)mark 'IOpengraphable' content types\n- added translations\n- registered viewlet for 'IOpengraphable' content types\n- added og:type meta tag\n- added default configurations in IRegistry\n- first release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://plone.org/products/collective.opengraph", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.opengraph", "package_url": "https://pypi.org/project/collective.opengraph/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.opengraph/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://plone.org/products/collective.opengraph" }, "release_url": "https://pypi.org/project/collective.opengraph/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Plone opengraph integration", "version": "1.0.1" }, "last_serial": 2949384, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "9b8263f390b58ea67f0aa698cdea8a0f", "sha256": "7a32a99511d5298b5907f74e2c21b0373f5cc0c74aa2d7274a63ed69c4b995a0" }, "downloads": -1, "filename": "collective.opengraph-1.0.zip", "has_sig": false, "md5_digest": "9b8263f390b58ea67f0aa698cdea8a0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33799, "upload_time": "2012-10-15T10:10:54", "url": "https://files.pythonhosted.org/packages/c1/d8/0d9121d974d42667dbe3e8a4c9ec59b168261303687491b8be13cf876037/collective.opengraph-1.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "21d6f67e5fcc8913e835a16582668970", "sha256": "780cfecf5e674459119fc4d09b260216a00eef04de9e838eb76a83572cdb38e7" }, "downloads": -1, "filename": "collective.opengraph-1.0.1.zip", "has_sig": false, "md5_digest": "21d6f67e5fcc8913e835a16582668970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34840, "upload_time": "2012-10-16T14:03:12", "url": "https://files.pythonhosted.org/packages/23/9b/fde002cee3b40e94c2051825fc6c91650195961f9ee80db82aa566fc46e3/collective.opengraph-1.0.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "21d6f67e5fcc8913e835a16582668970", "sha256": "780cfecf5e674459119fc4d09b260216a00eef04de9e838eb76a83572cdb38e7" }, "downloads": -1, "filename": "collective.opengraph-1.0.1.zip", "has_sig": false, "md5_digest": "21d6f67e5fcc8913e835a16582668970", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34840, "upload_time": "2012-10-16T14:03:12", "url": "https://files.pythonhosted.org/packages/23/9b/fde002cee3b40e94c2051825fc6c91650195961f9ee80db82aa566fc46e3/collective.opengraph-1.0.1.zip" } ] }