Skip to content

D news aggregator, newsgroup client, web newsreader and IRC bot

Notifications You must be signed in to change notification settings

Infiltrator/DFeed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proper documentation will come later. For now, to hack on the web interface:

git clone --recursive git://github.com/CyberShadow/DFeed.git
cd DFeed
mkdir data
sqlite3 data/dfeed.s3db < schema.sql
echo 80>data/web.txt
echo localhost>>data/web.txt
rdmd nntpdownload
rdmd dfeed_web

nntpdownload will download messages from the NNTP server and save them in the DB. This will need to be done once. After starting dfeed_web, you should be able to access the web interface on http://localhost/.

About

D news aggregator, newsgroup client, web newsreader and IRC bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • D 87.1%
  • CSS 7.9%
  • JavaScript 5.0%