X-Git-Url: https://git.ao2.it/tweeper.git/blobdiff_plain/b62456eb364de2b1928e0adcd7b083ae08b3f5e0..85d90250eb80da1502f17ab2da85c8dd59a5b90f:/debian/control diff --git a/debian/control b/debian/control index 9033a05..04d141c 100644 --- a/debian/control +++ b/debian/control @@ -1,34 +1,37 @@ Source: tweeper Section: php Priority: optional -Maintainer: Antonio Ospite -Build-Depends: debhelper (>= 9) +Maintainer: Antonio Ospite +Build-Depends: debhelper (>= 11), pkg-php-tools (>= 1.7~) Build-Depends-Indep: asciidoc, xmlto -Standards-Version: 3.9.5 -Homepage: http://git.ao2.it/tweeper.git -Vcs-Git: git://git.ao2.it/tweeper.git -b debian -Vcs-Browser: http://git.ao2.it/tweeper.git +Standards-Version: 4.1.3 +Homepage: https://git.ao2.it/tweeper.git +Vcs-Git: https://git.ao2.it/tweeper.git -b debian/master +Vcs-Browser: https://git.ao2.it/tweeper.git Package: tweeper Architecture: all -Depends: ${misc:Depends}, php5-cli -Suggests: libapache2-mod-php5 | php5-cgi -Description: web scraper to convert a Twitter timeline to an RSS feed - tweeper is a web scraper which extracts the most recent public tweets of - a given user from their home page on Twitter.com and formats them in RSS, so - the information can be conveniently accessed and collected by a feed reader. +Depends: ${misc:Depends}, ${phpcomposer:Debian-require} +Suggests: libapache2-mod-php | php-cgi +Description: web scraper to convert supported websites (e.g. Twitter.com) to RSS + tweeper is a web scraper which can be used to conveniently follow the + public activity of social network users without the need to log in or even be + subscribed to the social network; tweeper converts the public information to + RSS so that it can be accessed and collected by a feed reader. . tweeper started as the TWitter fEEd scraPER but support for other web sites has been added. . The sites that tweeper is able to scrape and convert to RSS are: - . + . * Twitter.com * Pump.io based websites, like Identi.ca * Dilbert.com + * Instagram.com + * Facebook.com (public pages) . tweeper can be used as: . 1. a command line tool; - 2. as a filter for feed readers; - 3. as a web based tool when PHP support is available in the web server. + 2. a filter for feed readers; + 3. a web based tool when used with a PHP-enabled web server.