summaryrefslogtreecommitdiff
path: root/webring/linuxring
diff options
context:
space:
mode:
Diffstat (limited to 'webring/linuxring')
-rw-r--r--webring/linuxring/index.html42
-rw-r--r--webring/linuxring/redirect/petnext.html13
-rw-r--r--webring/linuxring/redirect/petprev.html13
-rw-r--r--webring/linuxring/redirect/template.txt4
-rw-r--r--webring/linuxring/ring.js137
-rw-r--r--webring/linuxring/webring.py40
6 files changed, 162 insertions, 87 deletions
diff --git a/webring/linuxring/index.html b/webring/linuxring/index.html
index 4f511e7..eb6f55b 100644
--- a/webring/linuxring/index.html
+++ b/webring/linuxring/index.html
@@ -186,8 +186,8 @@ The system/distro you use (for the icon):
</tr>
<tr>
<td><img class="icon" src="icon/debian.png"></td>
- <td><a href="https://exlitry.world/">exlitry.world</a></td>
- <td>This is Charon Faustinus's personal site Exlitry.World (or Exlitry verse) This is the result of 4000+ hours in VRChat.</td>
+ <td><a href="https://charon.monster/">charon.monster</a></td>
+ <td>Charon Faustinus's website and personal blog.</td>
</tr>
<tr>
<td><img class="icon" src="icon/endeavouros.png"></td>
@@ -559,6 +559,44 @@ on the internet.</td>
<td><a href="https://jarema.me">jarema.me</a></td>
<td>This is my little corner on the internet, I occasionally write blog posts, post some cats, share things about me and all that stuff 😛</td>
</tr>
+<tr>
+ <td><img class="icon" src="icon/fedora.png"></td>
+ <td><a href="https://spilk.neocities.org">spilk.neocities.org</a></td>
+ <td>Short blog of a linux admin. Inspired by i3wm/sway defaults</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/ubuntu.png"><img class="icon" src="icon/cachyos.png"></td>
+ <td><a href="https://interesting-corner.nl">interesting-corner.nl</a></td>
+ <td>personal website where I post blogposts, tutorials, hardware collection, photography and stories</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/debian.png"></td>
+ <td><a href="https://xn--xyv.dev">xn--xyv.dev</a></td>
+ <td>Recreational programming, self-hosting, etc...</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/omarchy.png"></td>
+ <td><a href="https://ynklingv.neocities.org/">ynklingv.neocities.org</a></td>
+ <td>A personal website with stuff about myself my ideals and my creations, as well as creations from other people i enjoy</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/tux.png"></td>
+ <td><a href="https://www.veltron.net">www.veltron.net</a></td>
+ <td>Technology hub</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/tux.png"></td>
+ <td><a href="https://tilde.club/~petbrain/">tilde.club~petbrain</a></td>
+ <td>Pet's experience in Linux and programming.</td>
+</tr>
+<tr>
+ <td><img class="icon" src="icon/arch.png"></td>
+ <td><a href="https://themewiki.neocities.org">themewiki.neocities.org</a></td>
+ <td>A wiki style personal website A.K.A. "The Modular Subjective Me Wiki of All Things and Stuff!" </td>
+</tr>
+
+
+
</table>
diff --git a/webring/linuxring/redirect/petnext.html b/webring/linuxring/redirect/petnext.html
new file mode 100644
index 0000000..64ed264
--- /dev/null
+++ b/webring/linuxring/redirect/petnext.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>*nixRing</title>
+ <meta http-equiv="Refresh" content="0; url='https://themewiki.neocities.org'"/>
+ </head>
+ <body>
+ <h1>Redirecting to next site...</h1>
+ <p>If you are not redirected, proceed <a href="https://themewiki.neocities.org">here</a>.</p>
+ </body>
+</html>
diff --git a/webring/linuxring/redirect/petprev.html b/webring/linuxring/redirect/petprev.html
new file mode 100644
index 0000000..b2f94d6
--- /dev/null
+++ b/webring/linuxring/redirect/petprev.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>*nixRing</title>
+ <meta http-equiv="Refresh" content="0; url='https://www.veltron.net'"/>
+ </head>
+ <body>
+ <h1>Redirecting to next site...</h1>
+ <p>If you are not redirected, proceed <a href="https://www.veltron.net">here</a>.</p>
+ </body>
+</html>
diff --git a/webring/linuxring/redirect/template.txt b/webring/linuxring/redirect/template.txt
index 036fe77..8ce893e 100644
--- a/webring/linuxring/redirect/template.txt
+++ b/webring/linuxring/redirect/template.txt
@@ -4,10 +4,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>*nixRing</title>
- <meta http-equiv="Refresh" content="0; url='WEBSITE'"/>
+ <meta http-equiv="Refresh" content="0; url='XXX'"/>
</head>
<body>
<h1>Redirecting to next site...</h1>
- <p>If you are not redirected, proceed <a href="WEBSITE">here</a>.</p>
+ <p>If you are not redirected, proceed <a href="XXX">here</a>.</p>
</body>
</html>
diff --git a/webring/linuxring/ring.js b/webring/linuxring/ring.js
index e13035a..4db97f1 100644
--- a/webring/linuxring/ring.js
+++ b/webring/linuxring/ring.js
@@ -1,75 +1,75 @@
-// webstring v2.1 by june @ juneish.neocities.org
+// webstring v2.1 by june @ lambchapel.neocities.org
{
// sites in the ring
let sites = [
'https://softmachine.dev/',
'https://iwillneverbehappy.neocities.org/',
- 'https://xn--ug8ht8h.ws/',
- 'http://wirlaburla.worlio.com/',
- 'https://hoppingtopping.com/',
- 'https://kaa.neocities.org/',
- 'https://foreverliketh.is/',
- 'https://karma.computer/',
- 'https://azuremillennium.neocities.org/',
- 'https://i330.dev/',
- 'https://alan460.is-hella.gay',
- 'https://crystal.tilde.institute',
- 'https://skeleg.org',
- 'https://cronico.neocities.org',
- 'https://theaio.neocities.org/',
- 'https://risingthumb.xyz',
- 'https://leap123.neocities.org',
- 'https://tepiloxtl.net/',
- 'https://antares.neocities.org/',
- 'https://avas.space/',
- 'https://0xf0xx0.eth.limo',
- 'https://ophanimkei.com/',
- 'https://kinisis.xyz/',
- 'http://baccyflap.com/',
- 'https://exlitry.world/',
- 'https://circulars.dev/',
- 'https://tommi.space/',
- 'https://patrickwu.space/',
- 'https://corvidae.digital/',
- 'https://raum.neocities.org/',
- 'https://avidseeker.github.io',
- 'https://www.dreamwingsthegriffon.com/',
+ 'https://xn--ug8ht8h.ws/',
+ 'http://wirlaburla.worlio.com/',
+ 'https://hoppingtopping.com/',
+ 'https://kaa.neocities.org/',
+ 'https://foreverliketh.is/',
+ 'https://karma.computer/',
+ 'https://azuremillennium.neocities.org/',
+ 'https://i330.dev/',
+ 'https://alan460.is-hella.gay',
+ 'https://crystal.tilde.institute',
+ 'https://skeleg.org',
+ 'https://cronico.neocities.org',
+ 'https://theaio.neocities.org/',
+ 'https://risingthumb.xyz',
+ 'https://leap123.neocities.org',
+ 'https://tepiloxtl.net/',
+ 'https://antares.neocities.org/',
+ 'https://avas.space/',
+ 'https://0xf0xx0.eth.limo',
+ 'https://ophanimkei.com/',
+ 'https://kinisis.xyz/',
+ 'http://baccyflap.com/',
+ 'https://charon.monster/',
+ 'https://circulars.dev/',
+ 'https://tommi.space/',
+ 'https://patrickwu.space/',
+ 'https://corvidae.digital/',
+ 'https://raum.neocities.org/',
+ 'https://avidseeker.github.io',
+ 'https://www.dreamwingsthegriffon.com/',
'https://nicolabelluti.me',
- 'https://xx-starbrite-xx.neocities.org',
- 'https://heart143.neocities.org',
- 'https://cassiecandles.net/',
- 'https://mkultra.monster',
- 'https://tiagorangel.com/',
- 'https://sharkcave.me/',
- 'https://scuti.neocities.org/',
- 'https://appak.neocities.org',
- 'https://myrdin.cx',
- 'https://clygro.cc/',
- 'https://fish.golf',
- 'https://dagurthehorrible.neocities.org/',
- 'https://spider-kyle.neocities.org/',
- 'https://regirock.net',
- 'https://hazelthats.me',
- 'https://alexisgaming95.neocities.org',
- 'https://gorkem.cc',
- 'https://riomc.cloud',
- 'https://unpop.neocities.org/',
- 'https://shittyweb.org/',
- 'https://pogmom.me',
- 'https://april.nekoweb.org/',
- 'https://goodgirl.dev/',
- 'https://sor.neocities.org/',
- 'https://www.starcrush.net',
- 'https://bytesofprogress.net/',
- 'https://projectc190.net',
- 'https://privatenoob.top/',
- 'https://alexzeecomedy.com',
- 'https://wheelsbot.dev/',
- 'https://8y7.nekoweb.org/',
- 'https://igor360.neocities.org/',
- 'https://zzfs.home.kg',
- 'https://ari.lt/',
+ 'https://xx-starbrite-xx.neocities.org',
+ 'https://heart143.neocities.org',
+ 'https://cassiecandles.net/',
+ 'https://mkultra.monster',
+ 'https://tiagorangel.com/',
+ 'https://sharkcave.me/',
+ 'https://scuti.neocities.org/',
+ 'https://appak.neocities.org',
+ 'https://myrdin.cx',
+ 'https://clygro.cc/',
+ 'https://fish.golf',
+ 'https://dagurthehorrible.neocities.org/',
+ 'https://spider-kyle.neocities.org/',
+ 'https://regirock.net',
+ 'https://hazelthats.me',
+ 'https://alexisgaming95.neocities.org',
+ 'https://gorkem.cc',
+ 'https://riomc.cloud',
+ 'https://unpop.neocities.org/',
+ 'https://shittyweb.org/',
+ 'https://pogmom.me',
+ 'https://april.nekoweb.org/',
+ 'https://goodgirl.dev/',
+ 'https://sor.neocities.org/',
+ 'https://www.starcrush.net',
+ 'https://bytesofprogress.net/',
+ 'https://projectc190.net',
+ 'https://privatenoob.top/',
+ 'https://alexzeecomedy.com',
+ 'https://wheelsbot.dev/',
+ 'https://8y7.nekoweb.org/',
+ 'https://igor360.neocities.org/',
+ 'https://zzfs.home.kg',
+ 'https://ari.lt/',
'https://prigoana.com/',
'https://lukealexdavis.co.uk',
'https://kimberlygb.nekoweb.org/',
@@ -100,6 +100,13 @@
'https://saberonthe.net',
'https://russecke.net/',
'https://jarema.me',
+ 'https://spilk.neocities.org',
+ 'https://interesting-corner.nl/',
+ 'https://xn--xyv.dev/',
+ 'https://ynklingv.neocities.org/',
+ 'https://www.veltron.net',
+ 'https://tilde.club/~petbrain/',
+ 'https://themewiki.neocities.org',
];
// widget html
// PREV and NEXT are replaced with neighbors' urls
diff --git a/webring/linuxring/webring.py b/webring/linuxring/webring.py
index 5440ab4..9e8d522 100644
--- a/webring/linuxring/webring.py
+++ b/webring/linuxring/webring.py
@@ -1,20 +1,24 @@
-url = input("URL: ")
-name = url.replace("https:", "").replace("/","")
-desc = input("Desc: ")
-icon = []
-icon_no = int(input("How many icons? "))
-count = 0
+num = int(input("How many? "))
+i = 0
+while i < num:
+ url = input("URL: ")
+ name = url.replace("https:", "").replace("/","")
+ desc = input("Desc: ")
+ icon = []
+ icon_no = int(input("How many icons? "))
+ count = 0
-while (count < icon_no):
- icon_in = input("Icon {}: ".format(count+1))
- icon.append(icon_in)
- count+=1
+ while (count < icon_no):
+ icon_in = input("Icon {}: ".format(count+1))
+ icon.append(icon_in)
+ count+=1
-print("<tr>")
-print("\t<td>", end='')
-for item in icon:
- print('<img class="icon" src="icon/', item, '.png">', sep='', end='')
-print('</td>')
-print('\t<td><a href="', url, '">', name, '</a></td>', sep='')
-print('\t<td>', desc, '</td>', sep='')
-print("</tr>")
+ print("<tr>")
+ print("\t<td>", end='')
+ for item in icon:
+ print('<img class="icon" src="icon/', item, '.png">', sep='', end='')
+ print('</td>')
+ print('\t<td><a href="', url, '">', name, '</a></td>', sep='')
+ print('\t<td>', desc, '</td>', sep='')
+ print("</tr>")
+ i+=1