gopher lawn patch: fix broken telnet links - gopher-lawn - The gopher lawn gopher directory project. HTML git clone git://bitreich.org/gopher-lawn/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/gopher-lawn/ DIR Log DIR Files DIR Refs DIR Tags --- DIR commit 8e800bddaf4adddbd2bf317839fdbb6b562ee49a DIR parent ace99b3424245267228e7cd8057d02731857050d HTML Author: bencollver@tilde.pink <bencollver@tilde.pink> Date: Sat, 4 Jan 2025 23:38:45 +0000 gopher lawn patch: fix broken telnet links Good day, Some of the telnet links are broken on the gopher lawn. For example, MapSCII Expected: telnet://mapscii.me/ Observed: telnet:/// I am including a patch to fix these links by setting the selector to "a" instead of leaving it blank. Best regards, -Ben Signed-off-by: Christoph Lohmann <20h@r-36.net> Diffstat: M db/freaknet-glorghnorth.telnet | 2 +- M db/freaknet-snorrvijoier.telnet | 2 +- M db/freechess.telnet | 2 +- M db/guncho-cybersphere.telnet | 2 +- M db/icculus-multizork.telnet | 2 +- M db/mapscii.telnet | 2 +- M db/netsville-cybersphere.telnet | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) --- DIR diff --git a/db/freaknet-glorghnorth.telnet b/db/freaknet-glorghnorth.telnet @@ -1,5 +1,5 @@ Type: telnet -Selector: +Selector: a Host: medialab.freaknet.org Port: 17123 LinkName: DEC VAX/VMS @ FreakNet MediaLab - glorghnorth DIR diff --git a/db/freaknet-snorrvijoier.telnet b/db/freaknet-snorrvijoier.telnet @@ -1,5 +1,5 @@ Type: telnet -Selector: +Selector: a Host: medialab.freaknet.org Port: 17023 LinkName: DEC VAX/VMS @ FreakNet MediaLab - snorrvijoier DIR diff --git a/db/freechess.telnet b/db/freechess.telnet @@ -1,5 +1,5 @@ Type: telnet -Selector: +Selector: a Host: freechess.org Port: 5000 LinkName: Freechess DIR diff --git a/db/guncho-cybersphere.telnet b/db/guncho-cybersphere.telnet @@ -1,5 +1,5 @@ Type: telnet -Selector: +Selector: a Host: game.guncho.com Port: 4108 LinkName: Guncho Cybersphere RPG DIR diff --git a/db/icculus-multizork.telnet b/db/icculus-multizork.telnet @@ -1,5 +1,5 @@ Type: telnet -Selector: +Selector: a Host: multizork.icculus.org Port: 23 LinkName: Multiplayer Zork 1 DIR diff --git a/db/mapscii.telnet b/db/mapscii.telnet @@ -1,5 +1,5 @@ Type: telnet -Selector: +Selector: a Host: mapscii.me Port: 23 LinkName: MapSCII DIR diff --git a/db/netsville-cybersphere.telnet b/db/netsville-cybersphere.telnet @@ -1,5 +1,5 @@ Type: telnet -Selector: +Selector: a Host: cs.netsville.com Port: 7777 LinkName: Netsville Cybersphere RPG