freebsd-ports/news/rawdog/pkg-descr
Edwin Groothuis 72176d5958 New Port: news/rawdog: A simple RSS aggregator
New port for rawdog, a simple RSS aggregator. It generates a HTML
	page from a collection of RSS feeds.

PR:		ports/56650
Submitted by:	Tim Bishop <tim@bishnet.net>
2003-10-07 22:45:07 +00:00

13 lines
489 B
Plaintext

rawdog is an RSS Aggregator Without Delusions Of Grandeur.
Written in Python, it uses Mark Pilgrim's feed parser. It runs from
cron, collects articles from a number of feeds, and generates a
static HTML page listing the newest articles in date order. It
supports per-feed customizable update times, and uses ETags,
Last-Modified, and gzip compression to minimize network bandwidth
usage.
rawdog's output format is similar to that of PyDS and Hep.
WWW: http://offog.org/code/rawdog.html