Source: rawdog
Section: web
Priority: optional
Maintainer: Adam Sampson <ats@offog.org>
Build-Depends: debhelper (>= 9), dh-python, python (>= 2.6.6-3~),
 python-feedparser (>= 5.1.2), python-tidylib
X-Python-Version: >= 2.6
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/rawdog.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/rawdog.git
Homepage: http://offog.org/code/rawdog/

Package: rawdog
Provides: python-rawdoglib
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-feedparser (>= 5.1.2)
Recommends: python-tidylib
Description: RSS Aggregator Without Delusions Of Grandeur
 rawdog is a feed aggregator, capable of producing a personal "river of
 news" or a public "planet" page. It supports all common feed formats,
 including all versions of RSS and Atom. By default, it is run 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,
 gzip compression, and RFC3229+feed to minimize network bandwidth
 usage. Its behaviour is highly customisable using plugins written in
 Python.
