Merge branch 'master' of ssh://github.com/majestrate/nntpchan
This commit is contained in:
commit
6f5130d8fd
@ -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/)
|
||||
|
||||
|
1
TODO.md
1
TODO.md
@ -4,3 +4,4 @@
|
||||
* more alternative templates
|
||||
* javascript free mod panel
|
||||
* liveui
|
||||
* easier peering
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
4
doc/extras/pan-newsreader-configuration.md
Normal file
4
doc/extras/pan-newsreader-configuration.md
Normal 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.
|
4
doc/extras/thunderbird-newsreader-configuration.md
Normal file
4
doc/extras/thunderbird-newsreader-configuration.md
Normal 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.
|
Reference in New Issue
Block a user