Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singpolyma/xnntpd
eXtensible NNTP Daemon
https://github.com/singpolyma/xnntpd
Last synced: about 1 month ago
JSON representation
eXtensible NNTP Daemon
- Host: GitHub
- URL: https://github.com/singpolyma/xnntpd
- Owner: singpolyma
- License: isc
- Created: 2010-07-19T01:34:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-23T23:45:59.000Z (over 12 years ago)
- Last Synced: 2024-10-15T11:34:21.872Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 189 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
= eXtensible NNTP Daemon (Server) =
This project aims to build a general-purpose, modular, and extendible NNTP server in Ruby.
This server will conform strictly to at least RFC3977. Provided backends will conform to RFC5536 and RFC5537.
== Dependencies ==
* EventMachine
* EM-HTTP-Request
** Addressable
* Mail (use github.com/singpolyma/mail to remove activesupport dependency on 1.9)
* OpenPGP.rb (github.com/singpolyma/openpgp)
* Daemons (only if you want to daemonize)
* HTML2Markdown (if you use backends that store HTML only)