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

15 lines
414 B
Markdown
Raw Normal View History

2016-06-04 23:34:07 +05:00
NNTPChan Documentation
======================
2016-06-05 00:25:14 +05:00
##End-user related
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:34:54 +05:00
4. [Manaing your NNTPChan node with the CLI](cli.md)
2016-06-05 00:25:14 +05:00
##Developer related
2016-06-05 14:33:29 +05:00
1. [Protocol](developer/protocol.md)
2. [JSON-RPC API](developer/api.md)