Package: collective - CMFExternalFile
CMF wrapper around Aerial Partners
ExternalFile Product
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | CMFExternalFile |
| Files Page: | http://sourceforge.net/project/showfiles.php?group_id=55262&package_id=102510 |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/CMFExternalFile/ |
Releases
| Release Date | Release Name | Download | |
|---|---|---|---|
| 2003-11-30 21:50 | CMFExternalFile.0.5 | sourceforge |
Package README (CVS ver. 1.5)
CMF wrapper around Aerial Partners ExternalFile Product
Requirements:
- "ExternalFile Product":http://www.zope.org/Members/arielpartners/ExternalFi-
le
- "CMF 1.3.1 or higher (1.4 recommneded)":http://cmf.zope.org/
Install:
- copy ExternalFile folder in $zope/lib/python/Products
- copy CMFExternalFile in $zope/lib/python/Products
- create a CMF/Plone site
- run an External Method (or use portal_quickinstaller)
- id: install
module: CMFExternalFile.Install
function: Install
- save
- click 'test' tab
- in CMF install external_editor using:
- http://cmf.zope.org/Members/tseaver/20020723_external_editor_available
- in Plone simply type this url in http://host/path/to/plone/add_ext_editor
(which executes the add_ext_editor python script that will configure all
your content types to have ext editor action)
Caveats:
- All caveats of ExternalFile, whatever they might be
- portal_types actions come configured as string: expressions so
you will need to modify them for CMF1.3.1 and below.
- If you remove a External File object in Zope it does not remove it
from the Filesystem. (Could put a attribute on portal_externalfiles tool to
dictate this)
Location:
- The Collective, http://sf.net/projects/collective
Author:
- alan runyan, runyaga@runyaga.com
Contributors:
- Andy McKay
- Kiran Jonnalagadda