| |
1 |
1 |
<?xml version="1.0"?> |
| |
2 |
2 |
<!-- Generated by the OpenACS Package Manager --> |
| |
3 |
3 |
|
| |
4 |
|
<package key="photo-album" url="http://openacs.org/repository/apm/packages/photo-album" type="apm_application"> |
| |
|
4 |
<package key="photo-album" url="http://www.arsdgita.com/acs-repository/apm/packages/photo-album" type="apm_application"> |
| |
5 |
5 |
<package-name>Photo Album</package-name> |
| |
6 |
6 |
<pretty-plural>Photo Albums</pretty-plural> |
| |
7 |
7 |
<initial-install-p>f</initial-install-p> |
| |
8 |
8 |
<singleton-p>f</singleton-p> |
| |
9 |
9 |
|
| |
10 |
|
<version name="5.2.2" url="http://xarg.net/download/photo-album-5.2.2.apm"> |
| |
|
10 |
<version name="5.2.3" url="http://xarg.net/download/photo-album-5.2.3.apm"> |
| |
11 |
11 |
<owner url="mailto:davis@xarg.net">Jeff Davis</owner> |
| |
12 |
12 |
<owner url="mailto:wtem@olywa.net">Walter McGinnis</owner> |
| |
13 |
13 |
<owner>Tom Baginski</owner> |
| |
14 |
14 |
<summary>Organization, editing and display of user uploaded photos.</summary> |
| |
15 |
|
<release-date>2004-05-03</release-date> |
| |
|
15 |
<release-date>2006-02-18</release-date> |
| |
16 |
16 |
<vendor url="http://openacs.org">OpenACS</vendor> |
| |
17 |
|
<description format="text/plain">A photo album application that provides photo display and grouping |
| |
|
17 |
<description format="text/html">A photo album application that provides photo display and grouping |
| |
18 |
18 |
functionality using the ACS Content Repository. |
| |
19 |
19 |
<p> |
| |
20 |
20 |
Allows users to upload photos, store and edit attributes, and group |
| |
21 |
21 |
photos into albums and folders. Supports permissioning, exif data, and user clipboards. |
| |
22 |
22 |
<p> |
| |
23 |
23 |
Requires installation of ImageMagick and jhead on host machine. See design doc |
| |
24 |
24 |
for details. |
| |
25 |
25 |
</description> |
| |
|
26 |
<maturity>1</maturity> |
| |
26 |
27 |
|
| |
27 |
|
<provides url="photo-album" version="5.2.2"/> |
| |
28 |
|
<requires url="acs-content-repository" version="5.2.0d2"/> |
| |
29 |
|
<requires url="acs-kernel" version="5.2.0d2"/> |
| |
30 |
|
<requires url="acs-templating" version="4.1"/> |
| |
|
28 |
<provides url="photo-album" version="5.2.3"/> |
| |
|
29 |
<requires url="acs-content-repository" version="5.2.2"/> |
| |
|
30 |
<requires url="acs-kernel" version="5.2.2"/> |
| |
|
31 |
<requires url="acs-templating" version="5.2.2"/> |
| |
31 |
32 |
|
| |
32 |
33 |
<callbacks> |
| |
33 |
|
<callback type="after-install" proc="photo_album::install::package_install"/> |
| |
34 |
|
<callback type="before-uninstall" proc="photo_album::install::package_uninstall"/> |
| |
35 |
34 |
<callback type="before-upgrade" proc="photo_album::install::package_upgrade"/> |
| |
|
35 |
<callback type="before-uninstall" proc="photo_album::install::package_uninstall"/> |
| |
|
36 |
<callback type="after-install" proc="photo_album::install::package_install"/> |
| |
36 |
37 |
</callbacks> |
| |
37 |
38 |
<parameters> |
| |
38 |
39 |
<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"/> |
| |
39 |
40 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="AllowBasePhotoAccessP" default="t" description="If set to t, users are presented a link to display the full sized base image from photo page."/> |
| |
40 |
41 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="CheckPermissionOnImageServeP" default="f" description="If set to t, the index.vuh file in the images directory runs a query to check if user has read access to photo prior to serving it. Note, setting to t can impact performance on high volume sites."/> |
| |
41 |
42 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="ConverttoJpgorPng" default="1" description="Flag to convert BMP to JPG automatically"/> |
| |
42 |
43 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="DefaultRootFolderPrivileges" default="the_public read registered_users pa_create_album registered_users pa_create_folder" description="List of grantee privilege pairs for new root folders. Grantee is either an integer or function that returns a party_id. Format as a space separated listlist"/> |
| |
43 |
44 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="FullTempPhotoDir" default="/tmp/photo-album" description="Absolute path from computer root to path for temporary photos."/> |
| |
44 |
45 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="ImageMagickPath" default="/usr/local/bin" description="Absolute path from computer root to directory containing ImageMagick executables"/> |
| |
45 |
46 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="PrivilegeForCreator" default="admin" description="CSV of privileges to grant to creators of new objects within photo album"/> |
| |
46 |
47 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="ShowShutterflyLinkP" default="f" description="Set to t if you want to allow users to send selected photos to Shutterfly.com, a for-profit photo-printing service."/> |
| |
47 |
48 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="ThumbnailSize" default="150x150" description="Max Dimension for thumbnail image"/> |
| |
48 |
49 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="ThumbnailsPerPage" default="12" description="Number of thumbnail images to be displayed per album page"/> |
| |
49 |
50 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="ViewerSize" default="700x500" description="Max Dimension for viewer image"/> |
| |
50 |
51 |
</parameters> |
| |
51 |
52 |
|
| |
52 |
53 |
</version> |
| |
53 |
54 |
</package> |