R
Roedy Green
I have always encouraged people do download a mirror copy of my
website and keep it locally, for speed, local indexing, and for access
when my site in unavailable.
I also figured this would make it hard for one of my enemies to
destroy every last copy of my website.
However, if I start using JSP, the parts of the page generated with
JSP will just be gibberish if people read the unprocessed pages
offline.
I wondered what people do in this situation.
Is there a way to do markup so that you get a default display if the
page is not yet JSP-expanded? Must you periodically expand all web
pages with JSP and capture them for offsite reading?
--
Roedy Green Canadian Mind Products
http://mindprod.com
"Simplicity is prerequisite for reliability,"
~ Edsger Wybe Dijkstra (born: 1930-05-11 died: 2002-08-06 at age: 72)
website and keep it locally, for speed, local indexing, and for access
when my site in unavailable.
I also figured this would make it hard for one of my enemies to
destroy every last copy of my website.
However, if I start using JSP, the parts of the page generated with
JSP will just be gibberish if people read the unprocessed pages
offline.
I wondered what people do in this situation.
Is there a way to do markup so that you get a default display if the
page is not yet JSP-expanded? Must you periodically expand all web
pages with JSP and capture them for offsite reading?
--
Roedy Green Canadian Mind Products
http://mindprod.com
"Simplicity is prerequisite for reliability,"
~ Edsger Wybe Dijkstra (born: 1930-05-11 died: 2002-08-06 at age: 72)