|
1 | 1 | # stateof
|
2 | 2 |
|
3 |
| -Static copies of previous State of the Commons sites |
| 3 | +Static copy of legacy State of the Commons site |
4 | 4 |
|
5 | 5 |
|
6 |
| -## Tools |
| 6 | +## Overview |
7 | 7 |
|
8 |
| -- [GNU Wget Manual](http://www.gnu.org/software/wget/manual/wget.html) |
| 8 | +The legacy State of the Commons site was a combination of three (3) seperate |
| 9 | +WordPress sites. |
| 10 | + |
| 11 | +This static copy was created by: |
| 12 | +1. Mirroring the site with `wget`: |
| 13 | + ```shell |
| 14 | + ./bin/mirror_with_wget.sh |
| 15 | + ``` |
| 16 | + - [GNU Wget Manual](http://www.gnu.org/software/wget/manual/wget.html) |
| 17 | +2. Updating the files using GNU sed |
| 18 | + ```shell |
| 19 | + ./bin/update_for_static.sh |
| 20 | + ``` |
| 21 | + |
| 22 | +These commands should ***not*** be run again. Any corrections should be |
| 23 | +incorporated into a new script. |
| 24 | + |
| 25 | + |
| 26 | +## Copying & License |
| 27 | + |
| 28 | + |
| 29 | +### Bin Scripts Copying |
| 30 | + |
| 31 | +[![CC0 1.0 Universal (CC0 1.0) Public Domain Dedication |
| 32 | +button][cc-zero-png]][cc-zero] |
| 33 | + |
| 34 | +[`COPYING`](COPYING): The bin scripts within this repository is dedicated to |
| 35 | +the public domain under the [CC0 1.0 Universal (CC0 1.0) Public Domain |
| 36 | +Dedication][cc-zero]. |
| 37 | + |
| 38 | +[cc-zero-png]: https://licensebuttons.net/l/zero/1.0/88x31.png "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication button" |
| 39 | +[cc-zero]: https://creativecommons.org/publicdomain/zero/1.0/ |
| 40 | + |
| 41 | + |
| 42 | +### Docs Content License |
| 43 | + |
| 44 | +[![CC BY 4.0 license button][cc-by-png]][cc-by] |
| 45 | + |
| 46 | +Except where otherwise stated, content on this site is licensed under a |
| 47 | +[Creative Commons Attribution 4.0 International License][cc-by]. |
| 48 | + |
| 49 | +[cc-by-png]: https://licensebuttons.net/l/by/4.0/88x31.png#floatleft "CC BY 4.0 license button" |
| 50 | +[cc-by]: https://creativecommons.org/licenses/by/4.0/ "Creative Commons Attribution 4.0 International License" |
0 commit comments