diff --git a/README.md b/README.md index 4cfd4a7..390de84 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/TODO.md b/TODO.md index 4000cf8..2b83eb8 100644 --- a/TODO.md +++ b/TODO.md @@ -4,3 +4,4 @@ * more alternative templates * javascript free mod panel * liveui +* easier peering diff --git a/contrib/translations/fr-FR.ini b/contrib/translations/fr-FR.ini index 0ba1aaf..755ecd5 100644 --- a/contrib/translations/fr-FR.ini +++ b/contrib/translations/fr-FR.ini @@ -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 diff --git a/doc/README.md b/doc/README.md index 2bf09f9..9ae1c77 100644 --- a/doc/README.md +++ b/doc/README.md @@ -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 diff --git a/doc/extras/configure-newsreader.md b/doc/extras/configure-newsreader.md index c2ca2e3..dc89180 100644 --- a/doc/extras/configure-newsreader.md +++ b/doc/extras/configure-newsreader.md @@ -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) diff --git a/doc/extras/pan-newsreader-configuration.md b/doc/extras/pan-newsreader-configuration.md new file mode 100644 index 0000000..084f1d8 --- /dev/null +++ b/doc/extras/pan-newsreader-configuration.md @@ -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. diff --git a/doc/extras/thunderbird-newsreader-configuration.md b/doc/extras/thunderbird-newsreader-configuration.md new file mode 100644 index 0000000..c80098b --- /dev/null +++ b/doc/extras/thunderbird-newsreader-configuration.md @@ -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.