From: Antonio Ospite Date: Sat, 28 Feb 2015 00:50:21 +0000 (+0100) Subject: tweeper.php: add infrastructure for sites using json data X-Git-Tag: v0.4~34 X-Git-Url: https://git.ao2.it/tweeper.git/commitdiff_plain/e053ac2a08c18296cdfe329e385a8d7a6c6fa962?hp=e053ac2a08c18296cdfe329e385a8d7a6c6fa962 tweeper.php: add infrastructure for sites using json data Some websites provide the timelines as json data and convert that to html in the client. Supporting these sites will be done by defining host specific methods to extract the json data to pass to json_to_xml(). ---