From 07b87df10c480ad58043082819a432d6bc345cb3 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 26 Sep 2022 09:47:41 -0700 Subject: [PATCH] Leave GEORGE webring Left bc I quit trying to make a good first-party iframe alternative that conformed to my site design standards while also imparting the message of GEORGE as intended. Whether I join or leave, GEORGE lives on. Whether GEORGE of the JUNGLE or CURIOUS GEORGE, GEORGE is coming and GEORGE will be known to all as as the one true GEORGE. --- scripts/populate-webrings.sh | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/scripts/populate-webrings.sh b/scripts/populate-webrings.sh index e2e033b..a010950 100755 --- a/scripts/populate-webrings.sh +++ b/scripts/populate-webrings.sh @@ -65,14 +65,17 @@ values_to_csv() { } # values for the GEORGE webring -george() { - printf 'GEORGE,' - { - curl -sSL --compressed 'https://george.gh0.pw/embed.cgi?seirdy' \ - | htmlq -a href 'main p a' - echo "null" - } | values_to_csv -} +# Left bc I quit trying to make a good first-party iframe alternative +# that conformed to my site design standards while also imparting the +# message of GEORGE as intended. +# george() { +# printf 'GEORGE,' +# { +# curl -sSL --compressed 'https://george.gh0.pw/embed.cgi?seirdy' \ +# | htmlq -a href 'main p a' +# echo "null" +# } | values_to_csv +# } endless_orbit() { printf 'Endless Orbit,' @@ -96,7 +99,7 @@ netizens() { } print_csv_values() { - george + # george endless_orbit netizens }