2021-05-23 13:57:42 -07:00
2021-05-23 13:57:42 -07:00
2021-05-22 12:00:17 -07:00
2021-05-22 22:36:59 -07:00
2021-05-22 11:04:56 -07:00
2021-05-22 21:53:58 -07:00
2021-05-22 11:09:12 -07:00

Wayback Classic

A simple, CGI-based frontend for the Wayback Machine which works on old browsers without modern JavaScript or CSS support

Why

The Wayback Machine contains a lot of websites from the turn of the century which are perfect for browsing on older machines, but the interface the Wayback Machine itself presents is completely incompatible with many such systems, making it very difficult to navigate.

Wayback Classic attempts to provide a fully-functional frontend for the Wayback Machine, providing these systems with access without the extra technological requirements.

Notes

This is built on both the CDX API (for retrieving lists of page snapshots), as well as the undocumented __wb/search API used by the Wayback Machine's own frontend to handle site search and determine if a site exists in the archive. More info about the site search can be found in this blog post.

Testing can be perfomed either by configuring a full web server, or by using python3 -m http.server --cgi. Note that Python's http.server doesn't respect any redirects produced by CGI scripts.

Description
No description provided
Readme 707 KiB
Languages
Ruby 66.8%
HTML 30%
JavaScript 1.6%
CSS 1.6%