-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfile-storage.info
More file actions
56 lines (50 loc) · 4.91 KB
/
file-storage.info
File metadata and controls
56 lines (50 loc) · 4.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0"?>
<!-- Generated by the OpenACS Package Manager -->
<package key="file-storage" url="http://openacs.org/repository/apm/packages/file-storage" type="apm_application">
<package-name>File Storage</package-name>
<pretty-plural>File Storage Areas</pretty-plural>
<initial-install-p>f</initial-install-p>
<singleton-p>f</singleton-p>
<version name="5.10.1" url="http://openacs.org/repository/download/apm/file-storage-5.10.1.apm">
<owner url="http://openacs.org">OpenACS</owner>
<summary>Collaborative document storage</summary>
<release-date>2024-09-02</release-date>
<vendor url="http://openacs.org">OpenACS</vendor>
<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>
<license>GPL version 2</license>
<maturity>2</maturity>
<package_instance_name>#file-storage.file-storage#</package_instance_name>
<provides url="file-storage" version="5.10.1"/>
<requires url="acs-kernel" version="5.10.1"/>
<requires url="acs-tcl" version="5.10.1"/>
<requires url="acs-content-repository" version="5.10.1"/>
<requires url="acs-automated-testing" version="5.10.1"/>
<requires url="acs-templating" version="5.10.1"/>
<requires url="acs-lang" version="5.10.1"/>
<requires url="categories" version="1.1.3"/>
<requires url="notifications" version="5.10.1"/>
<requires url="rss-support" version="0.5"/>
<callbacks>
<callback type="after-install" proc="fs::install::package_install"/>
<callback type="before-uninstall" proc="fs::install::package_uninstall"/>
<callback type="after-instantiate" proc="fs::install::after_instantiate"/>
<callback type="after-mount" proc="fs::after_mount"/>
<callback type="after-upgrade" proc="fs::install::upgrade"/>
<callback type="before-uninstantiate" proc="fs::install::before_uninstantiate"/>
<callback type="before-unmount" proc="fs::before_unmount"/>
</callbacks>
<parameters>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="AllowTextEdit" default="0" description="Allow users to edit the content of text based files in their browser."/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="BehaveLikeFilesystemP" default="0" description="Switch to use file-title for download instead of original filename"/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="CategoriesP" default="0" description="Allow categories to be attached to a file."/>
<parameter datatype="string" min_n_values="1" max_n_values="1" name="DownloadTargetWindowName" description="Many modern Web browsers will attempt to open documents directly in the browser if they can. To disable this "plugin mode" behavior and cause downloads to open in a new window, set this value to "_blank" or any nonempty string. Setting this value to the empty string (default) will leave it to the browser program to decide."/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="ExposeRssP" default="0" description="Should we offer navigation to set up RSS feeds for folders?"/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="GeneralCommentsP" default="0" description="Allow comments to be attached to a file."/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="MaximumFileSize" default="" description="The maximum size, in bytes, of files that users are allowed to upload. Should not be set larger than the systemwide AOLServer parameter maxinput."/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="MoveByCopyDeleteP" default="0" description="Move files by copying and then deleting the original? Default is false, use normal move"/>
<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."/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="StoreFilesInDatabaseP" default="0" 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.***"/>
<parameter datatype="number" min_n_values="1" max_n_values="1" name="UseWebDavP" default="0" description="Flag to determine if WebDav is active. A flag of 1 (true) means WebDav is active and we will show WebDav links."/>
</parameters>
</version>
</package>