This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: About the confusing aspect of your documents
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: Khoa Do <kdo at stratacare dot com>
- Cc: "'gcc at gnu dot org'" <gcc at gnu dot org>
- Date: Fri, 28 Dec 2001 22:31:38 +0100
- Subject: Re: About the confusing aspect of your documents
- References: <FBA1382A947CD511B3E100D0B7E8C5F149EAE0@mail.strata>
Khoa Do <kdo@stratacare.com> writes:
> I just have one comment on the the documents found on
> http://gcc.gnu.org/onlinedocs/. The documents that you have listed in
> Postscript format came with a .ps.gz extension. As a result, I thought it
> was zipped and tried to unzip it using Winzip only to get nothing. I
> finally got a clue and renamed it to .ps only and it came up fine. I know I
> didn't have to rename it but on the Windows machine, but it shows up with a
> extracting archive icon on it.
Your web browser has probably decoded the file automatically, without
altering the file extension (Netscape does this).
At the server side, you can prevent this by removing some Apache MIME
type specialties from the server configuration file (which are enabled
in the default configuration file, but not by default ;-).