atreal.richfile.preview

by atReal last modified Apr 28, 2011 10:52 AM

Preview Support Plugin for RichFileQualifier

Project Description

atreal.richfile.preview

Overview

Preview Support Plugin for RichFileQualifier

Description

This Plone Component is a plugin for atreal.richfile.qualifier system.

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.

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]

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]

Current Release
atreal.richfile.preview 0.2.0

Released Apr 28, 2011 — tested with Plone 4, Plone 3

Plone 4 Compatibility
More about this release…

Download file Get atreal.richfile.preview for all platforms
Source
If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.

All Releases

Version Released Description Compatibility Status
0.2.0 Apr 28, 2011 Plone 4 Compatibility More about this release…
Plone 4
Plone 3
final

Comments (0)