{
"info": {
"author": "JeanMichel FRANCOIS aka toutpt",
"author_email": "toutpt@gmail.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: 4.0",
"Framework :: Plone :: 4.1",
"Framework :: Plone :: 4.2",
"Framework :: Plone :: 4.3",
"Framework :: Zope2",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Software Development :: Libraries :: Python Modules"
],
"description": "Introduction\n============\n\nThis addon integrate oembed_ into Plone. You can find a demo at\nhttp://youtu.be/kHikGIWrvCs\n\noEmbed official documentation:\nhttp://oembed.com/\n\nYou have to know this addon try to go beyond already supported website\nand with as many providers as possible without third party services.\n\nHow to install\n==============\n\n.. image:: https://pypip.in/v/collective.oembed/badge.png\n :target: https://crate.io/packages/collective.oembed/\n\n.. image:: https://pypip.in/d/collective.oembed/badge.png\n :target: https://crate.io/packages/collective.oembed/\n\n.. image:: https://secure.travis-ci.org/collective/collective.oembed.png\n :target: http://travis-ci.org/#!/collective/collective.oembed\n\n.. image:: https://coveralls.io/repos/collective/collective.oembed/badge.png?branch=master\n :target: https://coveralls.io/r/collective/collective.oembed\n\nThis addon can be installed has any other addons.\nPlease follow official documentation_.\n\n.. _documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to\n\n\noembed provider\n===============\n\nYour site will become an oembed provider using @@oembed view as an endpoint::\n\n URL Scheme: http://mysite.com/*\n API endpoint: http://mysite.com/@@oembed\n Supports discovery via tags\n\nThis addon use archetypes getPrimaryField to get the most representative field\nof your content type and then build information on how to embed this content\n\nTo change this behavior you can override the view for specific context::\n\n