https://github.com/kuanb/z100-preserved
Intent is to demonstrate how the Z100 Lifeline site can be migrated, and preserved from EarthLink to Github Pages
https://github.com/kuanb/z100-preserved
archive enthusiast zenith
Last synced: 3 months ago
JSON representation
Intent is to demonstrate how the Z100 Lifeline site can be migrated, and preserved from EarthLink to Github Pages
- Host: GitHub
- URL: https://github.com/kuanb/z100-preserved
- Owner: kuanb
- Created: 2019-03-28T00:23:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T17:49:47.000Z (about 5 years ago)
- Last Synced: 2025-10-09T19:34:00.819Z (8 months ago)
- Topics: archive, enthusiast, zenith
- Language: HTML
- Homepage: http://kuanbutts.com/z100-preserved/
- Size: 4.02 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# z100-preserved
## What is this?
I am preserving the contents of the Z100 Lifeline site. My dad used to own one of these and I think he still follows the site. The owner of the site indicated issues with continuing to host the work on EarthLink. I noted that it would be possible to (easily) migrate this static site over to a Github static page and use a CNAME file to preserve the custom domain link, too.
## How was this repo created?
At 5:25 PST on Wednesday, March 27, 2019 I ran the following command:
```
wget -m -p -E -k www.home.earthlink.net/\~z100lifeline/
```
Each of these optional argument parameters is explained below:
```
-m, --mirror Turns on recursion and time-stamping, sets infinite
recursion depth, and keeps FTP directory listings.
-p, --page-requisites Get all images, etc. needed to display HTML page.
-E, --adjust-extension Save HTML/CSS files with .html/.css extensions.
-k, --convert-links Make links in downloaded HTML point to local files.
```
This had the effect of crawling the contents of the site and copying over the nested contents into a target directory.