The reptile HTCache is a mechanism to cache remote HTML content
and provide portability between computer systems. Essentially
we need a mechanism to cache remote HTML documents locally in
the event of a network outage and potentially transfer this
content 'out-of-band' over a P2P network to a remote peer.
Most HTML documents include associated images, javascript,
stylesheets, etc and these need to be included if a page is to
be displayed correctly.
|