Commit Diff


commit - a43ffd0badfc89b3a854b6045e9cac23e9c2fa25
commit + 2ad64053147500ad136dd854b8eb5f5d0981dfa1
blob - 66f5d470e90bd42f2cbd92accdc200154024bb40
blob + c40bf522a15ac00c73cb171c1534a1c237fb1d9e
--- index.gph
+++ index.gph
@@ -9,3 +9,5 @@ more information, please see the README file.
 [1|news|/news/|server|port]
 [1|ftp|/pub/|server|port]
 [1|git|/git/|server|port]
+
+[1|links|/ln.gph|server|port]
blob - c855eda363edec810051a4c6852e29e49f650a69
blob + 913817fc02f9dee4491ae9d348cd268c156f31d1
--- index.html
+++ index.html
@@ -15,6 +15,8 @@ more information, please see the README file.
 <a href="news/">news</a>
 <a href="pub/">ftp</a>
 <a href="git/">git</a>
+
+<a href="ln.html">links</a>
 </pre>
 </body>
 </html>
blob - /dev/null
blob + d2f64f965350b235b2fcd2ef683d450025c458e0 (mode 644)
--- /dev/null
+++ ln.gph
@@ -0,0 +1,8 @@
+These are gopher links. For http links, please see
+[h|https://alearx.org/ln.html|URL:https://alearx.org/ln.html|server|port]
+
+[1|index|/|server|port]
+
+[1|gopher.icu|/|gopher.icu|70]
+[1|Solene's phlog|/~solene|dataswamp.org|70]
+[1|Hiltjo Posthuma's gopherhole|/|codemadness.org|70]
blob - /dev/null
blob + 5bcdbf5b068b2ac5f926aa4829d2e4fee2d15823 (mode 644)
--- /dev/null
+++ ln.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+<meta charset="UTF-8">
+<title>links</title>
+<body>
+<pre>
+These are http links. For gopher links, please see
+<a href="gopher://alearx.org/1/ln.gph">gopher://alearx.org/1/ln.gph</a>
+
+<a href="index.html">index</a>
+
+<a href="https://github.com/alearkh">my github profile</a>
+<a href="https://www.openbsd.org">OpenBSD</a>
+<a href="https://suckless.org">suckless.org</a>
+<a href="https://wttr.in">Weather reports for TTYs</a>
+<a href="https://www.tuhs.org">The Unix Heritage Socienty</a>
+<a href="https://useplaintext.email">Use plain text email</a>
+<a href="https://www.gnu.org/philosophy/no-word-attachments.html">rms' attempt to put an end to word attachements</a>
+
+</pre>
+</body>
+</html>