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
Tristan B. Kildaire edd44c73bf Update README.md
2016-06-05 11:36:30 +02:00

16 lines
615 B
Markdown

NNTPChan Documentation
======================
##End-user related
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
4. [Managing your NNTPChan node with the CLI](cli.md) - Manage many aspects of your node via the command-line interface
5. [Configuring your news reader for NNTPChan](configure-newsreader.md) - Setup Mozilla Thunderbird or Pan to send and read articles
##Developer related
1. [Protocol](developer/protocol.md)
2. [JSON-RPC API](developer/api.md)