added net news

This commit is contained in:
James Tomasino 2019-04-26 20:22:32 -04:00
parent 85e1406d56
commit 641365c9b8
2 changed files with 44 additions and 0 deletions

43
docs/net-news.md Normal file
View File

@ -0,0 +1,43 @@
# Tilde Net News
Tilde Net News (NNTP) can be thought of as USENET without the
spam. Many of the servers on the
[tildeverse](https://tildeverse.org) run net news and share their
content with their peers. You can read these newsgroups and
contribute with replies and posts on topics by using the news
clients installed on Tilde Black.
## slrn
The main net news client installed on Tilde Black is `slrn`. Users
can launch slrn like so:
$ slrn
The first time you run the program you will need to generate a new
configuration file. Do this by adding the `--create` flag.
$ slrn --create
Once you are connected you can subscribe to any of the available
groups that interest you. When you launch the program again at
a later date, new postings in those groups will show up.
## Groups
All groups beginning with `tilde.*` are part of the public Tilde
Net News Network and are shared across servers. Tilde Black has
a general purpose public group called `tilde.black` for this
purpose.
All groups beginning with `black.*` are private groups only
available to users of Tilde Black and only visible on the local
system.
### black.general
### black.privacy
### black.anonymity
### black.security

View File

@ -7,6 +7,7 @@ pages:
- Using Tilde Black:
- 'Sign Up': 'sign-up.md'
- 'SSH over tor': 'ssh-over-tor.md'
- 'Tilde Net News': 'net-news.md'
theme: readthedocs
site_dir: /var/www/htdocs/docs/
edit_uri: src/branch/master/docs/