Index: openacs-4/packages/photo-album/photo-album.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/photo-album.info,v diff -u -r1.13 -r1.13.2.1 --- openacs-4/packages/photo-album/photo-album.info 1 Jun 2004 19:13:05 -0000 1.13 +++ openacs-4/packages/photo-album/photo-album.info 18 Feb 2006 21:47:23 -0000 1.13.2.1 @@ -1,38 +1,39 @@ <?xml version="1.0"?> <!-- Generated by the OpenACS Package Manager --> -<package key="photo-album" url="http://openacs.org/repository/apm/packages/photo-album" type="apm_application"> +<package key="photo-album" url="http://www.arsdgita.com/acs-repository/apm/packages/photo-album" type="apm_application"> <package-name>Photo Album</package-name> <pretty-plural>Photo Albums</pretty-plural> <initial-install-p>f</initial-install-p> <singleton-p>f</singleton-p> - <version name="5.2.2" url="http://xarg.net/download/photo-album-5.2.2.apm"> + <version name="5.2.3" url="http://xarg.net/download/photo-album-5.2.3.apm"> <owner url="mailto:davis@xarg.net">Jeff Davis</owner> <owner url="mailto:wtem@olywa.net">Walter McGinnis</owner> <owner>Tom Baginski</owner> <summary>Organization, editing and display of user uploaded photos.</summary> - <release-date>2004-05-03</release-date> + <release-date>2006-02-18</release-date> <vendor url="http://openacs.org">OpenACS</vendor> - <description format="text/plain">A photo album application that provides photo display and grouping -functionality using the ACS Content Repository. -<p> -Allows users to upload photos, store and edit attributes, and group -photos into albums and folders. Supports permissioning, exif data, and user clipboards. -<p> -Requires installation of ImageMagick and jhead on host machine. See design doc -for details. + <description format="text/html">A photo album application that provides photo display and grouping +functionality using the ACS Content Repository. +<p> +Allows users to upload photos, store and edit attributes, and group +photos into albums and folders. Supports permissioning, exif data, and user clipboards. +<p> +Requires installation of ImageMagick and jhead on host machine. See design doc +for details. </description> + <maturity>1</maturity> - <provides url="photo-album" version="5.2.2"/> - <requires url="acs-content-repository" version="5.2.0d2"/> - <requires url="acs-kernel" version="5.2.0d2"/> - <requires url="acs-templating" version="4.1"/> + <provides url="photo-album" version="5.2.3"/> + <requires url="acs-content-repository" version="5.2.2"/> + <requires url="acs-kernel" version="5.2.2"/> + <requires url="acs-templating" version="5.2.2"/> <callbacks> - <callback type="after-install" proc="photo_album::install::package_install"/> - <callback type="before-uninstall" proc="photo_album::install::package_uninstall"/> <callback type="before-upgrade" proc="photo_album::install::package_upgrade"/> + <callback type="before-uninstall" proc="photo_album::install::package_uninstall"/> + <callback type="after-install" proc="photo_album::install::package_install"/> </callbacks> <parameters> <parameter datatype="string" min_n_values="1" max_n_values="1" name="AcceptableUploadMIMETypes" default="image/jpeg,image/gif" description="CSV of acceptable MIME Types for Photo Upload"/>