Metadata-Version: 1.0
Name: atreal.richfile.preview
Version: 0.2.0
Summary: Preview Support Plugin for RichFileQualifier
Home-page: http://svn.plone.org/svn/collective/atreal.richfile.preview/
Author: atReal
Author-email: contact@atreal.fr
License: GPL
Description: .. contents::
        
        Overview
        ========
        
        Preview Support Plugin for RichFileQualifier 
        
        
        Description
        ===========
        
        This Plone Component is a plugin for atreal.richfile.qualifier_ system.
        
        .. _atreal.richfile.qualifier: http://pypi.python.org/pypi/atreal.richfile.qualifier
        
        ``atreal.richfile.preview`` provides the ability to view the HTML preview of
        a file in a viewlet. Mimetypes supported are: ::
        
            supported_mimetypes = [
                "application/pdf",
                "application/msword",
                "application/msexcel",
                "application/vnd.ms-excel",
                "application/vnd.ms-powerpoint",
                "application/vnd.oasis.opendocument.text",
                "application/vnd.oasis.opendocument.text-master",
                "application/vnd.oasis.opendocument.text-template",
                "application/vnd.oasis.opendocument.text-web",
                "application/vnd.oasis.opendocument.spreadsheet",
                "application/vnd.oasis.opendocument.spreadsheet-template",
                "application/vnd.oasis.opendocument.presentation",
                "application/vnd.oasis.opendocument.presentation-template",
                "application/vnd.oasis.opendocument.chart",
                "application/vnd.oasis.opendocument.database",
                "application/vnd.sun.xml.writer",
                "application/vnd.sun.xml.impress",
                "application/vnd.sun.xml.calc",
                ]
        
        This package requires Products.AROfficeTranforms_ and his dependencies.
        
        .. _Products.AROfficeTranforms: http://pypi.python.org/pypi/Products.AROfficeTransforms
        
        
        Control Panel
        =============
        
        Few options are avalaible in the Control Panel :
        
        * 'Update all contents': will update all contents of the portal supported by
          this plugin.
        * 'Clean all datas': will clean datas created by this plugin, for each
          supported content of the portal.
        
        Important: These operations will take a while, and may slow down the site
        significantly while the content is updated.
        
        Important: These operations search by the interface provided by the content in
        portal_catalog, so if you already have contents in your site when you install
        this package, you have to update 'object_provides' index first.
        
        
        Authors
        =======
        
        |atreal|_
        
        * `atReal Team`_
        
          - Jean-Nicolas Bes [drjnut]
          - Matthias Broquet [tiazma]
          - Florent Michon [f10w]
        
        .. |atreal| image:: http://www.atreal.fr/medias/atreal-logo-48.png
        .. _atreal: http://www.atreal.fr/
        .. _atReal Team: mailto:contact@atreal.fr
        
        
        Contributors
        ============
        
        * 
        
        
        Credits
        =======
        
        * Thanks to ARFilePreview
        
        
        Changelog
        =========
        
        0.2.0 (2011-04-27)
        ------------------
        
        * Plone 4 Compatibility : add control panel action icon with the new way
          [f10w]
        
        * Plone 4 Compatibility : update control panel template
          [f10w]
        
        * Plone 4 Compatibility : change the way to get subobject using new traverse
          adapter in qualifier
          [f10w]
        
        * Change the way to get data from file to work with 'all' files
          [f10w]
        
        * Cleanup package-structure
          [f10w]
        
        
        0.1.0 - 2010-01-06
        ------------------
        
        * Initial release
          [drjnut, f10w, tiazma]
        
Keywords: richfile plone preview atreal
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
