summaryrefslogtreecommitdiffstats
path: root/news/rawdog
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /news/rawdog
initial commit from stable 0.3
Diffstat (limited to 'news/rawdog')
-rwxr-xr-xnews/rawdog/BUILD1
-rwxr-xr-xnews/rawdog/DEPENDS1
-rwxr-xr-xnews/rawdog/DETAILS22
-rw-r--r--news/rawdog/HISTORY11
-rwxr-xr-xnews/rawdog/INSTALL1
5 files changed, 36 insertions, 0 deletions
diff --git a/news/rawdog/BUILD b/news/rawdog/BUILD
new file mode 100755
index 0000000000..9f3dd1a2ee
--- /dev/null
+++ b/news/rawdog/BUILD
@@ -0,0 +1 @@
+python setup.py build
diff --git a/news/rawdog/DEPENDS b/news/rawdog/DEPENDS
new file mode 100755
index 0000000000..867b4d4bb0
--- /dev/null
+++ b/news/rawdog/DEPENDS
@@ -0,0 +1 @@
+depends python
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
diff --git a/news/rawdog/HISTORY b/news/rawdog/HISTORY
new file mode 100644
index 0000000000..e61c03cb7a
--- /dev/null
+++ b/news/rawdog/HISTORY
@@ -0,0 +1,11 @@
+2004-12-16 Eric Sandall <eric@sandall.us>
+ * DEPENDS: Python renamed to python
+
+2004-12-06 Eric Sandall <eric@sandall.us>
+ * Added to news (Bug #6510)
+ * DETAILS: Added BUILD_API=2
+ Moved DOCS= from POST_BUILD to DETAILS
+ * POST_BUILD: Removed
+ * BUILD: Converted to build_api 2
+ * INSTALL: Added
+
diff --git a/news/rawdog/INSTALL b/news/rawdog/INSTALL
new file mode 100755
index 0000000000..c3a395a83c
--- /dev/null
+++ b/news/rawdog/INSTALL
@@ -0,0 +1 @@
+python setup.py install