From: Adam Sampson Date: Thu, 1 Aug 2013 10:45:48 +0000 (+0000) Subject: Tweak the wording in the description. X-Git-Tag: v2.17~3 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=1e09f6434d289287ec3a9a77931dcdd176e9c8c4;p=rawdog%2F.git Tweak the wording in the description. --- diff --git a/README b/README index d3f9f17..7ced98a 100644 --- a/README +++ b/README @@ -1,11 +1,12 @@ rawdog: RSS Aggregator Without Delusions Of Grandeur Adam Sampson -rawdog is a feed aggregator. It supports most common feed formats, -including all versions of RSS and Atom using feedparser. 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, gzip +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.