Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/doc/README.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

2016-06-04 23:34:07 +05:00
NNTPChan Documentation
======================
**WARNING: Caching with redis was deprecated in [commit 96de42](https://github.com/majestrate/srndv2/commit/96de42bf5d689a54d27871c9f8bc4ef3d0cdbefc). Any reference to redis as a cache should be ignored. You should instead use null cache.**
2016-06-04 23:34:07 +05:00
2016-06-05 14:37:55 +05:00
Hey, welcome to the documentation. This will help you use and develop with NNTPChan.
2017-04-04 18:01:43 +05:00
## End-user related
2016-06-05 00:25:14 +05:00
2016-06-05 00:10:17 +05:00
1. [Building NNTPChan](building.md) - Building the source code
2. [Setting up NNTPChan](setting-up.md) - Configuring the node
3. [Running NNTPChan](running.md) - Running the node for the first time
2016-06-05 14:36:30 +05:00
4. [Managing your NNTPChan node with the CLI](cli.md) - Manage many aspects of your node via the command-line interface
2016-11-11 01:11:09 +05:00
5. [Moderating NNTPChan](moderation.md) - Keep your node clean
2016-07-02 17:15:59 +05:00
5. [Configuring your news reader for NNTPChan](extras/configure-newsreader.md) - Setup **Mozilla Thunderbird** or **Pan** to send and receive articles from your NNTPChan node of choice.
2016-06-05 00:25:14 +05:00
2017-04-04 18:01:43 +05:00
## Developer related
2016-06-05 00:25:14 +05:00
2016-06-05 14:37:33 +05:00
1. [Protocol](developer/protocol.md) - NNTPChan's protocol specification
2. [JSON-RPC API](developer/api.md) - NNTPChan's JSON-RPC API