1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Join Netizens webring

This commit is contained in:
Rohan Kumar 2022-08-01 20:50:16 -07:00
parent c648324fe6
commit 2bdcd17970
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 13 additions and 1 deletions

View file

@ -38,4 +38,4 @@
{{- end -}}
</ol>
</details>
<p>If youre part of a webring and would like me to join, just ask. Ill probably accept if joining only requires me to add hyperlinks to this page (no scripts, external content, or images), and if the ring doesnt seem to promote anything I find objectionable.</p>
<p>If youre part of a webring and would like me to join, just ask.</p>

View file

@ -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