INSTALLATION

  * Zope 2.6.1 - http://www.zope.org

  * Plone 1.0.1 - http://www.plone.org

  * CMF 1.3 - http://cmf.zope.org

  * BTreeFolder2 0.5 - http://hathaway.freezope.org/Software/BTreeFolder2
  
  * Quickinstaller (optional) - http://sf.net/projects/collective/

  Use the QuickInstaller tool to register CMFPhotoAlbum in your plone instance
  or add and run Extenstions/Install/install as an external method after plone
  is installed.
  
KNOWN ISSUES

  CMFPhotoAlbum needs the CMFCorePermissions.ListFolderContents permission
  to list all photos. In some circumstances anonymous doesn't have this
  permission and CMFPhotoAlbum isn't able to show a list of all photos.
  
  BackTalk discussion of an album is disabled and not yet possible. If enabled
  all new comments to a photo are added to the album instead to the photo. I
  have no time to fix this error so feel free to contribute. :)
  
  FTP upload file type detections is based on Zope's medusa server
  mimetype registry. This registry is using file extensions to set the mime
  type of an upload, it's not a detection using the magic byte header of an
  file like un*x file command. Therefore every image *must* have an extension
  like .jpg or .png to be recognized as an image. Otherwise an upload won't be
  converted to a photo automagically. Reported by creature on #plone.

For more information see http://sourceforge.net/projects/collective/

CONTACT

  Christian 'Tiran' Heimes <heimes@faho.rwth-aachen.de> -- maintainer
  Magnus Heino <magnus.heino@home.se> -- original author

  Please send questions, patches and help requests to Christian. Magnus
  won't have time to answer your questions.