Add a ChangeLog file v0.1
authorAntonio Ospite <ospite@studenti.unina.it>
Mon, 18 Nov 2013 00:01:29 +0000 (01:01 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Mon, 18 Nov 2013 00:02:01 +0000 (01:02 +0100)
ChangeLog [new file with mode: 0644]

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..805dd5b
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,211 @@
+2013-11-18 01:01:29 +0100  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add a ChangeLog file (HEAD, master)
+
+2013-11-18 00:59:58 +0100  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add a NEWS file (origin/master)
+
+2013-11-18 00:59:20 +0100  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add a Makefile rule to generate a Changelog file
+
+2013-11-18 00:43:00 +0100  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add a man page
+
+2013-11-08 16:22:26 +0100  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add a Makefile to simplify installation and packaging
+
+2013-11-08 16:17:48 +0100  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add a wrapper script intended to be called as an executable
+
+2013-11-08 15:01:25 +0100  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Write error messages on STDERR and return saner values in CLI mode
+
+2013-11-08 13:09:19 +0100  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * TODO: add more info about checking UTF output
+
+2013-11-08 10:44:44 +0100  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Handle errors and warnings from loadHTML()
+
+2013-10-06 11:01:46 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Show the actual name of the user the tweet comes from
+
+2013-08-12 10:16:27 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Follow HTTP redirects in get_contents() too
+
+2013-08-12 01:25:56 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add some entries to the TODO file
+
+2013-08-12 01:22:35 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Merge branch 'generate-enclosure-element'
+
+2013-08-12 01:16:10 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Cosmetics: re-indent cURL options to follow the coding style (generate-enclosure-element)
+
+2013-08-12 01:13:56 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Use cURL for Tweeper::get_contents() too
+
+2013-08-12 01:06:23 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Remove double semicolon in Tweeper::get_info()
+
+2013-08-11 21:23:42 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Make get_url_info() and generate_enclosure() static methods
+
+2013-08-11 21:15:41 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Turn epoch_to_gmdate() and str_to_gmdate() into static methods
+
+2013-08-11 21:11:03 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Make get_contents() a static method
+
+2013-08-11 20:57:02 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Cosmetics: sort supported_content_types, remove unneeded spaces
+
+2013-08-11 20:52:47 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Use an array to list supported content types for enclosures
+
+2013-08-11 20:44:37 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Make it optional to generate the <enclosure/> element
+
+2013-08-11 20:27:36 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Use getopt() to parse command line options
+
+2013-08-11 20:08:37 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Split parsing CLI options from parsing QUERY_STRING ones
+
+2013-08-11 13:43:05 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Use templates to generate enclosures
+
+2013-08-11 12:48:21 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Merge https://github.com/grote/Tweeper into generate-encolure-elements
+
+2013-08-11 12:43:42 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Fix a typo: s/tweeter/Twitter/
+
+2013-08-04 23:22:02 +0200  Torsten Grote  <t@grobox.de>
+
+       * only enclosify certain mimetypes, use same user agent
+
+2013-08-04 22:00:51 +0200  Torsten Grote  <t@grobox.de>
+
+       * add initial support for enclosures
+
+2013-08-03 20:56:55 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Fix a typo in an error message
+
+2013-07-28 22:34:06 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add an RSS conversion stylesheet for dilbert.com
+
+2013-07-28 22:30:26 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * TODO: mention the <ttl/> RSS element
+
+2013-07-28 22:28:55 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * rss_converter_twitter.com.xsl: use concat() more
+
+2013-07-27 17:14:07 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add an example with identi.ca
+
+2013-07-27 17:05:03 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Mention in the README that other sites can be converted to RSS (local-ao2)
+
+2013-07-27 16:51:38 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add initial support for scraping Pump.io activity streams
+
+2013-07-27 16:46:23 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Change mode of tweeper.php
+
+2013-07-27 16:45:47 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add -h and --help options
+
+2013-07-27 16:38:46 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add another date conversion routine
+
+2013-07-27 16:36:36 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Update the documentation to use URLs as arguments
+
+2013-07-27 16:35:47 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Mention http://rssitfor.me as an alternative service
+
+2013-07-27 16:04:41 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Use __DIR__ when building the stylesheet path name
+
+2013-07-27 16:01:36 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Rename formatDate() function to epoch_to_gmdate()
+
+2013-07-27 13:31:59 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Be more verbose in error messages
+
+2013-07-27 13:24:44 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Make stylesheet file name parametric
+
+2013-07-27 13:09:08 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Change of behavior| Now a URL is required as an argument
+
+2013-07-27 12:49:21 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Factor out a usage() function
+
+2013-07-27 12:43:16 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Use php_sapi_name() to check for CLI interface
+
+2013-07-07 15:34:21 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Fix a typo
+
+2013-07-07 15:33:26 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Add more info about how to call Tweeper from command line
+
+2013-07-07 01:22:47 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Embed the full HTML content of the tweet in the description field
+
+2013-07-06 23:06:12 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Format dates using an external php function
+
+2013-07-06 21:51:53 +0200  Antonio Ospite  <ospite@studenti.unina.it>
+
+       * Initial import