Index: openacs-4/packages/file-storage/file-storage.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/file-storage.info,v diff -u -r1.40 -r1.41 --- openacs-4/packages/file-storage/file-storage.info 29 Sep 2005 18:51:09 -0000 1.40 +++ openacs-4/packages/file-storage/file-storage.info 30 Sep 2005 15:28:58 -0000 1.41 @@ -32,8 +32,8 @@ <callback type="before-unmount" proc="fs::before_unmount"/> </callbacks> <parameters> - <parameter datatype="string" min_n_values="1" max_n_values="1" name="ArchiveCommand" default="tar cf - {in_file} | gzip > {out_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."/> - <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"/> + <parameter datatype="string" min_n_values="1" max_n_values="1" name="ArchiveCommand" default="zip -r {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."/> + <parameter datatype="string" min_n_values="1" max_n_values="1" name="ArchiveExtension" default="zip" description="The extension that the programmer should add to the output file. This depends on the value of ArchiveCommand"/> <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="20000000" 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."/>