aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-02-21 03:00:43 +0100
committerarf20 <aruizfernandez05@gmail.com>2024-02-21 03:00:43 +0100
commitae085f49f81015e1103f9a54792674f690fef97e (patch)
tree1986e54933b422f29fa0cf58ea1a57ed7946110d
parente8b158657b3676c52b6601b90d8f6fb91d5f9965 (diff)
downloadarfnet2-web-ae085f49f81015e1103f9a54792674f690fef97e.tar.gz
arfnet2-web-ae085f49f81015e1103f9a54792674f690fef97e.zip
Added USENET NNTP
-rw-r--r--index.html6
-rw-r--r--services.html8
-rw-r--r--usenet.html24
3 files changed, 32 insertions, 6 deletions
diff --git a/index.html b/index.html
index c4aa95a..de8917e 100644
--- a/index.html
+++ b/index.html
@@ -14,8 +14,7 @@
</head>
<body>
<header>
- <img src="arfnet_logo.png" width="64">
- <span class="title"><strong>ARFNET</strong></span>
+ <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
</header>
<marquee scrollamount="15">Now fully legal</marquee>
<hr>
@@ -42,7 +41,8 @@
<a class="sec" href="https://nextcloud.arf20.com">Nextcloud</a><br>
<a class="sec" href="https://jellyfin.arf20.com">Jellyfin</a><br>
<a class="sec" href="https://cgit.arf20.com">Cgit</a><br>
- <a class="sec" href="https://forum.arf20.com">Forum</a><br>
+ <a class="sec" href="https://forum.arf20.com">Forum</a>
+ <a class="sec" href="/usenet.html">USENET</a><br>
<a class="sec" href="https://grafana.arf20.com">Grafana</a><br>
<a class="sec" href="https://deb.arf20.com">Debian repo</a><br>
<a class="fst" href="/astro/">Astrophotography section</a><br>
diff --git a/services.html b/services.html
index 5b5420c..b0d8c95 100644
--- a/services.html
+++ b/services.html
@@ -19,12 +19,12 @@
<li>Public Services: free for all<ul>
<li>Web<ul>
<li>Whatever this site is</li>
- <li>Memes*</li>
- <li>Distributed RTMP-to-HLS stream viewer*</li>
+ <li><a href="https://memes.arf20.com">Memes</a></li>
<li><a href="https://cgit.arf20.com">CGit</a></li>
<li><a href="https://forum.arf20.com">Forum</a></li>
<li><a href="https://grafana.arf20.com">Grafana</a></li>
<li><a href="https://deb.arf20.com">Debian repo</a></li>
+ <li>Distributed RTMP-to-HLS stream viewer*</li>
<li>Riot (Matrix)*</li>
</ul></li>
<li>Public File server*<ul>
@@ -35,6 +35,8 @@
</ul></li>
<li>Speed test iperf3</li>
<li>Organization Git</li>
+ <li>IRC</li>
+ <li>NNTP USENET</li>
<li>Tor node*</li>
<li>NTP server at pool.ntp.org*</li>
<li>RTMP streaming distribution to HLS*</li>
@@ -53,7 +55,7 @@
<li><a href="https://webmail.arf20.com">Webmail</a></li>
<li>Matrix</li>
<li>XMPP</li>
- <li>SIP VoIP with trunks to stuff</li>
+ <li>SIP VoIP with trunks to stuff*</li>
<li>Anything (?)</li>
</ul></li>
<li>Private Services: Staff only.<ul>
diff --git a/usenet.html b/usenet.html
new file mode 100644
index 0000000..d98d79c
--- /dev/null
+++ b/usenet.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="/style.css">
+ <link rel="stylesheet" type="text/css" href="/about.css">
+ <title>ARFNET</title>
+ </head>
+
+ <body>
+ <header><a href="/">
+ <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
+ </a></header>
+ <hr>
+ <main>
+ <h2 class="center">Discuss</h2>
+ <p>Where to discuss with local ARFNET users and possibly SDF USENET access</p>
+ <ul>
+ <li><a href="https://forum.arf20.com">phpBB Forum</a>
+ <li>USENET NNTP Server at news.arf20.com</li>
+ </ul>
+ </main>
+ </body>
+</html>