From f7c05fdd11b6ab0cb209d4b4bde145f8616dc203 Mon Sep 17 00:00:00 2001 From: radiohotline Date: Sat, 14 Mar 2026 15:33:13 +0300 Subject: webring --- webring/linuxring/index.html | 10 ++++++++++ webring/linuxring/ring.js | 2 ++ webring/linuxring/update.sh | 4 ++++ 3 files changed, 16 insertions(+) create mode 100644 webring/linuxring/update.sh diff --git a/webring/linuxring/index.html b/webring/linuxring/index.html index 7b8d65c..5f50c62 100644 --- a/webring/linuxring/index.html +++ b/webring/linuxring/index.html @@ -519,6 +519,16 @@ on the internet. coolpickles.neocities.org Nerdy aero-themed website about obscure/obsolete technology, non-standard linux, daily driving linux, tech news, and FOSS software/technologies. Featuring a blog, product reviews, and game reviews. + + + tech-absurdist.neocities.org + A blog on my personal journey about escaping the techno-matrix. + + + + wrywerytwreywery.stupid.pizza + whatever comes to mind, whenever it comes to mind. + diff --git a/webring/linuxring/ring.js b/webring/linuxring/ring.js index 6bb847a..876e038 100644 --- a/webring/linuxring/ring.js +++ b/webring/linuxring/ring.js @@ -92,6 +92,8 @@ 'https://joelb.xyz/', 'https://innocentzero.is-a.dev/', 'https://coolpickles.neocities.org', + 'https://tech-absurdist.neocities.org/', + 'https://wrywerytwreywery.stupid.pizza/', ]; // widget html // PREV and NEXT are replaced with neighbors' urls diff --git a/webring/linuxring/update.sh b/webring/linuxring/update.sh new file mode 100644 index 0000000..496788d --- /dev/null +++ b/webring/linuxring/update.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +neoup -r webring/linuxring -f index.html +neoup -r webring/linuxring -f ring.js -- cgit v1.3 From 448b6e534cdc62db001c34bc4b2ea498996230ad Mon Sep 17 00:00:00 2001 From: radiohotline Date: Sat, 14 Mar 2026 15:40:49 +0300 Subject: webring --- webring/linuxring/index.html | 2 +- webring/linuxring/update.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 webring/linuxring/update.sh diff --git a/webring/linuxring/index.html b/webring/linuxring/index.html index 5f50c62..b9604e9 100644 --- a/webring/linuxring/index.html +++ b/webring/linuxring/index.html @@ -34,7 +34,7 @@ Tux

Do you own a website? Do you use a Unix-like operating system? Or maybe you use an obscure non-Unix system like KolibriOS, Haiku, or Plan9. This place is for you! Whether you're a hardcore believer in Unix philosophies or a casual Linux user who owns a website, you're free to join the *nix systems webring.

-

This ring does not accept empty sites and no longer accepts sites that do not contain anything about *nix, FOSS, or tech (hardware, programming, etc.) in general (old members will remain). MacOS submissions are not accepted.

+

To be accepted, your site must not be empty and must contain something related to technology, FOSS, or *nix, be it software or hardware. It does not have to be the focus of the site.

Dead sites and sites that do not add the widget within a month of admission will be removed without notice to maintain webring health.

Email: radiohotline[at]disroot[dot]org

Image of Tux by Larry Ewing and The GIMP, Attribution, Link

diff --git a/webring/linuxring/update.sh b/webring/linuxring/update.sh old mode 100644 new mode 100755 -- cgit v1.3