summaryrefslogtreecommitdiffstats
path: root/news/rawdog/DETAILS
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /news/rawdog/DETAILS
initial commit from stable 0.3
Diffstat (limited to 'news/rawdog/DETAILS')
-rwxr-xr-xnews/rawdog/DETAILS22
1 files changed, 22 insertions, 0 deletions
diff --git a/news/rawdog/DETAILS b/news/rawdog/DETAILS
new file mode 100755
index 0000000000..603298e429
--- /dev/null
+++ b/news/rawdog/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=rawdog
+ VERSION=2.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://offog.org/files/$SOURCE
+ MD5[0]=d2c2906d215ad97208f07e9ca3c0f079
+ WEB_SITE=http://offog.org/code/rawdog.html
+ ENTERED=20040330
+ UPDATED=20040330
+ LICENSE[0]=GPL
+ BUILD_API=2
+ DOCS="$DOCS config style.css"
+ 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