###########
PloneExFile
###########

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
############

* Plone 2.0.5, 2.1.x

* Archetypes >= 1.3.3

* AttachmentField_ >= 1.3.5

Installation
############

* 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.

Testing
#######

Please read the PloneExFile/tests/README file.

Migration
#########

Migration from PloneExFile 2.x is possible with the scripts in
PloneExFile/migration, but they are not yet very polished.

Please make a backup before migrating.

Follow the migration howto:

  PloneExFile/migration/migration_howto.txt

Credits
#######

PloneExFile is an Ingeniweb_ product.

License
#######

AttachmentField is protected by the terms of the GPL v2 license. See
the LICENSE file for details.

Downloads
#########

You may find newer stable versions of PloneExFile and pointers to
related informations (tracker, doc, ...) from
http://plone.org/products/ploneexfile

CVS repository
##############

Stay in tune with the freshest (unstable) versions:

::

 $ cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/ingeniweb co PloneExFile

Feedback
########

Report bugs at http://sourceforge.net/projects/ingeniweb (click the
"Bugs" link)

Ask for support at support@ingeniweb.com

------------

.. _Ingeniweb: http://www.ingeniweb.com
.. _AttachmentField: http://www.plone.org/products/attachmentfield
