Revert "src/Tweeper.php: fix rendering Instagram images in some feed readers"
[tweeper.git] / INSTALL
1 The recommended way to install tweeper globally is to install all its files
2 under /usr/share/php/tweeper and then make a symlink to the wrapper script
3 "tweeper" under /usr/bin
4
5 NOTES FOR PACKAGERS
6
7 Even though the php json extensions are used, namely json_decode(), a direct
8 dependency on php-json is not usually strictly necessary, because (at least on
9 Debian) php-cli already depends on it.
10
11 Tweeper depends on php-symfony-serializer which is used to convert json to xml
12 for some sites which provide the timeline data in json rather than in directly
13 transformable html.
14
15 Tweeper also depends (indirectly) on php-symfony-property-access because the
16 code relies on the ObjectNormalizer class which requires the PropertyAccess
17 component, see
18 http://symfony.com/doc/current/components/serializer.html#installation