tweeper.git
2015-02-28 Antonio Ospitetweeper.php: fix validation when generating enclosure...
2015-02-27 Antonio Ospitetweeper.php: factor out an html_to_xml() function from...
2015-02-27 Antonio Ospitetweeper.php: move loading the stylesheet into the Tweep...
2015-02-27 Antonio Ospiterss_converter_twitter.com.xsl: use ProfileHeaderCard...
2015-02-27 Antonio OspiteStrip trailing newlines
2015-02-27 Antonio Ospiterss_converter_pump.io.xsl: make the feed validate with...
2015-02-27 Antonio Ospiterss_converter_dilbert.com.xsl: make the feed validate...
2015-02-27 Antonio Ospiterss_converter_dilbert.com.xsl: fixes for the new dilber...
2015-02-27 Antonio Ospiterss_converter_howtoons.com.xsl: make the feed validate...
2015-02-27 Antonio Ospiterss_converter_twitter.com.xsl: improve the naming of...
2015-02-27 Antonio Ospiterss_converter_twitter.com.xsl: rename twitterBaseURL...
2015-02-27 Antonio Ospiterss_converter_twitter.com.xsl: make the feed validate...
2014-04-24 Antonio OspiteNEWS: add release notes for the v0.3 release v0.3
2014-04-24 Antonio OspiteUpdate email address and copyright years
2014-04-24 Antonio OspiteAdd a stylesheet for Howtoons.com
2014-04-24 Antonio Ospiterss_converter_twitter.com.xsl: fix getting the profile...
2014-04-24 Antonio Ospiterss_converter_twitter.com.xsl: support the new Twitter...
2014-04-24 Antonio Ospiterss_converter_*.xsl: specify xml:base
2013-12-27 Antonio Ospitetweeper.php: support generating enclosure for "audio...
2013-11-20 Antonio Ospitetweeper.1.asciidoc: reword some list items
2013-11-19 Antonio OspiteRemove the auto-generated ChangeLog
2013-11-18 Antonio Ospitetweeper.1.asciidoc: mention a way to use tweeper from...
2013-11-18 Antonio OspiteMakefile: fix typo s/INTALLATION/INSTALLATION/
2013-11-18 Antonio OspiteChangelog, NEWS: prepare for the v0.2 release v0.2
2013-11-18 Antonio Ospitetweeper.1.asciidoc: small fixes to the man page
2013-11-18 Antonio Ospitetweeper.1.asciidoc: add a missing semicolon
2013-11-18 Antonio OspiteAdd a ChangeLog file v0.1
2013-11-17 Antonio OspiteAdd a NEWS file
2013-11-17 Antonio OspiteAdd a Makefile rule to generate a Changelog file
2013-11-17 Antonio OspiteAdd a man page
2013-11-08 Antonio OspiteAdd a Makefile to simplify installation and packaging
2013-11-08 Antonio OspiteAdd a wrapper script intended to be called as an executable
2013-11-08 Antonio OspiteWrite error messages on STDERR and return saner values...
2013-11-08 Antonio OspiteTODO: add more info about checking UTF output
2013-11-08 Antonio OspiteHandle errors and warnings from loadHTML()
2013-10-06 Antonio OspiteShow the actual name of the user the tweet comes from
2013-08-12 Antonio OspiteFollow HTTP redirects in get_contents() too
2013-08-11 Antonio OspiteAdd some entries to the TODO file
2013-08-11 Antonio OspiteMerge branch 'generate-enclosure-element'
2013-08-11 Antonio OspiteCosmetics: re-indent cURL options to follow the coding...
2013-08-11 Antonio OspiteUse cURL for Tweeper::get_contents() too
2013-08-11 Antonio OspiteRemove double semicolon in Tweeper::get_info()
2013-08-11 Antonio OspiteMake get_url_info() and generate_enclosure() static...
2013-08-11 Antonio OspiteTurn epoch_to_gmdate() and str_to_gmdate() into static...
2013-08-11 Antonio OspiteMake get_contents() a static method
2013-08-11 Antonio OspiteCosmetics: sort supported_content_types, remove unneede...
2013-08-11 Antonio OspiteUse an array to list supported content types for enclosures
2013-08-11 Antonio OspiteMake it optional to generate the <enclosure/> element
2013-08-11 Antonio OspiteUse getopt() to parse command line options
2013-08-11 Antonio OspiteSplit parsing CLI options from parsing QUERY_STRING...
2013-08-11 Antonio OspiteUse templates to generate enclosures
2013-08-11 Antonio OspiteMerge https://github.com/grote/Tweeper into generate...
2013-08-11 Antonio OspiteFix a typo: s/tweeter/Twitter/
2013-08-04 Torsten Groteonly enclosify certain mimetypes, use same user agent
2013-08-04 Torsten Groteadd initial support for enclosures
2013-08-03 Antonio OspiteFix a typo in an error message
2013-07-28 Antonio OspiteAdd an RSS conversion stylesheet for dilbert.com
2013-07-28 Antonio OspiteTODO: mention the <ttl/> RSS element
2013-07-28 Antonio Ospiterss_converter_twitter.com.xsl: use concat() more
2013-07-27 Antonio OspiteAdd an example with identi.ca
2013-07-27 Antonio OspiteMention in the README that other sites can be converted...
2013-07-27 Antonio OspiteAdd initial support for scraping Pump.io activity streams
2013-07-27 Antonio OspiteChange mode of tweeper.php
2013-07-27 Antonio OspiteAdd -h and --help options
2013-07-27 Antonio OspiteAdd another date conversion routine
2013-07-27 Antonio OspiteUpdate the documentation to use URLs as arguments
2013-07-27 Antonio OspiteMention rssitfor.me as an alternative service
2013-07-27 Antonio OspiteUse __DIR__ when building the stylesheet path name
2013-07-27 Antonio OspiteRename formatDate() function to epoch_to_gmdate()
2013-07-27 Antonio OspiteBe more verbose in error messages
2013-07-27 Antonio OspiteMake stylesheet file name parametric
2013-07-27 Antonio OspiteChange of behavior| Now a URL is required as an argument
2013-07-27 Antonio OspiteFactor out a usage() function
2013-07-27 Antonio OspiteUse php_sapi_name() to check for CLI interface
2013-07-07 Antonio OspiteFix a typo
2013-07-07 Antonio OspiteAdd more info about how to call Tweeper from command...
2013-07-07 Antonio OspiteEmbed the full HTML content of the tweet in the descrip...
2013-07-07 Antonio OspiteFormat dates using an external php function
2013-07-07 Antonio OspiteInitial import