{ "info": { "author": "Guido Stevens", "author_email": "guido.stevens@cosent.net", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Programming Language :: Python" ], "description": "Introduction\n============\n\nThis is a tiny addon for Plone that enables embedding of Youtube videos\nin ReStructuredText.\n\n\nInstallation\n------------\n\nInclude the egg in your buildout::\n\n| [buildout]\n| eggs += collective.youtube_rst\n\n\nManual setup\n------------\n\nYou will need to allow IFRAME tags in your site.\n\n* In your browser, goto /@@filter-controlpanel\n* Under **Custom tags** hit the button 'Add Custom tags'\n* in the new input field, enter: iframe\n* Hit 'Save' or your changes will not take effect\n\n\nUsage\n-----\n\nYou can now embed a youtube video in rst using the 'youtube' directive::\n\n .. youtube:: foobar\n\nOptionally you can override the default with (560px) and height (349px) settings::\n\n .. youtube:: foobar\n width=640\n height=390\n\n\nGotchas\n-------\n\nReStructuredText to HTML conversion is (apparently) done save-time, not render-time.\nIf you're fiddling with the rst config, you may need to re-save any rst documents\nfor changes to show up.\n\nCredits\n-------\n\nBased on http://countergram.com/youtube-in-rst\n\nChangelog\n=========\n\n0.1dev (unreleased)\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": "http://www.github.com/collective/collective.youtube_rst", "keywords": "plone rst youtube", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.youtube_rst", "package_url": "https://pypi.org/project/collective.youtube_rst/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.youtube_rst/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.github.com/collective/collective.youtube_rst" }, "release_url": "https://pypi.org/project/collective.youtube_rst/1.0/", "requires_dist": null, "requires_python": null, "summary": "Youtube in ReStructuredText in Plone", "version": "1.0" }, "last_serial": 566089, "releases": { "1.0": [] }, "urls": [] }