Skip to content
forked from CyberShadow/DFeed

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

Notifications You must be signed in to change notification settings

Llammissar/DFeed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

404 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.5%
  • CSS 7.7%
  • JavaScript 4.8%