• Meinst du damit, dass es sinnvoll wäre, WebMagick mit einem Modus zu versehen, der Seiten grundsätzlich aus der Wayback Machine holt, soweit verfügbar, so dass man mit einem Internet von, sage wir, 2001 browsen kann? Das würde ein realistisches Bild vom Verhalten auf typischen Seiten von "damals" erlauben.

    Ich glaube WebOne Proxy hat auch so ein Feature. Aber wenn es der Browser nativ unterstützt, könnte man es direkt auf originaler Hardware nutzen.

  • Ja, WebOne versucht Seiten aus dem Internetarchiv zu laden, wenn eine Domain nicht mehr existiert. Ansonsten striped er halt das moderne „Drumherum“ von Seiten aus dem Archiv, so daß alte Browser wie Skipper die Seite anzeigen können. Ich hatte meinen Spaß damit.

  • Have I got right? Is it possible to install WebOne in the host computee, for example a Windows, Mac, or Linux PC, and then run Geos in Basebox, and utilize the WebOne proxy in Geos, when browsing the internet?

    Yes, this works. I just tried it - add 127.0.0.1:8080 as proxy server in WebMagick (needs a restart), run WebOne in the background, and things like UTF-8 get transparently converted.

    I think I had to add

    OnHeader=.* WebMagick

    to the [Edit] section for the PNG->GIF conversion of the webone.conf file in order to get graphics fixed.

    I found that using WebOne needs this commit to FreeGEOS to properly deal with "304 not modified" cache responses, otherwise many pages will try to download (as files) rather than display because of an incorrect mime type. This is not yet merged to the current web development branch.