On Wed, Feb 17, 2010 at 10:54:32PM +0000, corvid wrote:
Jorge wrote:
Just committed a patch for "view source" as a filter dpi.
Nifty!
;)
I tried quickly viewing the source's source, and then the source's source's source, etc., and it gets confused after a little bit and gives me truncated pages.
The source's source is supposed to be a non-operation that slipped in; BTW it can be easily disabled in a_Nav_send_source(). The point is that each view source request erases the old page from the cache and thus doesn't need special handling to free memory. I'd like people to "test drive" and feel it. For instance, I found that numbered plain text is much faster on a 13MB page when compared to HTML. For common sized pages, HTML looks better and seems a good tradeoff. The numbering, ability to use text search and the flexibility of using an external viewer by tweaking the dpi gave me a good feel on the whole idea. -- Cheers Jorge.-