Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avdata99/ar-city.census.okfn.org
Testing archivig sites
https://github.com/avdata99/ar-city.census.okfn.org
Last synced: 24 days ago
JSON representation
Testing archivig sites
- Host: GitHub
- URL: https://github.com/avdata99/ar-city.census.okfn.org
- Owner: avdata99
- Created: 2022-07-21T11:47:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T12:12:08.000Z (over 2 years ago)
- Last Synced: 2023-08-02T22:51:02.189Z (over 1 year ago)
- Language: HTML
- Size: 855 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes/index.html
Awesome Lists containing this project
README
# Making this site static
Site: ar-city.census.okfn.org
## Script to make the site static
We ran
```
wget \
--recursive \
-t 2 \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains ar-city.census.okfn.org \
--no-parent http://ar-city.census.okfn.org
```## Manual changes required
Changes:
- Avoid _Mixed Content_ errors changing `http` to `https`.