{ "info": { "author": "Simples Consultoria", "author_email": "products@simplesconsultoria.com.br", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Intended Audience :: End Users/Desktop", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Multimedia", "Topic :: Office/Business", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "***********\nsc.embedder\n***********\n\n.. contents::\n\nLife, the Universe, and Everything\n----------------------------------\n\nThis packages contains a Dexterity-based content type that allows you to\nembedded content (such as photos or videos) from third parties into your Plone\nsite.\n\nYou can easily embed content from Flickr, SlideShare, SoundCloud, Vimeo,\nWikipedia, YouTube, and many other supporting the `oEmbed`_ format\nespecification.\n\nMostly Harmless\n---------------\n\n.. image:: http://img.shields.io/pypi/v/sc.embedder.svg\n :target: https://pypi.python.org/pypi/sc.embedder\n\n.. image:: https://img.shields.io/travis/simplesconsultoria/sc.embedder/master.svg\n :target: http://travis-ci.org/simplesconsultoria/sc.embedder\n\n.. image:: https://img.shields.io/coveralls/simplesconsultoria/sc.embedder/master.svg\n :target: https://coveralls.io/r/simplesconsultoria/sc.embedder\n\nGot an idea? Found a bug? Let us know by `opening a support ticket `_.\n\nDon't Panic\n-----------\n\nInstallation\n^^^^^^^^^^^^\n\nTo enable this product in a buildout-based installation:\n\n1. Edit your buildout.cfg and add ``sc.embedder`` to the list of eggs to install:\n\n.. code-block:: ini\n\n [buildout]\n ...\n eggs =\n sc.embedder\n\nAfter updating the configuration you need to run ''bin/buildout'', which will\ntake care of updating your system.\n\nGo to the 'Site Setup' page in a Plone site and click on the 'Add-ons' link.\n\nCheck the box next to `sc.embedder`` and click the 'Activate' button.\n\nUse\n^^^\n\nOnce the product is installed you will note that you are available to add a\nEmbedder content type. When you attempt to add an item you will see the\nfields:\n\n- Content URL\n- Description\n- Embed html code\n- Width\n- Height\n- Player position\n- Body text\n- Alternate content\n- Image\n\nIn the URL field you must put the url of you content. For example:\n\n http://vimeo.com/17914974\n\nand then click the *load* button. This will automatically populate the form\nwith some data from the third party content. Which fields are populated depends\non the individual provider. But in most cases the fields: title, description, width,\nheight and embed html fields will be filled.\n\n**Note**: *Some providers only support width, height and title. So the fields\nlike description or html embed code will need to be filled manually.\nThis information is normally found in the page where the url points to*.\n\nLayout\n^^^^^^\nWith *player position* field you can set where the embed multimedia is going\nto be render regarding the body text. You have the options *top, bottom, left\nand right*.\n\nBody text will be the main information that will describe the content.\n\nThe *alternate content* is to give a description or transcription to an\nindividual that is no able to hear. In the layout this is hidden by default.\nThere is a link called **alternate content** that will show or hide again the\ncontent of this field by clicking on it.\n\nThe *Image* field is just to assign an image to the object that will give a\nquick visual description of the content. The idea is to show it in listing\nviews or covers.\n\nProviders\n^^^^^^^^^\n\nThis product uses `python-oembed `_.\nYou can check its documentation to see a list of supported providers.\n\n.. _`oEmbed`: http://www.oembed.com/\n\nShare and Enjoy\n---------------\n\nThis package would not have been possible without the contribution of the following people:\n\n- Alejandro Pereira\n- Andr\u00e9 Nogueira\n- Cleber J Santos\n- H\u00e9ctor Velarde\n- Jo\u00e3o S. O. Bueno\n- Juan Pablo Gim\u00e9nez\n- Rodrigo Ferreira de Souza\n- `et alii`_\n\nDevelopment sponsored by `Simples Consultoria`_.\n\n.. _`Simples Consultoria`: http://www.simplesconsultoria.com.br/\n.. _`et alii`: https://github.com/simplesconsultoria/sc.embedder/graphs/contributors\n\nChangelog\n---------\n\nThere's a frood who really knows where his towel is.\n\n1.5.0 (2019-05-07)\n^^^^^^^^^^^^^^^^^^\n\n- Allows Embedder content to be linkcable in TinyMCE.\n [idgserpro]\n\n- Add ``cssselect`` as pakage dependency.\n [idgserpro]\n\n\n1.5b2 (2017-10-10)\n^^^^^^^^^^^^^^^^^^\n\n- Code clean up;\n enforce usage of Products.PortalTransforms >=2.1.10 as ``