home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / arc / zoo / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-24  |  1KB  |  72 lines

  1. .name
  2. zoo
  3. .type
  4. Archiver
  5. .short
  6. Portable archiver with good compression
  7. .description
  8. Zoo is used to create and maintain collections of files in compressed
  9. form.  It uses a Lempel-Ziv compression algorithm that gives space
  10. savings in the range of 20% to 80% depending on the type of file data.
  11. Zoo can store and selectively extract multiple generations of the same
  12. file.  Data can be recovered from damaged archives by skipping the
  13. damaged portion and locating undamaged data with the help of fiz(1).
  14. .version
  15. 2.1
  16. .date
  17. .author
  18. Rahul Dhesi, et al.
  19. .restrictions
  20. .requirements
  21. .reference
  22. AmigaLibDisk753:Zoo/
  23. 2.10
  24. AmigaLibDisk527:Zoo/
  25. 2.10
  26. AmigaLibDisk164:Zoo/
  27. 2.00
  28. AmigaLibDisk136:Zoo/
  29. 1.71
  30. AmigaLibDisk108:Zoo/
  31. 1.42B
  32. AmigaLibDisk87:Zoo/
  33. 1.42A
  34. .keywords
  35. .distribution
  36. Copyrighted but Freely Redistributable
  37. .price
  38. .address
  39. .email
  40. .phone
  41. .fax
  42. .exectype
  43. .installsize
  44. .source
  45. Includes source in C.
  46. .construction
  47. .tested
  48. .docs
  49. .described-by
  50. Fred Fish (fnf@fishpond.cygnus.com)
  51. .submittal
  52. Downloaded via ftp from wuarchive.wustl.edu.
  53. .execute
  54. set choice `RequestChoice "Zoo" "Please select an option" "Copyright" "Man Page" "Command Options" "Cancel"`
  55. if $choice EQ "0"
  56.   quit 5
  57. endif
  58.  
  59. if $choice EQ "1"
  60.   MetaTool Copyright TEXT
  61. endif
  62.  
  63. if $choice EQ "2"
  64.   MetaTool zoo.man TEXT
  65. endif
  66.  
  67. if $choice EQ "3"
  68.   MetaTool options.doc TEXT
  69. endif
  70. .aminet-dir
  71. util/arc
  72.