Skip to content
Prev 1932 / 63421 Next

Using zip format for help pages, examples, etc.

On 26 Mar 1999, Douglas Bates wrote:

            
Doing this proved relatively easy and quite fast enough. It will appear
in the next Windows version (rw0640, I presume) that is due in a few days.
We just use unzip to extract a file and display it. (There is a DLL
version of unzip, but it seems unnecessary.)  Using zipped help is optional
by package, and where selected (when installing the package from source)
zips up the text, latex and example files. The space savings on a VFAT16
file system are considerable (about 20Mb on my system).

It is a little unfair to blame Windows: it has had more space-efficient
file systems (NTFS, FAT32) for some time. The problem is that not
everything else (notably Linux) could read/write these, and so they
were not the defaults.

Brian