diff options
author | 2004-06-08 10:21:43 +0000 | |
---|---|---|
committer | 2004-06-08 10:21:43 +0000 | |
commit | 69cdea7f867508777b3bcf58946bc88609c075d1 (patch) | |
tree | f7d20d0df04ad072e5b9a96292cfd6b9fdee4703 /net-www/rawdog/metadata.xml | |
parent | Stable on alpha. (diff) | |
download | historical-69cdea7f867508777b3bcf58946bc88609c075d1.tar.gz historical-69cdea7f867508777b3bcf58946bc88609c075d1.tar.bz2 historical-69cdea7f867508777b3bcf58946bc88609c075d1.zip |
initial commit
Diffstat (limited to 'net-www/rawdog/metadata.xml')
-rw-r--r-- | net-www/rawdog/metadata.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-www/rawdog/metadata.xml b/net-www/rawdog/metadata.xml new file mode 100644 index 000000000000..e8d7f9d95835 --- /dev/null +++ b/net-www/rawdog/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>python</herd> +<longdescription> +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. +</longdescription> +</pkgmetadata> |