projects
/
tweeper.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge tag 'v0.4' into debian
[tweeper.git]
/
INSTALL
diff --git
a/INSTALL
b/INSTALL
index
a2e602d
..
d575bb1
100644
(file)
--- a/
INSTALL
+++ b/
INSTALL
@@
-1,3
+1,6
@@
The recommended way to install tweeper globally is to install all its files
under /usr/share/php/tweeper and then make a symlink to the wrapper script
"tweeper" under /usr/bin
The recommended way to install tweeper globally is to install all its files
under /usr/share/php/tweeper and then make a symlink to the wrapper script
"tweeper" under /usr/bin
+
+Tweeper depends on php-xml-serializer which is used to convert json to xml for
+some sites that provide the timeline data in json rather than in usable html.