Tweak the wording in the description.
authorAdam Sampson <ats@offog.org>
Thu, 1 Aug 2013 10:45:48 +0000 (10:45 +0000)
committerAdam Sampson <ats@offog.org>
Thu, 1 Aug 2013 10:45:48 +0000 (10:45 +0000)
README

diff --git a/README b/README
index d3f9f17f61f37bc6d4f1aebd0accc250f2a799c5..7ced98a19d5f5974af51c86b5c3af3a77f5fb31a 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,12 @@
 rawdog: RSS Aggregator Without Delusions Of Grandeur
 Adam Sampson <ats@offog.org>
 
-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.