You are here: Home Plone products PloneExFile

PloneExFile (4.1.0)

3
by Ihor Berehulyak last modified 2009-02-17
0.0
0.0
0.0
0.0
Released on 2008-04-17 by Ingeniweb for Plone 3.0, Plone 3.1 under GPL - GNU General Public License available for All platforms.
Software development stage: beta
PloneExFile is a replacement content type for the usual File (ATCT or CMF) with additional features for the file types supported by AttachmentField (MS Office, PDF, OpenOffice)
  • File content indexing
  • File preview through the browser

Dependencies

Optional

Installation

Without FileSystemStorage

  • First install and test AttachmentField (see the README.txt of this product)
  • Unpack PloneExFile into your Zope Products Folder.
  • Restart Zope.
  • Use Plone Setup -> Plone Configuration -> Add/Remove Products to install PloneExFile. You can also use the portal_quickinstaller in the ZMI.
  • Now you can add a PloneExFile through the Plone Interface.

With FileSystemStorage

Enjoy the use of FileSystemStorage with PloneExFile without hacking the source code...

  • Install and configure FileSystemStorage as indicated in its README.txt.
  • Edit your instance's zope.conf and add this in your environment section:
<environment>
...
PLONEEXFILE_WITH_FSS on
...
</environment>

"on", "true", "1" are equivalent, whatever upper/lowercase combination. Any other is considered false.

  • Continue the installation as Without FileSystemStorage above
Document Actions
Powered by Plone