summaryrefslogtreecommitdiff
path: root/webring/linuxring
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-03-21 17:03:39 +0000
committerRadiohotline <radiohotline@disroot.org>2026-03-21 17:03:39 +0000
commitd642d0a65dc0e45a7cc2a4d689f491d5e9610d78 (patch)
treece036dca1617ffc6214d05b8496fb6c01350a22c /webring/linuxring
parent797699bc6f2f49d0ccbda2689930dadf31c20a17 (diff)
parent448b6e534cdc62db001c34bc4b2ea498996230ad (diff)
Merge branch 'main' of github.com:radiohotline/softmachine.dev
Diffstat (limited to 'webring/linuxring')
-rw-r--r--webring/linuxring/index.html12
-rw-r--r--webring/linuxring/ring.js2
-rwxr-xr-xwebring/linuxring/update.sh4
3 files changed, 17 insertions, 1 deletions
diff --git a/webring/linuxring/index.html b/webring/linuxring/index.html
index 7b8d65c..b9604e9 100644
--- a/webring/linuxring/index.html
+++ b/webring/linuxring/index.html
@@ -34,7 +34,7 @@
<img src="Tux.png" alt="Tux" style="height: 20%; float: left"/>
</div>
<p>Do you own a website? Do you use a <a href="https://en.wikipedia.org/wiki/List_of_Unix_systems#Unix-like_operating_systems">Unix-like operating system</a>? 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.</p>
- <p>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.</p>
+ <p>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.</p>
<p>Dead sites and sites that do not add the widget within a month of admission will be removed without notice to maintain webring health.</p>
<p>Email: radiohotline[at]disroot[dot]org</p>
<p style="font-size: small;">Image of Tux by Larry Ewing and <a href="https://en.wikipedia.org/wiki/GIMP" class="extiw" title="w:GIMP">The GIMP</a>, Attribution, <a href="https://commons.wikimedia.org/w/index.php?curid=80930">Link</a></p>
@@ -519,6 +519,16 @@ on the internet.</td>
<td><a href="https://coolpickles.neocities.org">coolpickles.neocities.org</a></td>
<td>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.</td>
</tr>
+<tr>
+ <td><img class="icon" src="icon/artix.png"><img class="icon" src="icon/popos.png"></td>
+ <td><a href="https://tech-absurdist.neocities.org/">tech-absurdist.neocities.org</a></td>
+ <td>A blog on my personal journey about escaping the techno-matrix.</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/debian.png"></td>
+ <td><a href="https://wrywerytwreywery.stupid.pizza/">wrywerytwreywery.stupid.pizza</a></td>
+ <td>whatever comes to mind, whenever it comes to mind.</td>
+</tr>
</table>
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 100755
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