mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +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:
parent
0642e75966
commit
07b87df10c
1 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue