From: Antonio Ospite <ao2@ao2.it>
Date: Sun, 13 Sep 2015 19:36:25 +0000 (+0200)
Subject: debian/control: update the package description
X-Git-Tag: debian/0.4-1~4
X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/7464579eb7ab2084a4122ab2590fac913829c1f4?ds=sidebyside;hp=-c

debian/control: update the package description

Use the more generic description used upstream.
---

7464579eb7ab2084a4122ab2590fac913829c1f4
diff --git a/debian/control b/debian/control
index fb37bb7..e2ef4da 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,11 @@ Package: tweeper
 Architecture: all
 Depends: ${misc:Depends}, php5-cli, php5-curl, php5-xsl
 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.
+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.
@@ -27,9 +28,11 @@ Description: web scraper to convert a Twitter timeline to an RSS feed
   * Pump.io based websites, like Identi.ca
   * Dilbert.com
   * Howtoons.com
+  * Instagram.com
+  * Facebook.com (public pages)
  .
  tweeper can be used as:
  .
   1. a command line tool;
   2. a filter for feed readers;
-  3. a web based tool when PHP support is available in the web server.
+  3. a web based tool when used with a PHP-enabled web server.