| |
1 |
1 |
<?xml version="1.0"?> |
| |
2 |
2 |
<!-- Generated by the OpenACS Package Manager --> |
| |
3 |
3 |
|
| |
4 |
4 |
<package key="file-storage" url="http://openacs.org/repository/apm/packages/file-storage" type="apm_application"> |
| |
5 |
5 |
<package-name>File Storage</package-name> |
| |
6 |
6 |
<pretty-plural>File Storage Areas</pretty-plural> |
| |
7 |
7 |
<initial-install-p>f</initial-install-p> |
| |
8 |
8 |
<singleton-p>f</singleton-p> |
| |
9 |
9 |
|
| |
10 |
|
<version name="5.0.0b4" url="http://openacs.org/repository/download/apm/file-storage-5.0.0b4.apm"> |
| |
|
10 |
<version name="5.0.1" url="http://openacs.org/repository/download/apm/file-storage-5.0.1.apm"> |
| |
11 |
11 |
<owner url="http://openacs.org">OpenACS</owner> |
| |
12 |
12 |
<summary>Collaborative document storage</summary> |
| |
13 |
|
<release-date>2003-11-10</release-date> |
| |
|
13 |
<release-date>2004-03-04</release-date> |
| |
14 |
14 |
<vendor url="http://openacs.org">OpenACS</vendor> |
| |
15 |
15 |
<description format="text/plain">Provides a versioned document store with storage in the filesystem or database (depending on configuration). Documents and folders can be permissioned and folders downloaded.</description> |
| |
16 |
16 |
|
| |
17 |
|
<provides url="file-storage" version="5.0.0b4"/> |
| |
|
17 |
<provides url="file-storage" version="5.0.1"/> |
| |
18 |
18 |
<requires url="acs-content-repository" version="5.0.0b4"/> |
| |
19 |
19 |
<requires url="acs-kernel" version="5.0.0b4"/> |
| |
20 |
20 |
|
| |
21 |
21 |
<callbacks> |
| |
22 |
22 |
</callbacks> |
| |
23 |
23 |
<parameters> |
| |
24 |
24 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="ArchiveCommand" default="tar -czf {out_file} {in_file}" description="Program (and program options) to use for archiving file storage objects. Use the special tags {in_file} and {out_file} (including the curly braces) to denote the locations of the input and output files on the command line."/> |
| |
25 |
25 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="ArchiveExtension" default="tgz" description="The extension that the programmer should add to the output file. This depends on the value of ArchiveCommand"/> |
| |
26 |
26 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="GeneralCommentsP" default="0" description="Allow comments to be attached to a file."/> |
| |
27 |
27 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="MaximumFileSize" default="2000000" description="The maximum size, in bytes, of files that users are allowed to upload"/> |
| |
28 |
28 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="ShowAdministerPermissionsLinkP" default="1" description="Whether or not to show a link to administer permissions on the file storage object."/> |
| |
29 |
29 |
<parameter datatype="number" min_n_values="1" max_n_values="1" name="StoreFilesInDatabaseP" default="1" description="Flag to determine the storage type. A flag of 1 (true) will store the files in the database. If 0 (false) files are stored in the filesystem. ***This parameter should only be changed at package instance creation.***"/> |
| |
30 |
30 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="UnzipBinary" default="unzip" description="The path and name of the unzip binary to unpack zip files containing multiple files."/> |
| |
31 |
31 |
</parameters> |
| |
32 |
32 |
|
| |
33 |
33 |
</version> |
| |
34 |
34 |
</package> |