File: control

package info (click to toggle)
rawdog 2.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 360 kB
  • ctags: 477
  • sloc: python: 3,430; makefile: 31
file content (21 lines) | stat: -rw-r--r-- 884 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: rawdog
Section: web
Priority: optional
Maintainer: Decklin Foster <decklin@red-bean.com>
Build-Depends-Indep: python, python2.3-dev, debhelper (>= 4.1.25)
Standards-Version: 3.6.1

Package: rawdog
Architecture: all
Depends: ${python:Depends}
Description: RSS Aggregator Without Delusions Of Grandeur
 rawdog is an RSS (and other) feed aggregator, based on Mark Pilgrim's
 flexible feed parser. It's just an aggregator; it's not a weblog
 authoring tool, nor is it an NNTP gateway, outliner, mailserver or
 anything else.
 .
 rawdog reads articles from a number of feeds and writes out a single
 HTML file, based on a template either provided by the user or generated
 by rawdog, containing the latest articles it's seen. It uses the ETags
 and Last-Modified headers to avoid fetching a file that hasn't changed,
 and supports gzip compression to reduce bandwidth when it has.