{ "info": { "author": "H\u00e9ctor Velarde", "author_email": "hector.velarde@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 6 - Mature", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 3.2", "Framework :: Plone :: 3.3", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. contents:: Table of Contents\n :depth: 2\n\n======================\nProducts.ATGoogleVideo\n======================\n\nOverview\n--------\n\n**Products.ATGoogleVideo** an Archetypes based product that adds a new content\ntype to maintain references to videos stored in `Google Video\n`_ or `YouTube `_ into a\nPlone site.\n\n**Products.ATGoogleVideo** was initially developed as part of a project to\ncreate a system for Newspaper Workflow Automation based on the requirements of\nthe Mexican newspaper `La Jornada `_ and on the\n`IPTC News Architecture `_ .\n\nThis product has been tested with versions 3 and 4 of Plone.\n\nScreenshot\n-----------\n\n.. image:: http://www.simplesconsultoria.com.br/tecnologia/plone/produtos/products.atgooglevideo/Products.ATGoogleVideo-0.9-screenshot.png/image_preview\n\nAcknowlegements\n---------------\n\nThis product could not be possible without the work of the following people:\n\n* Martin Aspeli for his `RichDocument: Creating content types the Plone 2.1\n way `_ tutorial\n\n* Andy McKay for his `book\n `_ and his tutorial\n on `Testing and Development Practices\n `_\n\n* David Convent for his `DIY Plone Style\n `_ product\n\n\nInstallation\n------------\n\nTo enable this product,on a buildout based installation:\n\n1. Edit your buildout.cfg and add ``Products.ATGoogleVideo`` to the list\n of eggs to install::\n\n [buildout]\n ...\n eggs =\n Products.ATGoogleVideo\n\nAfter updating the configuration you need to run the ''bin/buildout'', which\nwill take care of updating your system.\n\nGo to the 'Site Setup' page in the Plone interface and click on the\n'Add/Remove Products' link.\n\nChoose the product (check its checkbox) and click the 'Install' button.\n\nUninstall -- This can be done from the same management screen, but only if you\ninstalled it from the quick installer.\n\nNote: You may have to empty your browser cache and save your resource\nregistries in order to see the effects of the product installation.\n\n\nContributors\n------------\n\n* H\u00e9ctor Velarde (hector.velarde@gmail.com)\n\n* \u00c9rico Andrei (erico@simplesconsultoria.com.br)\n\n* Enzo Cesanelli (enzo@noiza.com)\n\n* Dirceu Pereira Tiegs\n\n* Yiorgis Gozadinos (ggozadinos@gmail.com)\n\n* Mikel Larreategi (mlarreategi@codesyntax.com)\n\n* Thiago Hiromi\n\n* Gustavo Lepri (lepri@simplesconsultoria.com.br)\n\nDevelopment sponsored in part by Demos, Desarrollo de Medios and Simples\nConsultoria.\n\nChangelog\n---------\n\n0.9.1dev\n^^^^^^^^^^^^^^^^^^\n\n* autoPlay must be off by default (issue #4241) [hvelarde]\n* Tests were refactored to use plone.app.testing [hvelarde]\n* Added development buildout [hvelarde]\n* Fixed documentation and package history [hvelarde]\n* Fixed package declaration and distribution information [hvelarde]\n\n\n0.9.1 (2012-04-05)\n^^^^^^^^^^^^^^^^^^\n\n* Remove unused sc-releaser.cfg file [erico_andrei]\n\n\n0.8.4 (2010-10-06)\n^^^^^^^^^^^^^^^^^^\n\n* Updated to run in Plone 4 [lepri]\n* Adding zcml autoinclude [erico_andrei]\n\n\n0.8.3 (2010-08-30)\n^^^^^^^^^^^^^^^^^^\n\n* Added field dimensions [thiromi]\n* Added field video transcription [thiromi]\n* Filled some blank msgids at brazilian portuguese [thiromi]\n* Removed BOM from README.txt that was causing formatting errors [thiromi]\n\n\n0.8.2 (2010-03-12)\n^^^^^^^^^^^^^^^^^^\n\n* Added method getRemoteUrl (Thanks to everton137) [erico_andrei]\n\n\n0.8.1 (2009-12-19)\n^^^^^^^^^^^^^^^^^^\n\n* Instead of using product_type (typo?), use portal_type [erico_andrei]\n\n\n0.8 (2009-12-17)\n^^^^^^^^^^^^^^^^\n\n* Explicitly set portal_type ATGoogleVideo class as archetype_tool still use\n it... [erico_andrei]\n* Auto-play should not be required [erico_andrei]\n* First egg release of Products.ATGoogleVideo [erico_andrei]\n\n\n0.6 (2008-01-14)\n^^^^^^^^^^^^^^^^\n\n* Code clean up [hvelarde]\n* Added default add content permission [hvelarde]\n* GenericSetup-based installation [hvelarde]\n* Plone 3.0 compatibility [hvelarde]\n* Test suite was enhanced to include interface tests [hvelarde]\n* Use zope3-style interfaces to mark ATGoogleVideo [erral]\n* Added Greek translation [ggozad]\n* Script rename to avoid conflicts with ATOdeoAudio [dirceu]\n\n\n0.5 (2007-06-08)\n^^^^^^^^^^^^^^^^\n\n* Fixed ticket #369: AttributeError: kupu_library_tool [hvelarde]\n* Fixed ticket #387: Unauthorized: Do not have permissions to remove this\n object [hvelarde]\n* Fixed ticket #388: Internet Explorer can not open the Internet site...\n Operation Aborted [hvelarde]\n* Fixed some issues with auto start of videos [hvelarde]\n* Deprecated template googlevideo_folder_summary_view was removed [hvelarde]\n* Smart Folder for videos is no longer added at installation time [hvelarde]\n* Enhanced accessibility by using `Unobtrusive Flash Objects\n `_ [hvelarde]\n* Test suite was enhanced to include uninstall tests [hvelarde]\n* Code clean up [hvelarde]\n* Added Italian translation [noiza]\n\n\n0.4 (2007-02-23)\n^^^^^^^^^^^^^^^^\n\n* ATContentTypes is now the base of ATGoogleVideo [hvelarde]\n* Unused fields from ATGoogleVideo were removed from content definition\n [hvelarde]\n* Support for YouTube videos was implemented in page templates at view time\n using heuristics [hvelarde]\n* Fixed ticket #354: Failure in test testPortalFactorySetup [hvelarde]\n* Google Video is integrated in Kupu as linkable [hvelarde]\n* Unit test was improved and is fully functional now [hvelarde]\n* Added Spanish translation [hvelarde]\n* LinguaPlone support was tested [hvelarde]\n* Use of googlevideo_folder_summary_view is deprecated in favor of\n folder_summary_view [hvelarde]\n* Added POT files to allow i18n [hvelarde]\n* Added Brazilian Portuguese translation [erico_andrei]\n\n\n0.3 (2007-01-03)\n^^^^^^^^^^^^^^^^\n\n* Added image field to content type [hvelarde]\n* Fixed ticket #293: video is not renamed [hvelarde]\n* Fixed ticket #303: image associated with video is not shown [hvelarde]\n* Fixed ticket #304: properties tab is not shown in Google Video [hvelarde]\n* Fixed ticket #305: AttributeError: getImageCaption [hvelarde]\n* Fixed ticket #307: Description field is on properties form instead of edit\n form [hvelarde]\n* Added googlevideo_folder_summary_view as default view for Smart Folder\n [hvelarde]\n* portlet_recent_google_video is now portlet_recent_google_videos and will be\n used only in googlevideo_view [hvelarde]\n* Added small unit test [hvelarde]\n\n\n0.2 (2006-09-12)\n^^^^^^^^^^^^^^^^\n\n* Videos are named with their title [hvelarde]\n* Added Smart Folder to display all videos in site [hvelarde]\n* Added portlet to display recently published videos [hvelarde]\n\n\n0.1 (2006-08-31)\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://svn.plone.org/svn/collective/Products.ATGoogleVideo", "keywords": "plone youtube video google", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "Products.ATGoogleVideo", "package_url": "https://pypi.org/project/Products.ATGoogleVideo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Products.ATGoogleVideo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://svn.plone.org/svn/collective/Products.ATGoogleVideo" }, "release_url": "https://pypi.org/project/Products.ATGoogleVideo/0.9.1/", "requires_dist": null, "requires_python": null, "summary": "Use YouTube and Google Video on a Plone Site.", "version": "0.9.1" }, "last_serial": 784960, "releases": { "0.8": [ { "comment_text": "", "digests": { "md5": "d35172726d9a71eb0b423ae00e66b98a", "sha256": "5f597c3ca618e0f0c9ef5e779ba445e1f13387b2c0091896a2784af401b1b9e9" }, "downloads": -1, "filename": "Products.ATGoogleVideo-0.8-py2.4.egg", "has_sig": false, "md5_digest": "d35172726d9a71eb0b423ae00e66b98a", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 72275, "upload_time": "2009-12-18T02:01:17", "url": "https://files.pythonhosted.org/packages/ef/8b/9f23f46d972e31d90626486fb020844966bf7ee3066905410b566b7baa71/Products.ATGoogleVideo-0.8-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "a64ac84f228c1702a3c776579b4cc003", "sha256": "1cded790490f3441f25373a2658167526b79aadca9386f87e7c7a4741c6d718d" }, "downloads": -1, "filename": "Products.ATGoogleVideo-0.8.tar.gz", "has_sig": false, "md5_digest": "a64ac84f228c1702a3c776579b4cc003", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35705, "upload_time": "2009-12-18T02:01:14", "url": "https://files.pythonhosted.org/packages/bc/c5/575da42297339bb1ec53100092e0a00f10d71d6056585babec7d6bcddfd2/Products.ATGoogleVideo-0.8.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "3986576fb2fbf9dca9f15836c15fdbc5", "sha256": "48d91a481374bba967807fcbf47b310f8bf2f0b47ec4c20d084177a6ed47930c" }, "downloads": -1, "filename": "Products.ATGoogleVideo-0.8.1-py2.4.egg", "has_sig": false, "md5_digest": "3986576fb2fbf9dca9f15836c15fdbc5", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 72291, "upload_time": "2009-12-19T03:57:43", "url": "https://files.pythonhosted.org/packages/f0/d7/6bf69eb7659be6dc1fa9464a159dfa40976cf45d66bab8ac0fb209b4b51b/Products.ATGoogleVideo-0.8.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "ec091f34b264c39b0e264623ddc8154e", "sha256": "abc2b45577ee13add93d22a77a8ea63c4d391ee3c98df7147922413e0a046ae5" }, "downloads": -1, "filename": "Products.ATGoogleVideo-0.8.1.tar.gz", "has_sig": false, "md5_digest": "ec091f34b264c39b0e264623ddc8154e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35771, "upload_time": "2009-12-19T03:57:40", "url": "https://files.pythonhosted.org/packages/e0/fa/1560f5d4e8b6cd9b18f302d440e9cd7f0a10d721e9b965f930b4c6bac502/Products.ATGoogleVideo-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "663d56b9d027bb7c9d473e644167f701", "sha256": "f84984590dc76ee7aa5665a04f251d8fd00c122c17d529374c218b20c41a8ab4" }, "downloads": -1, "filename": "Products.ATGoogleVideo-0.8.2-py2.4.egg", "has_sig": false, "md5_digest": "663d56b9d027bb7c9d473e644167f701", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 72578, "upload_time": "2010-03-14T21:12:24", "url": "https://files.pythonhosted.org/packages/2c/40/8c3eba4071c82840d0e13c68bb03d068a1127bd3d525baa6495b22377db1/Products.ATGoogleVideo-0.8.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "1c460f3d79e8ed846e5d1509ff60665d", "sha256": "1f61257024f5055600dbd66660363ff4b2a35fb7bcb282651fdb431e354bcebd" }, "downloads": -1, "filename": "Products.ATGoogleVideo-0.8.2.tar.gz", "has_sig": false, "md5_digest": "1c460f3d79e8ed846e5d1509ff60665d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36013, "upload_time": "2010-03-14T21:12:22", "url": "https://files.pythonhosted.org/packages/e1/28/8db700d26e12c555ce768d122395872c2796e9fdbe54c8b682e7bf80f92c/Products.ATGoogleVideo-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "0eb0db7c6fa1ab622e82d67282fa6b45", "sha256": "e0113a75b0d1529d4dbf1e2b7b376459e6b394e6ff024a829543d045e517e671" }, "downloads": -1, "filename": "Products.ATGoogleVideo-0.8.3-py2.4.egg", "has_sig": false, "md5_digest": "0eb0db7c6fa1ab622e82d67282fa6b45", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 76167, "upload_time": "2010-08-30T23:26:15", "url": "https://files.pythonhosted.org/packages/25/8e/5b2288056823c33688f30670d22eb75a3fef1e9bc48c62aa4aaa7889b04d/Products.ATGoogleVideo-0.8.3-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "e578085a072497bab3dbbb77aaef8dde", "sha256": "c386fb723b8fa78fb86145e047854d896c96c69babf7ccd4ff6da1dcf68f3dd7" }, "downloads": -1, "filename": "Products.ATGoogleVideo-0.8.3.tar.gz", "has_sig": false, "md5_digest": "e578085a072497bab3dbbb77aaef8dde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35693, "upload_time": "2010-08-30T23:26:13", "url": "https://files.pythonhosted.org/packages/e0/fe/bc679fe008e8cd408f776392c9fdee21547c1951e28bc5f0eace544d7cfc/Products.ATGoogleVideo-0.8.3.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "f50522dfef99dce71347266c01dc5c56", "sha256": "b2e0103b4b000cbe9e0363ba21c5c0b4dd5ac13b6dcca76599c10915080851ea" }, "downloads": -1, "filename": "Products.ATGoogleVideo-0.9.tar.gz", "has_sig": false, "md5_digest": "f50522dfef99dce71347266c01dc5c56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36355, "upload_time": "2011-06-09T19:39:14", "url": "https://files.pythonhosted.org/packages/56/ed/f6b337d21f859fdb5820b129f8273397443f0352579ef1cbb98a29bdb6ec/Products.ATGoogleVideo-0.9.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "b5515302345505c509802e467226900a", "sha256": "3c91b1215b9ce0f7df4bdcea48f2ae31a390c0d5f6931f9af4e2213be2e9c849" }, "downloads": -1, "filename": "Products.ATGoogleVideo-0.9.1.tar.gz", "has_sig": false, "md5_digest": "b5515302345505c509802e467226900a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42522, "upload_time": "2012-04-05T15:12:25", "url": "https://files.pythonhosted.org/packages/8d/31/a01e59f0f10f85f6a7c9a94ebc947209c74b68148486a9edfe1baffc0eaf/Products.ATGoogleVideo-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b5515302345505c509802e467226900a", "sha256": "3c91b1215b9ce0f7df4bdcea48f2ae31a390c0d5f6931f9af4e2213be2e9c849" }, "downloads": -1, "filename": "Products.ATGoogleVideo-0.9.1.tar.gz", "has_sig": false, "md5_digest": "b5515302345505c509802e467226900a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 42522, "upload_time": "2012-04-05T15:12:25", "url": "https://files.pythonhosted.org/packages/8d/31/a01e59f0f10f85f6a7c9a94ebc947209c74b68148486a9edfe1baffc0eaf/Products.ATGoogleVideo-0.9.1.tar.gz" } ] }