debian/copyright: update contact info and copyright years
[tweeper.git] / debian / patches / 0001-tweeper.1.asciidoc-mention-a-way-to-use-tweeper-from.patch
1 From f6c2ba4a29fe55163a0b6e3e44341bf4d007587d Mon Sep 17 00:00:00 2001
2 From: Antonio Ospite <ospite@studenti.unina.it>
3 Date: Mon, 18 Nov 2013 23:16:54 +0100
4 Subject: [PATCH] tweeper.1.asciidoc: mention a way to use tweeper from a web
5  server
6 X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM<pyWR#k60!#=#>/Vb;]yA5<GWI5`6u&+
7  ;6b'@y|8w"wB;4/e!7wYYrcqdJFY,~%Gk_4]cq$Ei/7<j&N3ah(m`ku?pX.&+~:_/wC~dwn^)MizBG
8  !pE^+iDQQ1yC6^,)YDKkxDd!T>\I~93>J<_`<4)A{':UrE
9
10 ---
11  tweeper.1.asciidoc | 13 +++++++++++++
12  1 file changed, 13 insertions(+)
13
14 diff --git a/tweeper.1.asciidoc b/tweeper.1.asciidoc
15 index 34de150..14051cc 100644
16 --- a/tweeper.1.asciidoc
17 +++ b/tweeper.1.asciidoc
18 @@ -57,6 +57,19 @@ Using tweeper as a filter for the Liferea feed reader:
19  
20   liferea-add-feed  "|tweeper http://twitter.com/NSAcareers"
21  
22 +Using tweeper via web (the symlink must be created only the very first time):
23 +
24 +  sudo ln -s /usr/share/php/tweeper/tweeper.php /var/www
25 +  xdg-open http://localhost/tweeper.php?src_url=http://twitter.com/NSAcareers
26 +
27 +
28 +NOTES
29 +-----
30 +
31 +In order to use tweeper with a symlink with the apache 'userdir' module, the
32 +'SymLinksIfOwnerMatch' option must be replaced by 'FollowSymlink' in
33 +/etc/apache2/mods-enabled/userdir.conf
34 +
35  
36  EXIT STATUS
37  -----------
38 -- 
39 1.8.4.3
40