xmltv2html 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/COPYING +99 -0
- data/ChangeLog +776 -0
- data/README +41 -0
- data/bin/xmltv2html.rb +1155 -0
- data/contrib/README +3 -0
- data/contrib/kvh/generate_html +68 -0
- data/contrib/kvh/tvlistings +15 -0
- data/contrib/kvh/tvlistings_index +82 -0
- data/contrib/kvh/update-tvlistings +136 -0
- data/popup.js +227 -0
- data/xmltv2html.css +75 -0
- data/xmltv2htmlrc +102 -0
- metadata +64 -0
data/ChangeLog
ADDED
@@ -0,0 +1,776 @@
|
|
1
|
+
------------------------------------------------------------------------
|
2
|
+
r122 | kvh | 2005-06-26 12:58:25 -0500 (Sun, 26 Jun 2005) | 1 line
|
3
|
+
Changed paths:
|
4
|
+
M /trunk/xmltv2html.gemspec
|
5
|
+
|
6
|
+
remove unneeded files
|
7
|
+
------------------------------------------------------------------------
|
8
|
+
r121 | kvh | 2005-06-25 22:04:23 -0500 (Sat, 25 Jun 2005) | 1 line
|
9
|
+
Changed paths:
|
10
|
+
A /trunk/xmltv2html.gemspec
|
11
|
+
|
12
|
+
initial try at creating a gem package
|
13
|
+
------------------------------------------------------------------------
|
14
|
+
r120 | kvh | 2005-06-19 22:16:07 -0500 (Sun, 19 Jun 2005) | 1 line
|
15
|
+
Changed paths:
|
16
|
+
M /trunk/bin/xmltv2html.rb
|
17
|
+
M /trunk/xmltv2htmlrc
|
18
|
+
|
19
|
+
fix --urlprev and --urlnext; update your xmltv2htmlrc files
|
20
|
+
------------------------------------------------------------------------
|
21
|
+
r119 | kvh | 2005-06-18 17:21:32 -0500 (Sat, 18 Jun 2005) | 1 line
|
22
|
+
Changed paths:
|
23
|
+
A /trunk/contrib/kvh/xmltv2htmlrc
|
24
|
+
|
25
|
+
add my personal rc file
|
26
|
+
------------------------------------------------------------------------
|
27
|
+
r118 | kvh | 2005-06-18 17:11:30 -0500 (Sat, 18 Jun 2005) | 1 line
|
28
|
+
Changed paths:
|
29
|
+
M /trunk/bin/xmltv2html.rb
|
30
|
+
M /trunk/popup.js
|
31
|
+
|
32
|
+
release 0.5.2; add padding around DHTML title
|
33
|
+
------------------------------------------------------------------------
|
34
|
+
r117 | kvh | 2005-06-18 16:54:16 -0500 (Sat, 18 Jun 2005) | 1 line
|
35
|
+
Changed paths:
|
36
|
+
M /trunk/bin/xmltv2html.rb
|
37
|
+
M /trunk/xmltv2htmlrc
|
38
|
+
|
39
|
+
The attributes of the DHTML popup can be customized
|
40
|
+
------------------------------------------------------------------------
|
41
|
+
r116 | kvh | 2005-06-18 13:23:39 -0500 (Sat, 18 Jun 2005) | 1 line
|
42
|
+
Changed paths:
|
43
|
+
M /trunk/bin/xmltv2html.rb
|
44
|
+
|
45
|
+
release 0.5.1
|
46
|
+
------------------------------------------------------------------------
|
47
|
+
r115 | kvh | 2005-06-15 01:03:43 -0500 (Wed, 15 Jun 2005) | 1 line
|
48
|
+
Changed paths:
|
49
|
+
M /trunk/bin/xmltv2html.rb
|
50
|
+
|
51
|
+
remove unsed code
|
52
|
+
------------------------------------------------------------------------
|
53
|
+
r114 | kvh | 2005-06-12 19:07:03 -0500 (Sun, 12 Jun 2005) | 1 line
|
54
|
+
Changed paths:
|
55
|
+
M /trunk/bin/xmltv2html.rb
|
56
|
+
|
57
|
+
code removal
|
58
|
+
------------------------------------------------------------------------
|
59
|
+
r113 | kvh | 2005-06-12 18:11:12 -0500 (Sun, 12 Jun 2005) | 1 line
|
60
|
+
Changed paths:
|
61
|
+
M /trunk/bin/xmltv2html.rb
|
62
|
+
|
63
|
+
fix warn/die messages; removed unused code
|
64
|
+
------------------------------------------------------------------------
|
65
|
+
r112 | kvh | 2005-06-12 17:52:42 -0500 (Sun, 12 Jun 2005) | 1 line
|
66
|
+
Changed paths:
|
67
|
+
M /trunk/bin/xmltv2html.rb
|
68
|
+
|
69
|
+
exit on missing programme stop entry
|
70
|
+
------------------------------------------------------------------------
|
71
|
+
r111 | kvh | 2005-06-12 17:38:37 -0500 (Sun, 12 Jun 2005) | 1 line
|
72
|
+
Changed paths:
|
73
|
+
M /trunk/bin/xmltv2html.rb
|
74
|
+
|
75
|
+
moving code to class Time
|
76
|
+
------------------------------------------------------------------------
|
77
|
+
r110 | kvh | 2005-06-12 15:20:19 -0500 (Sun, 12 Jun 2005) | 1 line
|
78
|
+
Changed paths:
|
79
|
+
M /trunk/bin/xmltv2html.rb
|
80
|
+
M /trunk/create_rc
|
81
|
+
M /trunk/xmltv2htmlrc
|
82
|
+
|
83
|
+
modify create_rc that creates xmltv2htmlrc
|
84
|
+
------------------------------------------------------------------------
|
85
|
+
r109 | kvh | 2005-06-12 15:06:34 -0500 (Sun, 12 Jun 2005) | 1 line
|
86
|
+
Changed paths:
|
87
|
+
M /trunk/bin/xmltv2html.rb
|
88
|
+
|
89
|
+
move global var into Config class
|
90
|
+
------------------------------------------------------------------------
|
91
|
+
r108 | kvh | 2005-06-11 20:54:50 -0500 (Sat, 11 Jun 2005) | 1 line
|
92
|
+
Changed paths:
|
93
|
+
M /trunk/create_dists
|
94
|
+
|
95
|
+
run svn update before creating changelog
|
96
|
+
------------------------------------------------------------------------
|
97
|
+
r107 | kvh | 2005-06-11 20:30:10 -0500 (Sat, 11 Jun 2005) | 1 line
|
98
|
+
Changed paths:
|
99
|
+
M /trunk/create_dists
|
100
|
+
|
101
|
+
remove ChangeLog before creating it
|
102
|
+
------------------------------------------------------------------------
|
103
|
+
r106 | kvh | 2005-06-11 20:24:16 -0500 (Sat, 11 Jun 2005) | 1 line
|
104
|
+
Changed paths:
|
105
|
+
M /trunk/bin/xmltv2html.rb
|
106
|
+
|
107
|
+
release 0.5.0
|
108
|
+
------------------------------------------------------------------------
|
109
|
+
r105 | kvh | 2005-06-11 20:15:33 -0500 (Sat, 11 Jun 2005) | 1 line
|
110
|
+
Changed paths:
|
111
|
+
M /trunk/MANIFEST
|
112
|
+
|
113
|
+
correct files
|
114
|
+
------------------------------------------------------------------------
|
115
|
+
r104 | kvh | 2005-06-11 20:12:56 -0500 (Sat, 11 Jun 2005) | 1 line
|
116
|
+
Changed paths:
|
117
|
+
M /trunk/pre-install.rb
|
118
|
+
|
119
|
+
fixes for creating dist
|
120
|
+
------------------------------------------------------------------------
|
121
|
+
r103 | kvh | 2005-06-11 20:12:37 -0500 (Sat, 11 Jun 2005) | 1 line
|
122
|
+
Changed paths:
|
123
|
+
M /trunk/INSTALL
|
124
|
+
M /trunk/MANIFEST
|
125
|
+
M /trunk/create_dists
|
126
|
+
M /trunk/create_rc
|
127
|
+
A /trunk/pre-install.rb (from /trunk/pre-setup.rb:98)
|
128
|
+
D /trunk/pre-setup.rb
|
129
|
+
|
130
|
+
fixes for creating dist
|
131
|
+
------------------------------------------------------------------------
|
132
|
+
r102 | kvh | 2005-06-11 19:41:00 -0500 (Sat, 11 Jun 2005) | 1 line
|
133
|
+
Changed paths:
|
134
|
+
M /trunk/bin/xmltv2html.rb
|
135
|
+
M /trunk/post-install.rb
|
136
|
+
|
137
|
+
Add REXML URL; add notice to users after installation
|
138
|
+
------------------------------------------------------------------------
|
139
|
+
r101 | kvh | 2005-06-11 19:23:18 -0500 (Sat, 11 Jun 2005) | 1 line
|
140
|
+
Changed paths:
|
141
|
+
D /trunk/install.rb
|
142
|
+
|
143
|
+
remove old/outdate installtion script
|
144
|
+
------------------------------------------------------------------------
|
145
|
+
r100 | kvh | 2005-06-11 19:22:34 -0500 (Sat, 11 Jun 2005) | 1 line
|
146
|
+
Changed paths:
|
147
|
+
A /trunk/pre-config.rb
|
148
|
+
|
149
|
+
check for rexml
|
150
|
+
------------------------------------------------------------------------
|
151
|
+
r99 | kvh | 2005-06-11 19:13:34 -0500 (Sat, 11 Jun 2005) | 1 line
|
152
|
+
Changed paths:
|
153
|
+
M /trunk/bin
|
154
|
+
|
155
|
+
ignore file
|
156
|
+
------------------------------------------------------------------------
|
157
|
+
r98 | kvh | 2005-06-11 19:12:28 -0500 (Sat, 11 Jun 2005) | 1 line
|
158
|
+
Changed paths:
|
159
|
+
M /trunk
|
160
|
+
M /trunk/bin/xmltv2html.rb
|
161
|
+
A /trunk/post-install.rb
|
162
|
+
M /trunk/pre-setup.rb
|
163
|
+
|
164
|
+
display info after installing; more ignore files
|
165
|
+
------------------------------------------------------------------------
|
166
|
+
r97 | kvh | 2005-06-11 18:51:42 -0500 (Sat, 11 Jun 2005) | 1 line
|
167
|
+
Changed paths:
|
168
|
+
M /trunk
|
169
|
+
|
170
|
+
correct ignored files
|
171
|
+
------------------------------------------------------------------------
|
172
|
+
r96 | kvh | 2005-06-11 18:48:43 -0500 (Sat, 11 Jun 2005) | 1 line
|
173
|
+
Changed paths:
|
174
|
+
M /trunk
|
175
|
+
|
176
|
+
ignore .config
|
177
|
+
------------------------------------------------------------------------
|
178
|
+
r95 | kvh | 2005-06-11 18:45:51 -0500 (Sat, 11 Jun 2005) | 1 line
|
179
|
+
Changed paths:
|
180
|
+
A /trunk/bin/xmltv2html.rb (from /trunk/xmltv2html.rb:94)
|
181
|
+
D /trunk/xmltv2html.rb
|
182
|
+
|
183
|
+
move to bin/
|
184
|
+
------------------------------------------------------------------------
|
185
|
+
r94 | kvh | 2005-06-11 18:45:34 -0500 (Sat, 11 Jun 2005) | 1 line
|
186
|
+
Changed paths:
|
187
|
+
M /trunk/xmltv2html.rb
|
188
|
+
|
189
|
+
current file
|
190
|
+
------------------------------------------------------------------------
|
191
|
+
r93 | kvh | 2005-06-11 18:44:55 -0500 (Sat, 11 Jun 2005) | 1 line
|
192
|
+
Changed paths:
|
193
|
+
D /trunk/bin/xmltv2html.rb
|
194
|
+
A /trunk/xmltv2html.rb (from /trunk/xmltv2html.rb:91)
|
195
|
+
|
196
|
+
accidently add/del instead of moved
|
197
|
+
------------------------------------------------------------------------
|
198
|
+
r92 | kvh | 2005-06-11 18:36:23 -0500 (Sat, 11 Jun 2005) | 1 line
|
199
|
+
Changed paths:
|
200
|
+
A /trunk/bin
|
201
|
+
A /trunk/bin/xmltv2html.rb
|
202
|
+
A /trunk/pre-setup.rb
|
203
|
+
A /trunk/setup.rb
|
204
|
+
D /trunk/xmltv2html.rb
|
205
|
+
|
206
|
+
use Minero Aoki's setup.rb script
|
207
|
+
------------------------------------------------------------------------
|
208
|
+
r91 | kvh | 2005-06-11 17:29:22 -0500 (Sat, 11 Jun 2005) | 1 line
|
209
|
+
Changed paths:
|
210
|
+
M /trunk/xmltv2html.rb
|
211
|
+
|
212
|
+
channels sorted
|
213
|
+
------------------------------------------------------------------------
|
214
|
+
r90 | kvh | 2005-06-11 17:17:42 -0500 (Sat, 11 Jun 2005) | 1 line
|
215
|
+
Changed paths:
|
216
|
+
M /trunk/xmltv2html.rb
|
217
|
+
|
218
|
+
remove unused code
|
219
|
+
------------------------------------------------------------------------
|
220
|
+
r89 | kvh | 2005-06-11 17:16:11 -0500 (Sat, 11 Jun 2005) | 1 line
|
221
|
+
Changed paths:
|
222
|
+
M /trunk/xmltv2html.rb
|
223
|
+
|
224
|
+
remove unused code
|
225
|
+
------------------------------------------------------------------------
|
226
|
+
r88 | kvh | 2005-06-11 15:51:00 -0500 (Sat, 11 Jun 2005) | 1 line
|
227
|
+
Changed paths:
|
228
|
+
M /trunk/xmltv2html.rb
|
229
|
+
|
230
|
+
remove commented code; popups work again
|
231
|
+
------------------------------------------------------------------------
|
232
|
+
r87 | kvh | 2005-06-11 15:41:44 -0500 (Sat, 11 Jun 2005) | 1 line
|
233
|
+
Changed paths:
|
234
|
+
M /trunk/xmltv2html.rb
|
235
|
+
|
236
|
+
class updates; working version
|
237
|
+
------------------------------------------------------------------------
|
238
|
+
r86 | kvh | 2005-06-11 14:48:22 -0500 (Sat, 11 Jun 2005) | 1 line
|
239
|
+
Changed paths:
|
240
|
+
M /trunk/xmltv2html.rb
|
241
|
+
|
242
|
+
moving code around classes; removing unused stuff
|
243
|
+
------------------------------------------------------------------------
|
244
|
+
r85 | kvh | 2005-06-11 14:10:48 -0500 (Sat, 11 Jun 2005) | 1 line
|
245
|
+
Changed paths:
|
246
|
+
M /trunk/xmltv2html.rb
|
247
|
+
|
248
|
+
changing classes
|
249
|
+
------------------------------------------------------------------------
|
250
|
+
r84 | kvh | 2005-06-11 14:06:00 -0500 (Sat, 11 Jun 2005) | 1 line
|
251
|
+
Changed paths:
|
252
|
+
M /trunk/xmltv2html.rb
|
253
|
+
|
254
|
+
changing classes
|
255
|
+
------------------------------------------------------------------------
|
256
|
+
r83 | kvh | 2005-06-10 12:59:51 -0500 (Fri, 10 Jun 2005) | 1 line
|
257
|
+
Changed paths:
|
258
|
+
M /trunk
|
259
|
+
|
260
|
+
ignore .swp files
|
261
|
+
------------------------------------------------------------------------
|
262
|
+
r82 | kvh | 2005-06-10 12:59:39 -0500 (Fri, 10 Jun 2005) | 1 line
|
263
|
+
Changed paths:
|
264
|
+
M /trunk/xmltv2html.rb
|
265
|
+
|
266
|
+
update year
|
267
|
+
------------------------------------------------------------------------
|
268
|
+
r81 | kvh | 2005-06-10 12:57:55 -0500 (Fri, 10 Jun 2005) | 1 line
|
269
|
+
Changed paths:
|
270
|
+
A /trunk/files/invalid-no-programmes.xml
|
271
|
+
M /trunk/xmltv2html.rb
|
272
|
+
|
273
|
+
new invalid file and more error checking for invalid xml
|
274
|
+
------------------------------------------------------------------------
|
275
|
+
r80 | kvh | 2005-06-10 12:50:27 -0500 (Fri, 10 Jun 2005) | 1 line
|
276
|
+
Changed paths:
|
277
|
+
M /trunk
|
278
|
+
|
279
|
+
ignore ChangeLog
|
280
|
+
------------------------------------------------------------------------
|
281
|
+
r79 | kvh | 2005-06-10 12:42:20 -0500 (Fri, 10 Jun 2005) | 1 line
|
282
|
+
Changed paths:
|
283
|
+
A /trunk/files
|
284
|
+
A /trunk/files/invalid-channel-in-program.xml
|
285
|
+
A /trunk/files/xmltv.dtd
|
286
|
+
|
287
|
+
add xmltv DTD and a test file
|
288
|
+
------------------------------------------------------------------------
|
289
|
+
r78 | kvh | 2005-06-10 12:36:29 -0500 (Fri, 10 Jun 2005) | 1 line
|
290
|
+
Changed paths:
|
291
|
+
M /trunk/create_dists
|
292
|
+
|
293
|
+
update for cvs to svn
|
294
|
+
------------------------------------------------------------------------
|
295
|
+
r77 | kvh | 2005-06-10 12:35:19 -0500 (Fri, 10 Jun 2005) | 1 line
|
296
|
+
Changed paths:
|
297
|
+
A /trunk/create_rc
|
298
|
+
|
299
|
+
Add script to create the default xmltv2htmlrc file
|
300
|
+
------------------------------------------------------------------------
|
301
|
+
r76 | kvh | 2005-06-10 12:05:45 -0500 (Fri, 10 Jun 2005) | 2 lines
|
302
|
+
Changed paths:
|
303
|
+
M /trunk/xmltv2html.rb
|
304
|
+
|
305
|
+
add testing for errors in xml file
|
306
|
+
|
307
|
+
------------------------------------------------------------------------
|
308
|
+
r75 | kvh | 2005-03-30 20:27:31 -0500 (Wed, 30 Mar 2005) | 2 lines
|
309
|
+
Changed paths:
|
310
|
+
M /trunk/xmltv2htmlrc
|
311
|
+
|
312
|
+
update for subtitle/rerun
|
313
|
+
|
314
|
+
------------------------------------------------------------------------
|
315
|
+
r73 | kvh | 2005-03-27 19:41:05 -0500 (Sun, 27 Mar 2005) | 2 lines
|
316
|
+
Changed paths:
|
317
|
+
M /trunk/xmltv2html.rb
|
318
|
+
|
319
|
+
add rerun and sub-title to output
|
320
|
+
|
321
|
+
------------------------------------------------------------------------
|
322
|
+
r71 | kvh | 2005-02-06 12:31:26 -0500 (Sun, 06 Feb 2005) | 2 lines
|
323
|
+
Changed paths:
|
324
|
+
M /trunk/MANIFEST
|
325
|
+
M /trunk/create_dists
|
326
|
+
M /trunk/xmltv2htmlrc
|
327
|
+
|
328
|
+
v0.3.0 release
|
329
|
+
|
330
|
+
------------------------------------------------------------------------
|
331
|
+
r70 | kvh | 2005-02-06 12:17:52 -0500 (Sun, 06 Feb 2005) | 2 lines
|
332
|
+
Changed paths:
|
333
|
+
A /trunk/contrib/kvh
|
334
|
+
A /trunk/contrib/kvh/generate_html
|
335
|
+
A /trunk/contrib/kvh/tvlistings
|
336
|
+
A /trunk/contrib/kvh/tvlistings_index
|
337
|
+
A /trunk/contrib/kvh/update-tvlistings
|
338
|
+
|
339
|
+
Initial commit
|
340
|
+
|
341
|
+
------------------------------------------------------------------------
|
342
|
+
r69 | kvh | 2005-02-06 12:17:04 -0500 (Sun, 06 Feb 2005) | 2 lines
|
343
|
+
Changed paths:
|
344
|
+
A /trunk/contrib
|
345
|
+
A /trunk/contrib/README
|
346
|
+
|
347
|
+
Initial text
|
348
|
+
|
349
|
+
------------------------------------------------------------------------
|
350
|
+
r68 | kvh | 2005-02-05 19:54:21 -0500 (Sat, 05 Feb 2005) | 2 lines
|
351
|
+
Changed paths:
|
352
|
+
M /trunk/xmltv2html.rb
|
353
|
+
|
354
|
+
Add --urlprev and --urlnext
|
355
|
+
|
356
|
+
------------------------------------------------------------------------
|
357
|
+
r67 | kvh | 2005-02-05 18:56:35 -0500 (Sat, 05 Feb 2005) | 2 lines
|
358
|
+
Changed paths:
|
359
|
+
M /trunk/xmltv2html.rb
|
360
|
+
|
361
|
+
Change title date
|
362
|
+
|
363
|
+
------------------------------------------------------------------------
|
364
|
+
r65 | kvh | 2004-12-29 21:08:00 -0500 (Wed, 29 Dec 2004) | 2 lines
|
365
|
+
Changed paths:
|
366
|
+
M /trunk/xmltv2html.rb
|
367
|
+
|
368
|
+
Release 0.2.1
|
369
|
+
|
370
|
+
------------------------------------------------------------------------
|
371
|
+
r64 | kvh | 2004-12-29 21:00:57 -0500 (Wed, 29 Dec 2004) | 2 lines
|
372
|
+
Changed paths:
|
373
|
+
M /trunk/xmltv2html.rb
|
374
|
+
|
375
|
+
Add check for empty desc and rating; if stop time minute > 00, increase hour
|
376
|
+
|
377
|
+
------------------------------------------------------------------------
|
378
|
+
r62 | kvh | 2004-11-27 22:22:35 -0500 (Sat, 27 Nov 2004) | 2 lines
|
379
|
+
Changed paths:
|
380
|
+
M /trunk/README
|
381
|
+
M /trunk/create_dists
|
382
|
+
M /trunk/xmltv2html.css
|
383
|
+
M /trunk/xmltv2html.rb
|
384
|
+
|
385
|
+
release 0.2.0; fix website address
|
386
|
+
|
387
|
+
------------------------------------------------------------------------
|
388
|
+
r61 | kvh | 2004-11-27 21:46:52 -0500 (Sat, 27 Nov 2004) | 2 lines
|
389
|
+
Changed paths:
|
390
|
+
M /trunk/xmltv2html.rb
|
391
|
+
|
392
|
+
remove unused code
|
393
|
+
|
394
|
+
------------------------------------------------------------------------
|
395
|
+
r60 | kvh | 2004-11-27 21:30:57 -0500 (Sat, 27 Nov 2004) | 2 lines
|
396
|
+
Changed paths:
|
397
|
+
M /trunk/xmltv2html.rb
|
398
|
+
|
399
|
+
Fix output_date_in_time
|
400
|
+
|
401
|
+
------------------------------------------------------------------------
|
402
|
+
r59 | kvh | 2004-11-27 21:13:15 -0500 (Sat, 27 Nov 2004) | 2 lines
|
403
|
+
Changed paths:
|
404
|
+
M /trunk/xmltv2html.rb
|
405
|
+
|
406
|
+
Fix title; channel intervals
|
407
|
+
|
408
|
+
------------------------------------------------------------------------
|
409
|
+
r58 | kvh | 2004-11-27 20:13:48 -0500 (Sat, 27 Nov 2004) | 2 lines
|
410
|
+
Changed paths:
|
411
|
+
M /trunk/xmltv2html.rb
|
412
|
+
|
413
|
+
Remove --start/--stop (use tv_grep/tv_sort); remove unnessary code; fix channel spans
|
414
|
+
|
415
|
+
------------------------------------------------------------------------
|
416
|
+
r57 | kvh | 2004-11-21 02:20:18 -0500 (Sun, 21 Nov 2004) | 2 lines
|
417
|
+
Changed paths:
|
418
|
+
M /trunk/xmltv2html.rb
|
419
|
+
|
420
|
+
print statements commented out
|
421
|
+
|
422
|
+
------------------------------------------------------------------------
|
423
|
+
r56 | kvh | 2004-11-21 02:19:44 -0500 (Sun, 21 Nov 2004) | 2 lines
|
424
|
+
Changed paths:
|
425
|
+
M /trunk/xmltv2html.css
|
426
|
+
|
427
|
+
Updated .css file
|
428
|
+
|
429
|
+
------------------------------------------------------------------------
|
430
|
+
r55 | kvh | 2004-11-21 02:19:24 -0500 (Sun, 21 Nov 2004) | 2 lines
|
431
|
+
Changed paths:
|
432
|
+
M /trunk/xmltv2htmlrc
|
433
|
+
|
434
|
+
Updated rc file
|
435
|
+
|
436
|
+
------------------------------------------------------------------------
|
437
|
+
r53 | kvh | 2004-05-15 21:54:50 -0500 (Sat, 15 May 2004) | 2 lines
|
438
|
+
Changed paths:
|
439
|
+
M /trunk/xmltv2html.rb
|
440
|
+
|
441
|
+
Working on getting the listings to start at any start and any stop times
|
442
|
+
|
443
|
+
------------------------------------------------------------------------
|
444
|
+
r52 | kvh | 2004-05-15 17:06:00 -0500 (Sat, 15 May 2004) | 2 lines
|
445
|
+
Changed paths:
|
446
|
+
M /trunk/xmltv2html.rb
|
447
|
+
|
448
|
+
Add programme's category; allows user to pick a CSS class for any category
|
449
|
+
|
450
|
+
------------------------------------------------------------------------
|
451
|
+
r50 | kvh | 2004-05-12 11:05:14 -0500 (Wed, 12 May 2004) | 2 lines
|
452
|
+
Changed paths:
|
453
|
+
M /trunk/create_dists
|
454
|
+
|
455
|
+
Add a method to CVS tag the source files
|
456
|
+
|
457
|
+
------------------------------------------------------------------------
|
458
|
+
r49 | kvh | 2004-05-12 11:04:45 -0500 (Wed, 12 May 2004) | 2 lines
|
459
|
+
Changed paths:
|
460
|
+
M /trunk/xmltv2html.rb
|
461
|
+
|
462
|
+
Changed the method the title is calculated
|
463
|
+
|
464
|
+
------------------------------------------------------------------------
|
465
|
+
r48 | kvh | 2004-05-12 02:10:43 -0500 (Wed, 12 May 2004) | 2 lines
|
466
|
+
Changed paths:
|
467
|
+
M /trunk/xmltv2html.rb
|
468
|
+
|
469
|
+
Added --start and --stop to handle desired output dates/times. Added code to deal with start/top times.
|
470
|
+
|
471
|
+
------------------------------------------------------------------------
|
472
|
+
r47 | kvh | 2004-05-12 02:04:35 -0500 (Wed, 12 May 2004) | 2 lines
|
473
|
+
Changed paths:
|
474
|
+
M /trunk/xmltv2html.rb
|
475
|
+
|
476
|
+
Added --start and --stop to handle desired output dates/times. Added code to deal with start/top times.
|
477
|
+
|
478
|
+
------------------------------------------------------------------------
|
479
|
+
r46 | kvh | 2004-04-21 13:54:39 -0500 (Wed, 21 Apr 2004) | 2 lines
|
480
|
+
Changed paths:
|
481
|
+
M /trunk/xmltv2html.rb
|
482
|
+
|
483
|
+
Change preferences to mine
|
484
|
+
|
485
|
+
------------------------------------------------------------------------
|
486
|
+
r44 | kvh | 2004-04-21 13:09:32 -0500 (Wed, 21 Apr 2004) | 2 lines
|
487
|
+
Changed paths:
|
488
|
+
M /trunk/xmltv2html.rb
|
489
|
+
|
490
|
+
Verify programme's stop time is next programme's start time (needed when there is no stop time
|
491
|
+
|
492
|
+
------------------------------------------------------------------------
|
493
|
+
r43 | kvh | 2004-04-21 12:25:04 -0500 (Wed, 21 Apr 2004) | 2 lines
|
494
|
+
Changed paths:
|
495
|
+
M /trunk/xmltv2html.rb
|
496
|
+
|
497
|
+
Allow multiple days in output
|
498
|
+
|
499
|
+
------------------------------------------------------------------------
|
500
|
+
r42 | kvh | 2004-04-21 12:10:09 -0500 (Wed, 21 Apr 2004) | 2 lines
|
501
|
+
Changed paths:
|
502
|
+
M /trunk/xmltv2html.rb
|
503
|
+
|
504
|
+
Allow multiple days in output
|
505
|
+
|
506
|
+
------------------------------------------------------------------------
|
507
|
+
r41 | kvh | 2004-04-21 01:35:57 -0500 (Wed, 21 Apr 2004) | 2 lines
|
508
|
+
Changed paths:
|
509
|
+
M /trunk/xmltv2html.rb
|
510
|
+
|
511
|
+
Subsitute & for & in favorite titles. Now my Law & Order will get tagged.
|
512
|
+
|
513
|
+
------------------------------------------------------------------------
|
514
|
+
r39 | kvh | 2004-04-14 11:27:09 -0500 (Wed, 14 Apr 2004) | 2 lines
|
515
|
+
Changed paths:
|
516
|
+
M /trunk/xmltv2html.rb
|
517
|
+
|
518
|
+
Added programe info and optional links below TV listings. Also added output for program duration.
|
519
|
+
|
520
|
+
------------------------------------------------------------------------
|
521
|
+
r38 | kvh | 2004-04-14 11:25:42 -0500 (Wed, 14 Apr 2004) | 2 lines
|
522
|
+
Changed paths:
|
523
|
+
M /trunk/xmltv2html.css
|
524
|
+
|
525
|
+
Added a.links, a.links:hover and info classes
|
526
|
+
|
527
|
+
------------------------------------------------------------------------
|
528
|
+
r37 | kvh | 2004-04-14 10:29:33 -0500 (Wed, 14 Apr 2004) | 2 lines
|
529
|
+
Changed paths:
|
530
|
+
M /trunk/xmltv2html.rb
|
531
|
+
|
532
|
+
Change text output to iso-8859-1 from UTF-8 (rexml)
|
533
|
+
|
534
|
+
------------------------------------------------------------------------
|
535
|
+
r36 | kvh | 2004-04-02 10:44:07 -0500 (Fri, 02 Apr 2004) | 2 lines
|
536
|
+
Changed paths:
|
537
|
+
M /trunk/xmltv2html.rb
|
538
|
+
|
539
|
+
Programme's info can be displayed on the Statusbar instead of a DHTML popup.
|
540
|
+
|
541
|
+
------------------------------------------------------------------------
|
542
|
+
r35 | kvh | 2004-04-01 14:48:31 -0500 (Thu, 01 Apr 2004) | 2 lines
|
543
|
+
Changed paths:
|
544
|
+
M /trunk/xmltv2html.rb
|
545
|
+
|
546
|
+
Removal of commented code; upated version 0.1.3. HTML output is now valid 4.01 (according to w3.org); CSS file is valid CSS2.
|
547
|
+
|
548
|
+
------------------------------------------------------------------------
|
549
|
+
r34 | kvh | 2004-03-31 17:01:07 -0500 (Wed, 31 Mar 2004) | 2 lines
|
550
|
+
Changed paths:
|
551
|
+
M /trunk/xmltv2html.rb
|
552
|
+
|
553
|
+
Remove table_border_color and change all & to & in title. HTML output is now valid 4.01 and the .css is valid CSS2
|
554
|
+
|
555
|
+
------------------------------------------------------------------------
|
556
|
+
r33 | kvh | 2004-03-31 16:26:42 -0500 (Wed, 31 Mar 2004) | 2 lines
|
557
|
+
Changed paths:
|
558
|
+
M /trunk/xmltv2html.rb
|
559
|
+
|
560
|
+
Version 0.1.2
|
561
|
+
|
562
|
+
------------------------------------------------------------------------
|
563
|
+
r32 | kvh | 2004-03-31 16:25:29 -0500 (Wed, 31 Mar 2004) | 2 lines
|
564
|
+
Changed paths:
|
565
|
+
M /trunk/MANIFEST
|
566
|
+
M /trunk/xmltv2html.css
|
567
|
+
M /trunk/xmltv2html.rb
|
568
|
+
M /trunk/xmltv2htmlrc
|
569
|
+
|
570
|
+
Added xmltv2html.css
|
571
|
+
|
572
|
+
------------------------------------------------------------------------
|
573
|
+
r31 | kvh | 2004-03-31 16:11:25 -0500 (Wed, 31 Mar 2004) | 2 lines
|
574
|
+
Changed paths:
|
575
|
+
A /trunk/xmltv2html.css
|
576
|
+
|
577
|
+
New CSS file
|
578
|
+
|
579
|
+
------------------------------------------------------------------------
|
580
|
+
r30 | kvh | 2004-03-31 16:11:05 -0500 (Wed, 31 Mar 2004) | 2 lines
|
581
|
+
Changed paths:
|
582
|
+
M /trunk/xmltv2html.rb
|
583
|
+
|
584
|
+
Moved all styles to external css file
|
585
|
+
|
586
|
+
------------------------------------------------------------------------
|
587
|
+
r29 | kvh | 2004-03-30 01:55:45 -0500 (Tue, 30 Mar 2004) | 2 lines
|
588
|
+
Changed paths:
|
589
|
+
M /trunk/xmltv2html.rb
|
590
|
+
|
591
|
+
Update version to 0.1.1
|
592
|
+
|
593
|
+
------------------------------------------------------------------------
|
594
|
+
r28 | kvh | 2004-03-30 01:27:00 -0500 (Tue, 30 Mar 2004) | 2 lines
|
595
|
+
Changed paths:
|
596
|
+
M /trunk/xmltv2html.rb
|
597
|
+
|
598
|
+
Channels are sorted by fullname instead of just number. Empty popups are no longer printed (~12% decrease of .html size)
|
599
|
+
|
600
|
+
------------------------------------------------------------------------
|
601
|
+
r27 | kvh | 2004-03-30 00:07:36 -0500 (Tue, 30 Mar 2004) | 2 lines
|
602
|
+
Changed paths:
|
603
|
+
M /trunk/xmltv2html.rb
|
604
|
+
|
605
|
+
Cleanup of testing code; checking of accessor variables
|
606
|
+
|
607
|
+
------------------------------------------------------------------------
|
608
|
+
r26 | kvh | 2004-03-29 02:47:37 -0500 (Mon, 29 Mar 2004) | 2 lines
|
609
|
+
Changed paths:
|
610
|
+
M /trunk/xmltv2html.rb
|
611
|
+
|
612
|
+
Re-added code for times_interval
|
613
|
+
|
614
|
+
------------------------------------------------------------------------
|
615
|
+
r25 | kvh | 2004-03-29 02:20:54 -0500 (Mon, 29 Mar 2004) | 2 lines
|
616
|
+
Changed paths:
|
617
|
+
M /trunk/MANIFEST
|
618
|
+
|
619
|
+
Add ChangeLog
|
620
|
+
|
621
|
+
------------------------------------------------------------------------
|
622
|
+
r24 | kvh | 2004-03-29 02:11:52 -0500 (Mon, 29 Mar 2004) | 2 lines
|
623
|
+
Changed paths:
|
624
|
+
M /trunk/xmltv2html.rb
|
625
|
+
|
626
|
+
Update version; remove print lines
|
627
|
+
|
628
|
+
------------------------------------------------------------------------
|
629
|
+
r23 | kvh | 2004-03-29 01:58:31 -0500 (Mon, 29 Mar 2004) | 2 lines
|
630
|
+
Changed paths:
|
631
|
+
M /trunk/xmltv2html.rb
|
632
|
+
|
633
|
+
channel_interval output finally done
|
634
|
+
|
635
|
+
------------------------------------------------------------------------
|
636
|
+
r22 | kvh | 2004-03-28 23:55:51 -0500 (Sun, 28 Mar 2004) | 2 lines
|
637
|
+
Changed paths:
|
638
|
+
M /trunk/xmltv2html.rb
|
639
|
+
|
640
|
+
More work on getting channel_interval to work... geez
|
641
|
+
|
642
|
+
------------------------------------------------------------------------
|
643
|
+
r21 | kvh | 2004-03-28 19:40:38 -0500 (Sun, 28 Mar 2004) | 2 lines
|
644
|
+
Changed paths:
|
645
|
+
M /trunk/xmltv2html.rb
|
646
|
+
|
647
|
+
Still working on spliting programmes for channel_interval
|
648
|
+
|
649
|
+
------------------------------------------------------------------------
|
650
|
+
r20 | kvh | 2004-03-28 01:08:22 -0500 (Sun, 28 Mar 2004) | 2 lines
|
651
|
+
Changed paths:
|
652
|
+
M /trunk/xmltv2html.rb
|
653
|
+
|
654
|
+
Programme listings determined by array command list
|
655
|
+
|
656
|
+
------------------------------------------------------------------------
|
657
|
+
r19 | kvh | 2004-03-27 22:01:03 -0500 (Sat, 27 Mar 2004) | 2 lines
|
658
|
+
Changed paths:
|
659
|
+
M /trunk/xmltv2html.rb
|
660
|
+
|
661
|
+
Working on channel_interval output
|
662
|
+
|
663
|
+
------------------------------------------------------------------------
|
664
|
+
r18 | kvh | 2004-03-27 21:57:48 -0500 (Sat, 27 Mar 2004) | 2 lines
|
665
|
+
Changed paths:
|
666
|
+
M /trunk/xmltv2html.rb
|
667
|
+
|
668
|
+
Working on channel_interval output
|
669
|
+
|
670
|
+
------------------------------------------------------------------------
|
671
|
+
r17 | kvh | 2004-03-27 19:52:06 -0500 (Sat, 27 Mar 2004) | 2 lines
|
672
|
+
Changed paths:
|
673
|
+
M /trunk/xmltv2html.rb
|
674
|
+
|
675
|
+
Seperate Popup HTML code
|
676
|
+
|
677
|
+
------------------------------------------------------------------------
|
678
|
+
r16 | kvh | 2004-03-27 18:32:29 -0500 (Sat, 27 Mar 2004) | 2 lines
|
679
|
+
Changed paths:
|
680
|
+
M /trunk/xmltv2html.rb
|
681
|
+
|
682
|
+
More class changes
|
683
|
+
|
684
|
+
------------------------------------------------------------------------
|
685
|
+
r15 | kvh | 2004-03-27 16:19:40 -0500 (Sat, 27 Mar 2004) | 2 lines
|
686
|
+
Changed paths:
|
687
|
+
M /trunk/xmltv2html.rb
|
688
|
+
|
689
|
+
Output correct with channel_interval=0
|
690
|
+
|
691
|
+
------------------------------------------------------------------------
|
692
|
+
r14 | kvh | 2004-03-27 15:31:30 -0500 (Sat, 27 Mar 2004) | 2 lines
|
693
|
+
Changed paths:
|
694
|
+
M /trunk/xmltv2html.rb
|
695
|
+
|
696
|
+
Work in progress - Redefining class, methods
|
697
|
+
|
698
|
+
------------------------------------------------------------------------
|
699
|
+
r13 | kvh | 2004-03-21 14:20:05 -0500 (Sun, 21 Mar 2004) | 2 lines
|
700
|
+
Changed paths:
|
701
|
+
M /trunk/xmltv2html.rb
|
702
|
+
|
703
|
+
New methods to handle dummy shows at beginning of schedule
|
704
|
+
|
705
|
+
------------------------------------------------------------------------
|
706
|
+
r12 | kvh | 2004-03-21 13:26:40 -0500 (Sun, 21 Mar 2004) | 2 lines
|
707
|
+
Changed paths:
|
708
|
+
M /trunk/xmltv2html.rb
|
709
|
+
|
710
|
+
New class ProgrammeTime to handle shows' times
|
711
|
+
|
712
|
+
------------------------------------------------------------------------
|
713
|
+
r11 | kvh | 2004-03-20 16:16:57 -0500 (Sat, 20 Mar 2004) | 2 lines
|
714
|
+
Changed paths:
|
715
|
+
M /trunk/xmltv2html.rb
|
716
|
+
|
717
|
+
Add singleton methods to Time
|
718
|
+
|
719
|
+
------------------------------------------------------------------------
|
720
|
+
r10 | kvh | 2004-03-19 14:08:40 -0500 (Fri, 19 Mar 2004) | 2 lines
|
721
|
+
Changed paths:
|
722
|
+
M /trunk/xmltv2html.rb
|
723
|
+
|
724
|
+
Really remove quote, double-quote and back-quote from title, description and rating
|
725
|
+
|
726
|
+
------------------------------------------------------------------------
|
727
|
+
r9 | kvh | 2004-03-19 13:53:27 -0500 (Fri, 19 Mar 2004) | 2 lines
|
728
|
+
Changed paths:
|
729
|
+
A /trunk/create_dists
|
730
|
+
|
731
|
+
Script to generate dist files
|
732
|
+
|
733
|
+
------------------------------------------------------------------------
|
734
|
+
r8 | kvh | 2004-03-19 13:47:15 -0500 (Fri, 19 Mar 2004) | 2 lines
|
735
|
+
Changed paths:
|
736
|
+
M /trunk/xmltv2html.rb
|
737
|
+
|
738
|
+
Release 0.0.9
|
739
|
+
|
740
|
+
------------------------------------------------------------------------
|
741
|
+
r7 | kvh | 2004-03-19 13:45:44 -0500 (Fri, 19 Mar 2004) | 2 lines
|
742
|
+
Changed paths:
|
743
|
+
M /trunk/xmltv2html.rb
|
744
|
+
|
745
|
+
Remove double-quotes in title/rating (caused problems in DHTML)
|
746
|
+
|
747
|
+
------------------------------------------------------------------------
|
748
|
+
r6 | kvh | 2004-03-19 13:40:05 -0500 (Fri, 19 Mar 2004) | 2 lines
|
749
|
+
Changed paths:
|
750
|
+
M /trunk/xmltv2html.rb
|
751
|
+
|
752
|
+
Remove double-quotes in description (caused problems in DHTML)
|
753
|
+
|
754
|
+
------------------------------------------------------------------------
|
755
|
+
r2 | kvh | 2004-03-19 12:33:13 -0500 (Fri, 19 Mar 2004) | 2 lines
|
756
|
+
Changed paths:
|
757
|
+
A /trunk/COPYING
|
758
|
+
A /trunk/INSTALL
|
759
|
+
A /trunk/MANIFEST
|
760
|
+
A /trunk/README
|
761
|
+
A /trunk/install.rb
|
762
|
+
A /trunk/popup.js
|
763
|
+
A /trunk/xmltv2html.rb
|
764
|
+
A /trunk/xmltv2htmlrc
|
765
|
+
|
766
|
+
Initial revision
|
767
|
+
|
768
|
+
------------------------------------------------------------------------
|
769
|
+
r1 | (no author) | 2004-03-19 12:33:13 -0500 (Fri, 19 Mar 2004) | 1 line
|
770
|
+
Changed paths:
|
771
|
+
A /branches
|
772
|
+
A /tags
|
773
|
+
A /trunk
|
774
|
+
|
775
|
+
New repository initialized by cvs2svn.
|
776
|
+
------------------------------------------------------------------------
|