Package: collective - FSPhoto
Photo management product for plone. Stores images filesystem so any web server can serve these images.
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | FSPhoto |
| Files Page: | http://sourceforge.net/project/showfiles.php?group_id=55262&package_id=123821 |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/FSPhoto/ |
Releases
| Release Date | Release Name | Download | |
|---|---|---|---|
| 2004-07-13 10:00 | 0.1 | sourceforge |
Package README (CVS ver. 1.3)
FS Photo README
FSPhoto - photo management product for plone
Forum http://www.cmfboard.org/forums/products/fsphoto/
About
The difference between FSPhoto and other products is the way it stores
images.
FSPhoto stores images on the filesystem so any web server (like apache)
can serve these images. FSPhoto automatically generates the right links for
the photos.
But beware!!! Beacuse the photos are stored on the filesystem, the zope
security machinary
will not work.
Prerequisites
* Zope 2.6.2+ (http://www.zope.org)
* CMF 1.4.2+ (http://cmf.zope.org)
* Plone 2.0+ (http://www.plone.org)
* ArcheTypes 1.2.5 (http://sourceforge.net/projects/archetypes/)
* PIL (http://www.pythonware.com/products/pil/):
Installation
Use plone control panel to install FSPhoto.
Setup
There are two steps to setup:
1 Configure Apache (or other) web server
2 Install & Configure FSPhoto in Plone
Configure web server
You must select the filesystem directory where the photos will be
stored,
e.g something like /var/www/photo. Then configure your web server to
serve files from this directory.
Configure FSPhoto
In Plone's control panel after install select "FS Photo Configure"
There you must enter filesystem directory path where the photos will
be saved, and the url they will be served up as.
That's all.