Hey all!
I had an interesting idea, that I thought would be
pretty easy to implement in zope. I'm bringing it up to see if
anyone else had done something similar, or if anyone had any ideas on how to
best achieve it.
Say I have a zope server at www.myzopeserver.com, and I have
configured it to receive a form where the content is an URL.
Then the server goes out and loads this page,
downloads all the images, then rewrites the image links so they point to the
ones stored on myzopeserver.com/cache/ or something. Finally it displays
the modified html, which should be indistinguishable from the "real"
page.
Any thoughts on this? Any problems you can
see with implementing this that I'm missing?
-ed-