https://github.com/davep/org-davep-nntp
Simple NNTP client for Common Lisp
https://github.com/davep/org-davep-nntp
Last synced: 5 months ago
JSON representation
Simple NNTP client for Common Lisp
- Host: GitHub
- URL: https://github.com/davep/org-davep-nntp
- Owner: davep
- Created: 2019-03-23T12:29:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T13:39:37.000Z (about 7 years ago)
- Last Synced: 2025-10-12T09:45:15.842Z (8 months ago)
- Language: Common Lisp
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# org-davep-nntp
Simple NNTP client for Common Lisp.
## Commentary
The following code was written while doing three things:
- Reading RFC977.
- Reading RFC2980.
- Playing against a local NNTP server (INN).
So, keeping this in mind, don't be surprised to find that I've either
misread either of the RFCs or that I've gone and done something a little too
INN specific. If you see anything please feel free to let me know and/or
supply a fix.
[//]: # (README.md ends here)