Package: collective - ImagedDocument
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | ImagedDocument |
| Files Page: | |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/ImagedDocument/ |
Package README (CVS ver. 1.1)
ImagedDocument consists of two content-types
- ImagedPage -- ImagedPage allows you to upload a single image in any format
supported by PIL. The image is converted on the fly to a thumbnail and to
an image to be used insiVde a browser. So the ImagedPage keeps the original
image and the two smaller variants of the image. In addition an ImagedPage
has
some metadata like DPI, keywords and a body field for additional text. PDF
can
be generated on the fly.
- ImagedDocument -- ImagedDocument is an ordered container object that
consists of several ImagedPages. ImagedPages inside the container can
be reordered using the OrderedBaseFolder user interface. All ImagedPage
instances are shown as 4x4 matrix (plus batching). PDF can be generated
for all ImagedPages inside a ImagedDocument. In addition basic support
for importing and exporting images as tar.gz archive including a metadata
file in XML format is provided.
Status:
- early coding phase
- unreleased
Requirements:
- Python 2.3.3, Zope 2.7, Plone 2 or higher, Archetypes 1.2 or higher
- PIL (Python Imaging Library)
- Reportlab
Copyright
ImagedDocument is (C) 2004, by Jeff Kowalczyk (jtk@yahoo.com) and
Andreas Jung(andreas@andreas-jung) and published as open-source software
under the Zope Public License Version 2 (see ZPL.txt).
Initial coding by Andreas Jung. Funded by Jeff Kowalczyk.