From b6402085f6d0a17716e7bafcbd7f3245cb1b771c Mon Sep 17 00:00:00 2001 From: gbmor Date: Sat, 25 Apr 2020 01:07:37 -0400 Subject: new page on tilde.club's newsgroups service --- pages/nntp.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 pages/nntp.md diff --git a/pages/nntp.md b/pages/nntp.md new file mode 100644 index 0000000..b59c4b0 --- /dev/null +++ b/pages/nntp.md @@ -0,0 +1,56 @@ + + +# NNTP + +Our friends over at [tilde.club](https://tilde.club) run an NNTP service that's +open to the public. There are a few options for browsing from [tilde.institute](https://tilde.institute). + +``` +news.tilde.club:119 +``` + +## lynx + +If you just want to take a look, `lynx` can connect to an `NNTP` service: + +``` +lynx news://news.tilde.club +``` + +## tin + +`/etc/nntpserver` has been populated with `news.tilde.club`, so connecting with tin +only requires this command: + +``` +tin -r +``` + +`-r` for remote newsgroups. Once connected, hit `s` to subscribe, then `*` to subscribe +to all newsgroups. To start a new thread, pick a group, then hit `w` for "write" and +compose your message. To respond to a message in a thread, hit `f` for "follow-up". There +are a few other options for interaction with a post or thread, such as `r` for a direct +email reply to the post author. + +## alpine + +Start `alpine`, then navigate to `Setup`, and finally `Config`. Set the following options: + +* NNTP Server: `news.tilde.club` +* SMTP Server: `localhost:25` + +## Other Clients + +If you have another preferred client, feel free to ask us to install it. Either mail +`admins@tilde.institute` or jump into the IRC channel `#institute`. + +## See Also + +[https://tilde.club/wiki/usenet-news.html](https://tilde.club/wiki/usenet-news.html) + + +[back](/) -- cgit 1.4.1-2-gfad0