home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / utilitys / 499 / stzip08 / readme next >
Encoding:
Text File  |  1991-06-08  |  2.9 KB  |  84 lines

  1.            STZIP version 0.8 beta
  2.            ----------------------
  3.  
  4. STzip is an archiver that process .ZIP file, as does PKzip on IBM PC.
  5. It can extract and add files, is fast and use gem.
  6.  
  7. STzip isn't yet finished but after having worked on it for nearly two years,
  8. I decided to release something before I get fed up with it !
  9. English manual, comments support, delete file in a zipfile and display
  10. a compressed file in a window will be added in the next version.
  11. Please note that it is a beta version, which is a nice way to say that
  12. there are still some bugs, please report them.
  13.  
  14. The documentation is still in french but the strings in the program are
  15. in english and there is an english version of the resource file : just
  16. rename ZIPENG.RSC to ZIPGEM.RSC.
  17.  
  18. You can use stzip from a shell or a program with a command line (type
  19. stzip -? to get some help), or within its built in gem shell (just
  20. start stzip.prg), with an english resource file. You can also install a
  21. gem application on the desktop with extension .ZIP, stzip will open a
  22. zipfile when you double clic on it.
  23.  
  24. This is postcardware, if you use it please send a nice postcard to
  25.  
  26. Vincent Pomey
  27. 2 allée Valéry Larbaud
  28. 92260 Fontenay aux roses - France
  29.  
  30. Fido  : Vincent Pomey (2:320/101)
  31. Email : afp!gna!linn!vincent@tfd.com
  32. BBS   : Linn, +33 1 46 55 37 91 (HST V32)
  33.  
  34. -----------------------------------------------------------------------
  35.  
  36.             What's new ?
  37.                     ------------
  38.  
  39. Version 0.8       9 May 91
  40. --------------------------
  41. Fixed compatibility problem with PKZip/Implode, doesn't compress better
  42. than PKZip anymore :-(
  43. You can use the old incompatible compression algorithm with the -ej
  44. switch. It is strongly suggested not to use it unless you are sure
  45. nobody will extract the file on a PC.
  46. Hope to increase compression ratio in next release.
  47.  
  48. Version 0.7      21 Apr 91
  49. --------------------------
  50. Big text files couldn't implode without bombing, fixed.
  51.  
  52. Version 0.6       4 Apr 91
  53. --------------------------
  54. Imploding is now the default algorithm, and detects text files to use
  55. better parameters. Added drive buttons.
  56.  
  57. Version 0.5       3 Apr 91
  58. --------------------------
  59. Added imploding, use the -ei switch to select it in command line, or go in
  60. the configuration box in gem.
  61.  
  62. Version 0.4      29 Dec 90
  63. --------------------------
  64. Compiler change, stzip.prg is 22k smaller. Added disk format.
  65.  
  66. [sleeping]
  67.  
  68. Version 0.3      1 Jun 90
  69. -------------------------
  70. Bugs changed, Comments. -z (set zipcomment) and -t (set zipfile date)
  71. switchs added.
  72.  
  73. Version 0.2   30 April 90
  74. -------------------------
  75. Shrinking is nearly 65% faster.
  76. Many bugs removed. No more limitation in the number of files added.
  77. Added a -e switch to select the compression method (currently, only -es
  78. (store only) is useful), and a -p switch to store paths when not
  79. recursing into subdirs.
  80.  
  81. Version 0.1    5 April 90
  82. -------------------------
  83. First beta release.
  84.