Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybershadow/dfeed
D news aggregator, newsgroup client, web newsreader and IRC bot
https://github.com/cybershadow/dfeed
Last synced: about 2 months ago
JSON representation
D news aggregator, newsgroup client, web newsreader and IRC bot
- Host: GitHub
- URL: https://github.com/cybershadow/dfeed
- Owner: CyberShadow
- Created: 2011-05-23T23:50:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T11:49:57.000Z (11 months ago)
- Last Synced: 2024-11-05T01:34:49.348Z (2 months ago)
- Language: D
- Homepage: http://forum.dlang.org/help#about
- Size: 1.97 MB
- Stars: 378
- Watchers: 15
- Forks: 35
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DFeed
=====DFeed is:
- an NNTP client
- a mailing list archive
- a forum-like web interface
- an ATOM aggregator
- an IRC botDFeed is running on [forum.dlang.org](https://forum.dlang.org/)
and the [#d channel on Libera.Chat](irc://irc.libera.chat/d).Quick start guide:
```bash
git clone --recursive https://github.com/CyberShadow/DFeed.git
cd DFeed
make
echo "host = news.digitalmars.com" > config/sources/nntp/digitalmars.ini
echo "listen.port = 8080" > config/web.ini
./rebuild # or: dub build
```On first start, DFeed will download messages from the NNTP server
and save them in the DB. This will need to be done once.
If you don't want to download the entire archive, stop DFeed at any time
and delete the `digitalmars.ini` configuration file.After starting `dfeed`, you should be able to access the web
interface at http://localhost:8080/.