Skip to content

audioxide/v1-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v1-archive

This is a repository which attempts to preserve a static version of the first iteration of Audioxide which was a Wordpress blog with a custom theme. Prior to being removed entirely, it was last hosted at https://audioxide.github.io/v1-archive until April 2025, when it was removed from the public internet.

View the archived version

Method of preservation

Site crawl

The following command was run to produce the initial static files:

wget -m -k -K -E http://old.audioxide.com --no-check-certificate

This command uses the wget command to create a local copy of the website:

  • -m: Mirror mode, recursively downloads all linked content
  • -k: Converts links to make them suitable for local viewing
  • -K: Keeps original file timestamps when converting
  • -E: Appends .html extension to appropriate files
  • http://old.audioxide.com: The URL to crawl
  • --no-check-certificate: Skips SSL certificate validation, as the SSL certificate was never valid for the old.audioxide subdomain

Domain corrections and amendments

A range of find-and-replace corrections have been made to the original crawl.

About

A static version of the original version of audioxide.com for posterity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages