Merge tag 'v0.3' into debian
[tweeper.git] / debian / control
1 Source: tweeper
2 Section: php
3 Priority: optional
4 Maintainer: Antonio Ospite <ao2@ao2.it>
5 Build-Depends: debhelper (>= 9)
6 Build-Depends-Indep: asciidoc, xmlto
7 Standards-Version: 3.9.5
8 Homepage: http://git.ao2.it/tweeper.git
9 Vcs-Git: git://git.ao2.it/tweeper.git -b debian
10 Vcs-Browser: http://git.ao2.it/tweeper.git
11
12 Package: tweeper
13 Architecture: all
14 Depends: ${misc:Depends}, php5-cli, php5-curl, php5-xsl
15 Suggests: libapache2-mod-php5 | php5-cgi
16 Description: web scraper to convert a Twitter timeline to an RSS feed
17  tweeper is a web scraper which extracts the most recent public tweets of
18  a given user from their home page on Twitter.com and formats them in RSS, so
19  the information can be conveniently accessed and collected by a feed reader.
20  .
21  tweeper started as the TWitter fEEd scraPER but support for other web sites
22  has been added.
23  .
24  The sites that tweeper is able to scrape and convert to RSS are:
25  .
26   * Twitter.com
27   * Pump.io based websites, like Identi.ca
28   * Dilbert.com
29  .
30  tweeper can be used as:
31  .
32   1. a command line tool;
33   2. a filter for feed readers;
34   3. a web based tool when PHP support is available in the web server.