summaryrefslogtreecommitdiffstats
path: root/news/rawdog/DETAILS
blob: 8e7c19beb05a28d21ba73b888084add79902525d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=rawdog
         VERSION=2.7
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://offog.org/files/$SOURCE
     SOURCE_HASH=sha512:9dc54ee0fa690645390e9d492969145495aa297055928360c92881ce2063dad16772a3dc3a6f62116cb9def21adbdb458f871cc15d9f4dd8e14bf1672bb11a4b
        WEB_SITE=http://offog.org/code/rawdog.html
         ENTERED=20040330
         UPDATED=20051104
      LICENSE[0]=GPL
            DOCS="$DOCS config style.css"
        KEYWORDS="rss news"
           SHORT="RSS Aggregator Without Delusions Of Grandeur"
cat << EOF
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.
EOF