Hi, On Fri, Aug 25, 2006 at 03:49:10AM +0200, Diego Sáenz wrote:
Hello again.
[...]
I mail this because i want coments and help. If you has read this boring (and bad +writed) text until here, please do not think on comments or help, Just do if! :) [...]
I have started to code my proposal.
Beware, your first mail is very hard to read an understand (I don't understand it for instance). The subject matter is complex, so I'd advice you to: take your time, re-think, be more careful with your english, and to try to express the ideas as clearly as possible. With regard to gzip encoding: zlib can do gzip decoding, and as it is already linked in Dillo, gzip decoding can be implemented inside Dillo (not using a dpi). This also avoids multiple dpi passes. For instance with dpi- decompress, gzipped isolatin2 would require one dpi pass for uncompress and another for latin2 to utf8. Inside-Dillo decoding also allows the idea of having a compressed cache in the future. -- Cheers Jorge.-