Archived
1
0

Merge branch 'master' of ssh://github.com/majestrate/nntpchan

This commit is contained in:
Jeff Becker 2016-06-30 09:01:31 -04:00
commit 6f5130d8fd
7 changed files with 16 additions and 4 deletions

View File

@ -1,7 +1,7 @@
NNTPChan
========
**NNTPChan** (previously known as overchan) is a decentralized imageboard that uses the [NNTP protocol](https://en.wikipedia.org/wiki/Network_News_Transfer_Protocol) (network-news protocol) to synchronize content between many different servers. It utilizes cryptographically signed posts to perform optional/opt-in decentralized moderation.
**NNTPChan** (previously known as overchan) is a decentralized imageboard that uses the [NNTP protocol](https://en.wikipedia.org/wiki/Network_News_Transfer_Protocol) (network-news transfer protocol) to synchronize content between many different servers. It utilizes cryptographically signed posts to perform optional/opt-in decentralized moderation.
This repository contains resources used by the core daemon which is located on [GitHub](https://github.com/majestrate/srndv2) (for now) along with general documentation, [here](doc/)

View File

@ -4,3 +4,4 @@
* more alternative templates
* javascript free mod panel
* liveui
* easier peering

View File

@ -21,7 +21,7 @@ ppd_label=Posts per Jour
total=Total
#front page
posts_today=Posts Aujourd'hui
posts_today=Posts d'Aujourd'hui
posts_hour=Posts cette Heure
#history

View File

@ -9,7 +9,7 @@ Hey, welcome to the documentation. This will help you use and develop with NNTPC
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](extras/configure-newsreader.md) - Setup Mozilla Thunderbird or Pan to send and receive articles from your node.
5. [Configuring your news reader for NNTPChan](extras/configure-newsreader.md) - Setup **Mozilla Thunderbird** or **Pan** to send and receive articles from your node.
##Developer related

View File

@ -1,4 +1,7 @@
Configuring your newsreader
===========================
WIP. Let's document both Thunderbird and Pan.
There are guides to setup these two news-readers:
1. [Mozilla Thunderbird](thunderbird-newsreader-configuration.md)
2. [Pan](pan-newsreader-configuration.md)

View File

@ -0,0 +1,4 @@
Configure Pan newsreader
========================
This is a guide on how to setup Pan so that you may read and post articles from and an NNTPChan node.

View File

@ -0,0 +1,4 @@
Configure Mozilla Thunderbird newsreader
========================================
This is a guide on how to setup Mozilla Thunderbird so that you may read and post articles from and an NNTPChan node.