summaryrefslogtreecommitdiff
path: root/scripts/importtwitteratom.php
AgeCommit message (Collapse)Author
2010-09-30Always specify UTF-8 targt charset for html_entity_decode(); default is ↵Brion Vibber
8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping.
2010-09-15move getUser() function to commandline.incEvan Prodromou
2010-03-22Some initial media parsingZach Copley
- Activity now returns a list of activity objects - Processing of photo objects
2010-03-07add a script to import Twitter atom feed as noticesEvan Prodromou