Archive95 is an unorthodox web archive.
- A Linux environment with the
file
,mimetype
andiconv
utilities - Deno
- ImageMagick (specifically
convert
) - uchardet
- Clone repository with
git clone https://github.com/WumboSpasm/archive95-server.git
- Create
data
folder in repository root - Download these files into
data
folder, with respect to directory structure - Extract all gzipped files into their containing directories
- Build database with
deno run -A main.js --build
- Run server with
deno run -A main.js
view
: View archived file in repaired form by supplying URLorphan
: View archived file in repaired form by supplying filesystem pathraw
: View archived file in raw form by supplying filesystem pathinlinks
: View all archived pages that link to the supplied URLrandom
: Redirect to a random archived page
e
: Point in-page URLs to live internet instead of web archivesm
: Random button can take you to any archived URL instead of just pagesn
: Disable navigation baro
: Random button can take you to orphaned files in addition to files with known URLsp
: Disable presentation improvements for modern browsers