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
wzeth 4ab90f3152 Explicit notice of redis cache deprecation
Users should know that redis cache is no longer valid as of SRNDv2 commit 96de42
2016-10-08 05:08:46 -04:00

1.0 KiB

NNTPChan Documentation

WARNING: Caching with redis was deprecated in commit 96de42. Any reference to redis as a cache should be ignored. You should instead use null cache.

Hey, welcome to the documentation. This will help you use and develop with NNTPChan.

##End-user related

  1. Building NNTPChan - Building the source code
  2. Setting up NNTPChan - Configuring the node
  3. Running NNTPChan - Running the node for the first time
  4. Managing your NNTPChan node with the CLI - Manage many aspects of your node via the command-line interface
  5. Configuring your news reader for NNTPChan - Setup Mozilla Thunderbird or Pan to send and receive articles from your NNTPChan node of choice.

##Developer related

  1. Protocol - NNTPChan's protocol specification
  2. JSON-RPC API - NNTPChan's JSON-RPC API