tweeper.git
2014-02-12 Antonio Ospitedebian/changelog: prepare for package version 0.2-3 debian/0.2-3
2014-02-12 Antonio Ospitedebian/control: cosmetics remove trailing spaces
2014-02-12 Antonio Ospitedebian/control: add missing run-time dependencies
2014-02-12 Antonio Ospitedebian/patches: add a patch to support "audio/ogg"...
2014-02-12 Antonio Ospitedebian/control: update Maintainer email address
2013-11-20 Antonio Ospitedebian/changelog: refresh changelog for 0.2-2 debian/0.2-2
2013-11-20 Antonio Ospitedebian/patches: add a patch to fix the list items in...
2013-11-20 Antonio Ospitedebian/control: reword some list items in the long...
2013-11-20 Antonio Ospitedebian/control: suggest libapache2-mod-php5 or php5-cgi
2013-11-19 Antonio Ospitedebian/changelog: update for 0.2-2
2013-11-19 Antonio Ospitedebian/docs: package also the README and TODO files
2013-11-19 Antonio Ospitedebian/rules: install the NEWS file as the upstream...
2013-11-18 Antonio Ospitedebian/changelog: prepare for 0.2-2
2013-11-18 Antonio Ospitedebian/patches: add a fix to the man page from upstream
2013-11-18 Antonio Ospitedebian/control: specify the debian package branch in...
2013-11-18 Antonio Ospitedebian/rules: use $(CURDIR) instead of $$(pwd)
2013-11-18 Antonio Ospitedebian/control: bump Standards-Version to 3.9.5
2013-11-18 Antonio Ospitedebian/gbp.conf: explicitly disable pristine-tar
2013-11-18 Antonio OspiteAdd initial debian packaging bits debian/0.2-1
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