1 2013-11-18 01:01:29 +0100 Antonio Ospite <ospite@studenti.unina.it>
3 * Add a ChangeLog file (HEAD, master)
5 2013-11-18 00:59:58 +0100 Antonio Ospite <ospite@studenti.unina.it>
7 * Add a NEWS file (origin/master)
9 2013-11-18 00:59:20 +0100 Antonio Ospite <ospite@studenti.unina.it>
11 * Add a Makefile rule to generate a Changelog file
13 2013-11-18 00:43:00 +0100 Antonio Ospite <ospite@studenti.unina.it>
17 2013-11-08 16:22:26 +0100 Antonio Ospite <ospite@studenti.unina.it>
19 * Add a Makefile to simplify installation and packaging
21 2013-11-08 16:17:48 +0100 Antonio Ospite <ospite@studenti.unina.it>
23 * Add a wrapper script intended to be called as an executable
25 2013-11-08 15:01:25 +0100 Antonio Ospite <ospite@studenti.unina.it>
27 * Write error messages on STDERR and return saner values in CLI mode
29 2013-11-08 13:09:19 +0100 Antonio Ospite <ospite@studenti.unina.it>
31 * TODO: add more info about checking UTF output
33 2013-11-08 10:44:44 +0100 Antonio Ospite <ospite@studenti.unina.it>
35 * Handle errors and warnings from loadHTML()
37 2013-10-06 11:01:46 +0200 Antonio Ospite <ospite@studenti.unina.it>
39 * Show the actual name of the user the tweet comes from
41 2013-08-12 10:16:27 +0200 Antonio Ospite <ospite@studenti.unina.it>
43 * Follow HTTP redirects in get_contents() too
45 2013-08-12 01:25:56 +0200 Antonio Ospite <ospite@studenti.unina.it>
47 * Add some entries to the TODO file
49 2013-08-12 01:22:35 +0200 Antonio Ospite <ospite@studenti.unina.it>
51 * Merge branch 'generate-enclosure-element'
53 2013-08-12 01:16:10 +0200 Antonio Ospite <ospite@studenti.unina.it>
55 * Cosmetics: re-indent cURL options to follow the coding style (generate-enclosure-element)
57 2013-08-12 01:13:56 +0200 Antonio Ospite <ospite@studenti.unina.it>
59 * Use cURL for Tweeper::get_contents() too
61 2013-08-12 01:06:23 +0200 Antonio Ospite <ospite@studenti.unina.it>
63 * Remove double semicolon in Tweeper::get_info()
65 2013-08-11 21:23:42 +0200 Antonio Ospite <ospite@studenti.unina.it>
67 * Make get_url_info() and generate_enclosure() static methods
69 2013-08-11 21:15:41 +0200 Antonio Ospite <ospite@studenti.unina.it>
71 * Turn epoch_to_gmdate() and str_to_gmdate() into static methods
73 2013-08-11 21:11:03 +0200 Antonio Ospite <ospite@studenti.unina.it>
75 * Make get_contents() a static method
77 2013-08-11 20:57:02 +0200 Antonio Ospite <ospite@studenti.unina.it>
79 * Cosmetics: sort supported_content_types, remove unneeded spaces
81 2013-08-11 20:52:47 +0200 Antonio Ospite <ospite@studenti.unina.it>
83 * Use an array to list supported content types for enclosures
85 2013-08-11 20:44:37 +0200 Antonio Ospite <ospite@studenti.unina.it>
87 * Make it optional to generate the <enclosure/> element
89 2013-08-11 20:27:36 +0200 Antonio Ospite <ospite@studenti.unina.it>
91 * Use getopt() to parse command line options
93 2013-08-11 20:08:37 +0200 Antonio Ospite <ospite@studenti.unina.it>
95 * Split parsing CLI options from parsing QUERY_STRING ones
97 2013-08-11 13:43:05 +0200 Antonio Ospite <ospite@studenti.unina.it>
99 * Use templates to generate enclosures
101 2013-08-11 12:48:21 +0200 Antonio Ospite <ospite@studenti.unina.it>
103 * Merge https://github.com/grote/Tweeper into generate-encolure-elements
105 2013-08-11 12:43:42 +0200 Antonio Ospite <ospite@studenti.unina.it>
107 * Fix a typo: s/tweeter/Twitter/
109 2013-08-04 23:22:02 +0200 Torsten Grote <t@grobox.de>
111 * only enclosify certain mimetypes, use same user agent
113 2013-08-04 22:00:51 +0200 Torsten Grote <t@grobox.de>
115 * add initial support for enclosures
117 2013-08-03 20:56:55 +0200 Antonio Ospite <ospite@studenti.unina.it>
119 * Fix a typo in an error message
121 2013-07-28 22:34:06 +0200 Antonio Ospite <ospite@studenti.unina.it>
123 * Add an RSS conversion stylesheet for dilbert.com
125 2013-07-28 22:30:26 +0200 Antonio Ospite <ospite@studenti.unina.it>
127 * TODO: mention the <ttl/> RSS element
129 2013-07-28 22:28:55 +0200 Antonio Ospite <ospite@studenti.unina.it>
131 * rss_converter_twitter.com.xsl: use concat() more
133 2013-07-27 17:14:07 +0200 Antonio Ospite <ospite@studenti.unina.it>
135 * Add an example with identi.ca
137 2013-07-27 17:05:03 +0200 Antonio Ospite <ospite@studenti.unina.it>
139 * Mention in the README that other sites can be converted to RSS (local-ao2)
141 2013-07-27 16:51:38 +0200 Antonio Ospite <ospite@studenti.unina.it>
143 * Add initial support for scraping Pump.io activity streams
145 2013-07-27 16:46:23 +0200 Antonio Ospite <ospite@studenti.unina.it>
147 * Change mode of tweeper.php
149 2013-07-27 16:45:47 +0200 Antonio Ospite <ospite@studenti.unina.it>
151 * Add -h and --help options
153 2013-07-27 16:38:46 +0200 Antonio Ospite <ospite@studenti.unina.it>
155 * Add another date conversion routine
157 2013-07-27 16:36:36 +0200 Antonio Ospite <ospite@studenti.unina.it>
159 * Update the documentation to use URLs as arguments
161 2013-07-27 16:35:47 +0200 Antonio Ospite <ospite@studenti.unina.it>
163 * Mention http://rssitfor.me as an alternative service
165 2013-07-27 16:04:41 +0200 Antonio Ospite <ospite@studenti.unina.it>
167 * Use __DIR__ when building the stylesheet path name
169 2013-07-27 16:01:36 +0200 Antonio Ospite <ospite@studenti.unina.it>
171 * Rename formatDate() function to epoch_to_gmdate()
173 2013-07-27 13:31:59 +0200 Antonio Ospite <ospite@studenti.unina.it>
175 * Be more verbose in error messages
177 2013-07-27 13:24:44 +0200 Antonio Ospite <ospite@studenti.unina.it>
179 * Make stylesheet file name parametric
181 2013-07-27 13:09:08 +0200 Antonio Ospite <ospite@studenti.unina.it>
183 * Change of behavior| Now a URL is required as an argument
185 2013-07-27 12:49:21 +0200 Antonio Ospite <ospite@studenti.unina.it>
187 * Factor out a usage() function
189 2013-07-27 12:43:16 +0200 Antonio Ospite <ospite@studenti.unina.it>
191 * Use php_sapi_name() to check for CLI interface
193 2013-07-07 15:34:21 +0200 Antonio Ospite <ospite@studenti.unina.it>
197 2013-07-07 15:33:26 +0200 Antonio Ospite <ospite@studenti.unina.it>
199 * Add more info about how to call Tweeper from command line
201 2013-07-07 01:22:47 +0200 Antonio Ospite <ospite@studenti.unina.it>
203 * Embed the full HTML content of the tweet in the description field
205 2013-07-06 23:06:12 +0200 Antonio Ospite <ospite@studenti.unina.it>
207 * Format dates using an external php function
209 2013-07-06 21:51:53 +0200 Antonio Ospite <ospite@studenti.unina.it>