diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-21 17:37:41 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-21 17:37:41 +0000 |
commit | 2c1dacfddfef424f900930ba26e3c1e31c9e1975 (patch) | |
tree | d3d30616c4ccf3544a7bd2b4d3db04a23f37bfad /FAQ | |
parent | 52a1fc449d07e2cc6ebb86455ffa6f9a6ed461d9 (diff) | |
download | ATCD-2c1dacfddfef424f900930ba26e3c1e31c9e1975.tar.gz |
Updated question 39
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 34 |
1 files changed, 10 insertions, 24 deletions
@@ -1465,30 +1465,16 @@ You should use cont() for that. Does that make sense? > about x-gzip formatting. I'm running Netscape 2.0 under MS Windows > NT. - x-gzip is a hook for the GNU "gzip" program, which should be -freely available for NT at prep.ai.mit.edu in the /pub/gnu directory. -Here's how our "Global Mailcap" entry for Netscape looks like (see the -"Helper Applications" menu under "preferences": - ----------------------------------------- -# For the format of this file, see -# ftp://wuarchive/doc/internet-drafts/draft-borenstein-mailcap-00.txt.Z - -audio/*; audiotool %s; test=test -n "$DISPLAY" && test -w /dev/audio -image/*; xv %s; test=test -n "$DISPLAY" -application/postscript; ghostview %s; test=test -n "$DISPLAY" -video/mpeg; mpeg_play %s; test=test -n "$DISPLAY" -video/*; xanim +Ae %s; test=test -n "$DISPLAY" -application/x-dvi; xdvi %s; test=test -n "$DISPLAY" -application/x-compress; uncompress %s; test=test -n "$DISPLAY" -application/x-gzip; gunzip %s; test=test -n "$DISPLAY" -application/x-zip; unzip %s; test=test -n "$DISPLAY" ----------------------------------------- - -BTW, if you can't get uncompress to work, please ftp to -wuarchive.wustl.edu and look in the directory -/languages/c++/ACE/ACE-documentation/. All the papers are there, as -well. +To view PostScript files under Win32 you will need a PostScript +viewer such as GSview. You can find GSview and Ghostscript (which is +needed to run GSview) at http://www.cs.wisc.edu/~ghost/. + +It seems that both Netscape and Internet Explorer mangles the names +of downloaded files to reflect their content type, so *.ps.gz files +are saved as *_ps.ps instead. Fortunately, GSview as of version 2.2 +supports gzip compressed postscript. When set up as a viewer for +Postscript files, files with mangled names can be viewed by GSview +without any preprocessing. ---------------------------------------- |