D.Popkin <[EMAIL PROTECTED]> writes:

> Miernik <[EMAIL PROTECTED]> writes:
> 
> > On Sun, 8 Sep 2002, Martin Baehr wrote:
> 
> > > don't delete old files if a refresh returns a 404.
> > > sometimes i want to archive pages, and it hurts to loose them,
> > > because they are not anymore available on the site.
> > > (better, i want to archive them because they are not on the site anymore)
> 
> > I also allways though about that, and even more:
> > it would be naice to be able to keep the old page, even if a new one is
> > avialable, because sometimes there is a new page at the address but it
> > doesn't have what it had before.
> 
> Excellent idea!
> 
> For each URL in the archive, there would potentially be a whole chain
> of old versions, each accessible to the browser.  The default would
> of course be the most recent one.
> 
> This seems to require a uniform way to append version identifiers to
> URLs which does not risk name collisions.  How could this be done?
> 
> Has anything like this already been discussed?  (I'm new here.)

This has been discussed before.

My opinion is that it is difficult to implement ...

Like you say you need to keep several versions of each file.

Not only that, for each HTML page you need to keep the appropriate
images.

This means that some sort of re-writing of links to images.

But then the same image might be used for several versions of the same
HTML file so you can't have a unique set of images for each HTML file,
there is some sharing.

Also a link on a site to "todays_news.html" needs to only link to the
specific version of that page from the same day or you get confusion.


If you follow this through then you either end up with a very
complicated system of links to different URLs or you have to live with
something that can serve up misleading sets of pages and images.

-- 
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop                             [EMAIL PROTECTED]
                                      http://www.gedanken.demon.co.uk/

WWWOFFLE users page:
        http://www.gedanken.demon.co.uk/wwwoffle/version-2.7/user.html

Reply via email to