Archived
1
0

* change feed defaults to be sane

* update docs

* add git revision to version

* bump to 2.5.1
This commit is contained in:
Jeff Becker
2017-09-24 10:00:03 -04:00
parent 24b9076c65
commit 61c35b7652
14 changed files with 186 additions and 94 deletions

View File

@@ -0,0 +1,60 @@
# subprojects
This is a list of subprojects related to the main nntpchan daemon
Mostly rewrite attempts
## nntpchand
Golang refactor of srndv2
Build Requirements:
* go 1.9
* GNU Make
To build:
$ make beta
To run tests:
$ make test-beta
To clean:
$ make clean-beta
## nntpd
Native C++ rewrite of nntpchan daemon
Build Requirements:
* GNU Make
* clang c++ compiler
* pkg-config
* libuv-1.x
* libsodium-1.x
To build:
$ make native
To run tests:
$ make native-test
To clean:
$ make clean-native
## Tests
$ make test-full