Re: SSI for gzipped files

2005-07-24 Thread - Barry -
The underlying idea is not new, but applying it to SSI (a very specific *serverside* hack) doesn't make sense. Javascript has browser support, or if you're looking to something more SSI-like, consider XML techniques that browsers might sometime support. I don't think it makes sense to have a ta

Re: SSI for gzipped files

2005-07-23 Thread Nick Kew
On Fri, 22 Jul 2005, William A. Rowe, Jr. wrote: > At 04:17 PM 7/22/2005, Jem Berkes wrote: > >> I have an idea for someone to implement and give me credit for. I > >> recently needed to have my SSI work from a gz file. The server-intensive > >> way to make > > > >Interesting, I've wanted to acc

Re: SSI for gzipped files

2005-07-22 Thread William A. Rowe, Jr.
At 04:17 PM 7/22/2005, Jem Berkes wrote: >> I have an idea for someone to implement and give me credit for. I >> recently needed to have my SSI work from a gz file. The server-intensive >> way to make > >Interesting, I've wanted to accomplish the same thing but couldn't figure >out a good way to d

Re: SSI for gzipped files

2005-07-22 Thread Jem Berkes
> I have an idea for someone to implement and give me credit for. I > recently needed to have my SSI work from a gz file. The server-intensive > way to make Interesting, I've wanted to accomplish the same thing but couldn't figure out a good way to do it. Maybe there are a lot of people who need

SSI for gzipped files

2005-07-22 Thread - Barry -
I have an idea for someone to implement and give me credit for. I recently needed to have my SSI work from a gz file. The server-intensive way to make that work is to decompress the file to read the SSI, make the changes, then optionally compress it again before sending it to the client. There's