Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.