rss_converter_instagram.com.xsl: strip unneeded trailing space
[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 Tweeper depends on php-symfony-serializer which is used to convert json to xml
6 for some sites which provide the timeline data in json rather than in usable
7 html.
8
9 NOTE: Tweeper also depends indirectly on php-symfony-property-access because
10 the code relies on the ObjectNormalizer class which requires the
11 PropertyAccess component, see
12 http://symfony.com/doc/current/components/serializer.html#installation