From 1e09f6434d289287ec3a9a77931dcdd176e9c8c4 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Thu, 1 Aug 2013 10:45:48 +0000 Subject: [PATCH] Tweak the wording in the description. --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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. -- 2.35.1