Metadata-Version: 1.0
Name: Products.ATGoogleVideo
Version: 0.9
Summary: Use YouTube and Google Video on a Plone Site
Home-page: https://svn.plone.org/svn/collective/Products.ATGoogleVideo
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: GPL
Description: .. contents:: Table of Contents
           :depth: 2
        
        Products.ATGoogleVideo
        ****************************************
        
        Overview
        --------
        
        **Products.ATGoogleVideo** an Archetypes based product that adds a new content 
        type to maintain references to videos stored in "Google 
        Video":http://video.google.com/ or "YouTube":http://www.youtube.com/ into a
        Plone site.
        
        **Products.ATGoogleVideo** was initially developed as part of
        "Julius":http://julius.jornada.com.mx/, a project to create a system for 
        Newspaper Workflow Automation based on the requirements of La Jornada and on the 
        "IPTC News Architecture":http://www.iptc.org/.
        
        Requirements
        ------------
        
            - Plone 4.0.x (http://plone.org/products/plone)
            - Plone 3.0.x (http://plone.org/products/plone)
        
        Screenshot
        -----------
        
            .. image:: http://www.simplesconsultoria.com.br/tecnologia/plone/produtos/products.atgooglevideo/Products.ATGoogleVideo-0.9-screenshot.png/image_preview
        
        Installation
        ------------
            
        To enable this product,on a buildout based installation:
        
            1. Edit your buildout.cfg and add ``Products.ATGoogleVideo``
               to the list of eggs to install ::
        
                [buildout]
                ...
                eggs = 
                    Products.ATGoogleVideo
        
        After updating the configuration you need to run the ''bin/buildout'',
        which will take care of updating your system.
        
        Go to the 'Site Setup' page in the Plone interface and click on the
        'Add/Remove Products' link.
        
        Choose the product (check its checkbox) and click the 'Install' button.
        
        Uninstall -- This can be done from the same management screen, but only
        if you installed it from the quick installer.
        
        Note: You may have to empty your browser cache and save your resource registries
        in order to see the effects of the product installation.
        
        Acknowlegements
        ---------------
        
        This product could not be possible without the work of the following people:
        
           * Martin Aspeli for his "RichDocument: Creating content types the Plone 2.1
             way":http://plone.org/documentation/tutorial/richdocument tutorial
           
           * Andy McKay for his
             "book":http://plone.org/documentation/manual/definitive-guide and his 
             tutorial on "Testing and Development 
             Practices":http://plonebootcamps.com/courses/conf-adv
             
           * David Convent for his "DIY Plone 
             Style":http://plone.org/products/diyplonestyle product
        
        Contributing
        --------------
        
            Code repository can be found at `Plone Collective 
            <https://svn.plone.org/svn/collective/Products.ATGoogleVideo>`_
        
        
        Credits
        -------
           
           * H?ctor Velarde <hvelarde@jornada.com.mx> (Original product)
            
           * `Simples Consultoria <http://www.simplesconsultoria.com.br/>`_ 
             (egg version)
            
        
        
        Changelog
        -----------
        
        0.8.4 (2010-10-06)
        ^^^^^^^^^^^^^^^^^^^^
        
            * Updated to run in Plone 4 [lepri]
            
            * Adding zcml autoinclude [erico_andrei]
        
        
        0.8.3 (2010-08-30)
        ^^^^^^^^^^^^^^^^^^^^
        
            * Added field dimensions [thiromi]
            * Added field video transcription [thiromi]
            * Filled some blank msgids at brazilian portuguese [thiromi]
            * Removed BOM from README.txt that was causing formatting errors [thiromi]
        
        0.8.2 (2010-03-12)
        ^^^^^^^^^^^^^^^^^^^^
        
            * Added method getRemoteUrl (Thanks to everton137) [erico_andrei]
        
        0.8.1 (2009-12-19)
        ^^^^^^^^^^^^^^^^^^^^
            
            * Instead of using product_type (typo?), use portal_type [erico_andrei]
        
        0.8 (2009-12-17)
        ^^^^^^^^^^^^^^^^^^^^
            
            * Explicitly set portal_type ATGoogleVideo class as archetype_tool still use
              it... [erico_andrei]
              
            * Auto-play should not be required [erico_andrei]
        
            * First egg release of Products.ATGoogleVideo [erico_andrei]
        
Keywords: plone ATGoogleVideo youtube video googlevideo
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
