Archived
1
0

Update and rename doc/protocol.md to doc/developer/protocol.md

This commit is contained in:
Tristan B. Kildaire 2016-06-05 11:33:08 +02:00
parent 316729774a
commit 6092f4e78e

View File

@ -1,6 +1,8 @@
Protocol
========
Documentation of the NNTPChan protocol.
##Preface
NNTPChan is a newsgroup meant to be served on web frontends in an effort to create a decentralized imageboard. Moderation takes place on each frontend itself. Message and image transport is using MIME multipart messages and Base64 as encoding for Images. All messages need to be valid NNTP messages, the transport of messages need to follow NNTP specifications. It is possible to use an existing NNTP daemon like INN or to implement the NNTP sync part as well.