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

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.
This commit is contained in:
Rohan Kumar 2022-09-26 09:47:41 -07:00
parent 0642e75966
commit 07b87df10c
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

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