Use https in URLs for Twitter.com and ao2.it
authorAntonio Ospite <ao2@ao2.it>
Sun, 15 May 2016 14:48:28 +0000 (16:48 +0200)
committerAntonio Ospite <ao2@ao2.it>
Sun, 15 May 2016 14:48:28 +0000 (16:48 +0200)
README
tweeper.1.asciidoc

diff --git a/README b/README
index 7703e64..5f22618 100644 (file)
--- a/README
+++ b/README
@@ -45,11 +45,11 @@ as the first argument.
 
 Example of use on the command line:
 
-  $ php tweeper.php http://twitter.com/NSACareers
+  $ php tweeper.php https://twitter.com/NSACareers
 
 Example of use as a Liferea[2] filter:
 
-  $ liferea-add-feed  "|php .../path_to_tweeper/tweeper.php http://twitter.com/NSAcareers"
+  $ liferea-add-feed  "|php .../path_to_tweeper/tweeper.php https://twitter.com/NSAcareers"
 
 Example of use with identi.ca:
 
@@ -58,4 +58,4 @@ Example of use with identi.ca:
 [2] http://lzone.de/liferea/
 
 Tweeper is licensed under the GPLv3.
-Tweeper was written by Antonio Ospite http://ao2.it
+Tweeper was written by Antonio Ospite https://ao2.it
index 2a4a523..d2f1f50 100644 (file)
@@ -55,11 +55,11 @@ EXAMPLE OF USE
 
 Getting the RSS feed of some Twitter user:
 
- tweeper http://twitter.com/NSACareers
+ tweeper https://twitter.com/NSACareers
 
 Using tweeper as a filter for the Liferea feed reader:
 
- liferea-add-feed  "|tweeper http://twitter.com/NSAcareers"
+ liferea-add-feed  "|tweeper https://twitter.com/NSAcareers"
 
 To use tweeper via web there are two options (the examples assume the
 installation directory to be `/usr/share/php/tweeper/`):
@@ -103,7 +103,7 @@ Antonio Ospite
 
 RESOURCES
 ---------
-Main web site: <http://git.ao2.it/tweeper.git>
+Main web site: <https://git.ao2.it/tweeper.git>
 
 
 COPYING