gustafn
committed
on 02 Jul 15
- backport from head to ease using HEAD modules
openacs-4/.../dotlrn-homework/dotlrn-homework.info (+3 -3)
1 1 <?xml version="1.0"?>
2 2 <!-- Generated by the OpenACS Package Manager -->
3 3
4 4 <package key="dotlrn-homework" url="http://openacs.org/repository/apm/packages/dotlrn-homework" type="apm_application">
5 5     <package-name>dotLRN Homework</package-name>
6 6     <pretty-plural>dotLRN Homework</pretty-plural>
7 7     <initial-install-p>f</initial-install-p>
8 8     <singleton-p>f</singleton-p>
9 9
10       <version name="2.1.1" url="http://openacs.org/repository/download/apm/dotlrn-homework-2.1.1.apm">
  10     <version name="2.1.3" url="http://openacs.org/repository/download/apm/dotlrn-homework-2.1.3.apm">
11 11         <owner url="mailto:dhogaza@pacifier.com">Don Baccus</owner>
12 12         <summary>Provides a homework assignment dropboxes for dotLRN classes.</summary>
13           <release-date>2004-03-10</release-date>
  13         <release-date>2005-09-03</release-date>
14 14         <vendor url="http://www.furfly.net">furfly.net, LLC</vendor>
15 15
16           <provides url="dotlrn-homework" version="2.1.1"/>
  16         <provides url="dotlrn-homework" version="2.1.3"/>
17 17         <requires url="dotlrn" version="1.0"/>
18 18         <requires url="dotlrn-fs" version="0.1a"/>
19 19         <requires url="new-portal" version="0.1a"/>
20 20
21 21         <callbacks>
22 22             <callback type="after-install"  proc="dotlrn_homework::apm_callbacks::package_install"/>
23 23             <callback type="before-uninstall"  proc="dotlrn_homework::apm_callbacks::package_uninstall"/>
24 24         </callbacks>
25 25
26 26         <parameters>
27 27             <parameter datatype="number"  min_n_values="1"  max_n_values="1"  name="MaximumFileSize"  default="20000000" description="&quot;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="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.***"/>
29 29         </parameters>
30 30
31 31     </version>
32 32 </package>