tweeper.1.asciidoc: add a missing semicolon
[tweeper.git] / ChangeLog
1 2013-11-18 01:01:29 +0100  Antonio Ospite  <ospite@studenti.unina.it>
2
3         * Add a ChangeLog file (HEAD, master)
4
5 2013-11-18 00:59:58 +0100  Antonio Ospite  <ospite@studenti.unina.it>
6
7         * Add a NEWS file (origin/master)
8
9 2013-11-18 00:59:20 +0100  Antonio Ospite  <ospite@studenti.unina.it>
10
11         * Add a Makefile rule to generate a Changelog file
12
13 2013-11-18 00:43:00 +0100  Antonio Ospite  <ospite@studenti.unina.it>
14
15         * Add a man page
16
17 2013-11-08 16:22:26 +0100  Antonio Ospite  <ospite@studenti.unina.it>
18
19         * Add a Makefile to simplify installation and packaging
20
21 2013-11-08 16:17:48 +0100  Antonio Ospite  <ospite@studenti.unina.it>
22
23         * Add a wrapper script intended to be called as an executable
24
25 2013-11-08 15:01:25 +0100  Antonio Ospite  <ospite@studenti.unina.it>
26
27         * Write error messages on STDERR and return saner values in CLI mode
28
29 2013-11-08 13:09:19 +0100  Antonio Ospite  <ospite@studenti.unina.it>
30
31         * TODO: add more info about checking UTF output
32
33 2013-11-08 10:44:44 +0100  Antonio Ospite  <ospite@studenti.unina.it>
34
35         * Handle errors and warnings from loadHTML()
36
37 2013-10-06 11:01:46 +0200  Antonio Ospite  <ospite@studenti.unina.it>
38
39         * Show the actual name of the user the tweet comes from
40
41 2013-08-12 10:16:27 +0200  Antonio Ospite  <ospite@studenti.unina.it>
42
43         * Follow HTTP redirects in get_contents() too
44
45 2013-08-12 01:25:56 +0200  Antonio Ospite  <ospite@studenti.unina.it>
46
47         * Add some entries to the TODO file
48
49 2013-08-12 01:22:35 +0200  Antonio Ospite  <ospite@studenti.unina.it>
50
51         * Merge branch 'generate-enclosure-element'
52
53 2013-08-12 01:16:10 +0200  Antonio Ospite  <ospite@studenti.unina.it>
54
55         * Cosmetics: re-indent cURL options to follow the coding style (generate-enclosure-element)
56
57 2013-08-12 01:13:56 +0200  Antonio Ospite  <ospite@studenti.unina.it>
58
59         * Use cURL for Tweeper::get_contents() too
60
61 2013-08-12 01:06:23 +0200  Antonio Ospite  <ospite@studenti.unina.it>
62
63         * Remove double semicolon in Tweeper::get_info()
64
65 2013-08-11 21:23:42 +0200  Antonio Ospite  <ospite@studenti.unina.it>
66
67         * Make get_url_info() and generate_enclosure() static methods
68
69 2013-08-11 21:15:41 +0200  Antonio Ospite  <ospite@studenti.unina.it>
70
71         * Turn epoch_to_gmdate() and str_to_gmdate() into static methods
72
73 2013-08-11 21:11:03 +0200  Antonio Ospite  <ospite@studenti.unina.it>
74
75         * Make get_contents() a static method
76
77 2013-08-11 20:57:02 +0200  Antonio Ospite  <ospite@studenti.unina.it>
78
79         * Cosmetics: sort supported_content_types, remove unneeded spaces
80
81 2013-08-11 20:52:47 +0200  Antonio Ospite  <ospite@studenti.unina.it>
82
83         * Use an array to list supported content types for enclosures
84
85 2013-08-11 20:44:37 +0200  Antonio Ospite  <ospite@studenti.unina.it>
86
87         * Make it optional to generate the <enclosure/> element
88
89 2013-08-11 20:27:36 +0200  Antonio Ospite  <ospite@studenti.unina.it>
90
91         * Use getopt() to parse command line options
92
93 2013-08-11 20:08:37 +0200  Antonio Ospite  <ospite@studenti.unina.it>
94
95         * Split parsing CLI options from parsing QUERY_STRING ones
96
97 2013-08-11 13:43:05 +0200  Antonio Ospite  <ospite@studenti.unina.it>
98
99         * Use templates to generate enclosures
100
101 2013-08-11 12:48:21 +0200  Antonio Ospite  <ospite@studenti.unina.it>
102
103         * Merge https://github.com/grote/Tweeper into generate-encolure-elements
104
105 2013-08-11 12:43:42 +0200  Antonio Ospite  <ospite@studenti.unina.it>
106
107         * Fix a typo: s/tweeter/Twitter/
108
109 2013-08-04 23:22:02 +0200  Torsten Grote  <t@grobox.de>
110
111         * only enclosify certain mimetypes, use same user agent
112
113 2013-08-04 22:00:51 +0200  Torsten Grote  <t@grobox.de>
114
115         * add initial support for enclosures
116
117 2013-08-03 20:56:55 +0200  Antonio Ospite  <ospite@studenti.unina.it>
118
119         * Fix a typo in an error message
120
121 2013-07-28 22:34:06 +0200  Antonio Ospite  <ospite@studenti.unina.it>
122
123         * Add an RSS conversion stylesheet for dilbert.com
124
125 2013-07-28 22:30:26 +0200  Antonio Ospite  <ospite@studenti.unina.it>
126
127         * TODO: mention the <ttl/> RSS element
128
129 2013-07-28 22:28:55 +0200  Antonio Ospite  <ospite@studenti.unina.it>
130
131         * rss_converter_twitter.com.xsl: use concat() more
132
133 2013-07-27 17:14:07 +0200  Antonio Ospite  <ospite@studenti.unina.it>
134
135         * Add an example with identi.ca
136
137 2013-07-27 17:05:03 +0200  Antonio Ospite  <ospite@studenti.unina.it>
138
139         * Mention in the README that other sites can be converted to RSS (local-ao2)
140
141 2013-07-27 16:51:38 +0200  Antonio Ospite  <ospite@studenti.unina.it>
142
143         * Add initial support for scraping Pump.io activity streams
144
145 2013-07-27 16:46:23 +0200  Antonio Ospite  <ospite@studenti.unina.it>
146
147         * Change mode of tweeper.php
148
149 2013-07-27 16:45:47 +0200  Antonio Ospite  <ospite@studenti.unina.it>
150
151         * Add -h and --help options
152
153 2013-07-27 16:38:46 +0200  Antonio Ospite  <ospite@studenti.unina.it>
154
155         * Add another date conversion routine
156
157 2013-07-27 16:36:36 +0200  Antonio Ospite  <ospite@studenti.unina.it>
158
159         * Update the documentation to use URLs as arguments
160
161 2013-07-27 16:35:47 +0200  Antonio Ospite  <ospite@studenti.unina.it>
162
163         * Mention http://rssitfor.me as an alternative service
164
165 2013-07-27 16:04:41 +0200  Antonio Ospite  <ospite@studenti.unina.it>
166
167         * Use __DIR__ when building the stylesheet path name
168
169 2013-07-27 16:01:36 +0200  Antonio Ospite  <ospite@studenti.unina.it>
170
171         * Rename formatDate() function to epoch_to_gmdate()
172
173 2013-07-27 13:31:59 +0200  Antonio Ospite  <ospite@studenti.unina.it>
174
175         * Be more verbose in error messages
176
177 2013-07-27 13:24:44 +0200  Antonio Ospite  <ospite@studenti.unina.it>
178
179         * Make stylesheet file name parametric
180
181 2013-07-27 13:09:08 +0200  Antonio Ospite  <ospite@studenti.unina.it>
182
183         * Change of behavior| Now a URL is required as an argument
184
185 2013-07-27 12:49:21 +0200  Antonio Ospite  <ospite@studenti.unina.it>
186
187         * Factor out a usage() function
188
189 2013-07-27 12:43:16 +0200  Antonio Ospite  <ospite@studenti.unina.it>
190
191         * Use php_sapi_name() to check for CLI interface
192
193 2013-07-07 15:34:21 +0200  Antonio Ospite  <ospite@studenti.unina.it>
194
195         * Fix a typo
196
197 2013-07-07 15:33:26 +0200  Antonio Ospite  <ospite@studenti.unina.it>
198
199         * Add more info about how to call Tweeper from command line
200
201 2013-07-07 01:22:47 +0200  Antonio Ospite  <ospite@studenti.unina.it>
202
203         * Embed the full HTML content of the tweet in the description field
204
205 2013-07-06 23:06:12 +0200  Antonio Ospite  <ospite@studenti.unina.it>
206
207         * Format dates using an external php function
208
209 2013-07-06 21:51:53 +0200  Antonio Ospite  <ospite@studenti.unina.it>
210
211         * Initial import