diff --git a/layouts/partials/webrings.html b/layouts/partials/webrings.html index 35753a4..6c953d2 100644 --- a/layouts/partials/webrings.html +++ b/layouts/partials/webrings.html @@ -38,4 +38,4 @@ {{- end -}} -

If you’re part of a webring and would like me to join, just ask. I’ll probably accept if joining only requires me to add hyperlinks to this page (no scripts, external content, or images), and if the ring doesn’t seem to promote anything I find objectionable.

+

If you’re part of a webring and would like me to join, just ask.

diff --git a/scripts/populate-webrings.sh b/scripts/populate-webrings.sh index 74fe01d..e0a63ab 100755 --- a/scripts/populate-webrings.sh +++ b/scripts/populate-webrings.sh @@ -85,9 +85,21 @@ endless_orbit() { echo } +netizens() { + printf 'Netizens,' + { + curl -sSL --compressed https://netizensring.link/onionring-variables.js \ + | grep -C 1 https://seirdy.one/ | sd -s '];' "'https://netizensring.link/,'" + echo "'null'," + } | sd 'https://seirdy.one/,?' 'https://netizensring.link/,' \ + | sd "\n|'" '' | trim_trailing_comma + echo +} + print_csv_values() { george endless_orbit + netizens } if [ "$dry_run" = '1' ]; then