Received: from jimi.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa22875;
          1 Jun 94 22:39 PDT
To: jay@JIMI.CS.UNLV.EDU
Subject: bug-chimera jun 94
Date: Wed, 01 Jun 1994 22:39:31 -0700
From: Jay Nietling <jay@JIMI.CS.UNLV.EDU>


------- Forwarded Messages

Received: from charles.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa29462;
          1 Jun 94 0:57 PDT
To: bug-chimera@cs.unlv.edu
Subject: Re: Handling Encoding types? 
In-reply-to: Your message of "Tue, 31 May 1994 23:51:24 EDT."
             <9405312351.aa11671@wolf.arl.mil> 
Date: Wed, 01 Jun 1994 00:57:04 -0700
From: John Kilburg <john@charles.CS.UNLV.EDU>

>	http://hawks.ha.md.us/Compressed.html.Z

Nevermind about this not working.  I must have typed the hostname
in wrong or something.

							-john

------- Message 2

Received: from charles.CS.UNLV.EDU by JIMI.CS.UNLV.EDU id aa15265;
          1 Jun 94 19:49 PDT
To: bug-chimera@charles.CS.UNLV.EDU
Subject: 1.53
Date: Wed, 01 Jun 1994 19:49:22 -0700
From: John Kilburg <john@charles.CS.UNLV.EDU>

should be ready to go.

ftp://ftp.cs.unlv.edu/pub/chimera

It is mirrored nightly at

ftp://sunsite.unc.edu/pub/packages/infosystems/WWW/Chimera

if you have trouble with ftp.cs.unlv.edu.

							-john

------- Message 3

Received: from wolf.arl.mil by JIMI.CS.UNLV.EDU id aa21151; 1 Jun 94 21:57 PDT
Date:     Thu, 2 Jun 94 0:44:31 EDT
From:     "Lee A. Butler" <butler@arl.mil>
To:       bug-chimera@cs.unlv.edu
Subject:  1.53 and HTTP Encodings
Message-ID:  <9406020044.aa01061@wolf.arl.mil>

The content file that is delivered with version 1.53 of chimera says:

	#
	# Entries for dealing with encoding.  MUST USE '|' style.
	# Hope you are using GNU zcat...
	#
	x-compress *       |zcat %s 2> /dev/null
	x-gzip *           |zcat %s 2> /dev/null

I found that this did not work on my system, but that the following did:

	x-compress *       |zcat < %s 2> /dev/null
	x-gzip *           |gunzip < %s 2> /dev/null

Lee A. Butler
Attn: AMSRL-SL-BV
U.S. Army Research Laboratory			Internet: butler@brl.mil
Aberdeen Proving Ground, MD  21005-5068		Phone: (410) 278-9200

------- End of Forwarded Messages

