xmltv2html 0.6.1 → 0.7.0

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.
Files changed (4) hide show
  1. data/ChangeLog +128 -0
  2. data/bin/xmltv2html.rb +402 -323
  3. data/xmltv2htmlrc +31 -33
  4. metadata +3 -3
data/ChangeLog CHANGED
@@ -1,4 +1,132 @@
1
1
  ------------------------------------------------------------------------
2
+ r189 | kvh | 2006-02-13 17:09:18 -0500 (Mon, 13 Feb 2006) | 1 line
3
+ Changed paths:
4
+ M /trunk/bin/xmltv2html.rb
5
+
6
+ fix date issue with favorites_listing
7
+ ------------------------------------------------------------------------
8
+ r188 | kvh | 2006-02-13 16:06:57 -0500 (Mon, 13 Feb 2006) | 1 line
9
+ Changed paths:
10
+ M /trunk/testing.sh
11
+
12
+ run some tests using --starttime and --stoptime
13
+ ------------------------------------------------------------------------
14
+ r187 | kvh | 2006-02-13 15:26:39 -0500 (Mon, 13 Feb 2006) | 1 line
15
+ Changed paths:
16
+ A /trunk/README.grabbers
17
+ M /trunk/testing.sh
18
+
19
+ test with CVS xmltv grabbers
20
+ ------------------------------------------------------------------------
21
+ r186 | kvh | 2006-02-13 14:21:38 -0500 (Mon, 13 Feb 2006) | 1 line
22
+ Changed paths:
23
+ M /trunk/bin/xmltv2html.rb
24
+
25
+ release 0.7.0
26
+ ------------------------------------------------------------------------
27
+ r185 | kvh | 2006-02-05 17:05:45 -0500 (Sun, 05 Feb 2006) | 1 line
28
+ Changed paths:
29
+ M /trunk/bin/xmltv2html.rb
30
+
31
+ correct adding dummy programmes in middle of channel
32
+ ------------------------------------------------------------------------
33
+ r184 | kvh | 2006-02-05 16:26:53 -0500 (Sun, 05 Feb 2006) | 1 line
34
+ Changed paths:
35
+ M /trunk/bin/xmltv2html.rb
36
+
37
+ add dummy programmes when there is a gap in the middle of a channel
38
+ ------------------------------------------------------------------------
39
+ r183 | kvh | 2006-02-04 18:26:12 -0500 (Sat, 04 Feb 2006) | 1 line
40
+ Changed paths:
41
+ M /trunk/bin/xmltv2html.rb
42
+
43
+ remove unused code; correct rounding interval
44
+ ------------------------------------------------------------------------
45
+ r182 | kvh | 2006-02-04 14:48:07 -0500 (Sat, 04 Feb 2006) | 1 line
46
+ Changed paths:
47
+ M /trunk/bin/xmltv2html.rb
48
+
49
+ verify stop times
50
+ ------------------------------------------------------------------------
51
+ r181 | kvh | 2006-02-04 05:51:48 -0500 (Sat, 04 Feb 2006) | 1 line
52
+ Changed paths:
53
+ M /trunk/bin/xmltv2html.rb
54
+
55
+ get start/stop_time working
56
+ ------------------------------------------------------------------------
57
+ r180 | kvh | 2006-02-04 02:04:59 -0500 (Sat, 04 Feb 2006) | 1 line
58
+ Changed paths:
59
+ M /trunk/bin/xmltv2html.rb
60
+
61
+ reorganizing; move filtering of programmes output of parseProgrammes into filterP
62
+ ------------------------------------------------------------------------
63
+ r179 | kvh | 2006-02-03 12:12:35 -0500 (Fri, 03 Feb 2006) | 1 line
64
+ Changed paths:
65
+ M /trunk/files/xmltv2htmlrc.displayday
66
+ M /trunk/files/xmltv2htmlrc.favorites
67
+ M /trunk/files/xmltv2htmlrc.favorites.output
68
+ M /trunk/files/xmltv2htmlrc.nochannelinterval
69
+ M /trunk/files/xmltv2htmlrc.nochanneltimeinterval
70
+ M /trunk/files/xmltv2htmlrc.nomarkup
71
+ M /trunk/files/xmltv2htmlrc.notimeinterval
72
+ M /trunk/files/xmltv2htmlrc.oddchannelinterval
73
+ M /trunk/files/xmltv2htmlrc.oddtimeinterval
74
+ M /trunk/files/xmltv2htmlrc.outputlinks
75
+ M /trunk/testing.sh
76
+ M /trunk/xmltv2htmlrc
77
+
78
+ update test config files and testing script to use xmltvs testgrabbers output
79
+ ------------------------------------------------------------------------
80
+ r178 | kvh | 2006-02-02 12:19:28 -0500 (Thu, 02 Feb 2006) | 1 line
81
+ Changed paths:
82
+ M /trunk/bin/xmltv2html.rb
83
+
84
+ Handle when stop_time rounding is the next day
85
+ ------------------------------------------------------------------------
86
+ r177 | kvh | 2006-02-01 14:23:20 -0500 (Wed, 01 Feb 2006) | 1 line
87
+ Changed paths:
88
+ M /trunk/bin/xmltv2html.rb
89
+
90
+ do not add programmes that are too short
91
+ ------------------------------------------------------------------------
92
+ r176 | kvh | 2006-02-01 01:53:05 -0500 (Wed, 01 Feb 2006) | 1 line
93
+ Changed paths:
94
+ M /trunk/bin/xmltv2html.rb
95
+
96
+ handle input files where there are no channels or no programmes
97
+ ------------------------------------------------------------------------
98
+ r175 | kvh | 2006-02-01 01:37:24 -0500 (Wed, 01 Feb 2006) | 1 line
99
+ Changed paths:
100
+ M /trunk/bin/xmltv2html.rb
101
+
102
+ tv_sort can not add all stop times; find suitable stop times when that happens
103
+ ------------------------------------------------------------------------
104
+ r174 | kvh | 2006-01-31 14:21:05 -0500 (Tue, 31 Jan 2006) | 1 line
105
+ Changed paths:
106
+ M /trunk/bin/xmltv2html.rb
107
+
108
+ Correct channel interval for dummy data at the end of a programme
109
+ ------------------------------------------------------------------------
110
+ r173 | kvh | 2006-01-02 13:53:47 -0500 (Mon, 02 Jan 2006) | 1 line
111
+ Changed paths:
112
+ M /trunk/bin/xmltv2html.rb
113
+
114
+ minor cleanups
115
+ ------------------------------------------------------------------------
116
+ r172 | kvh | 2005-12-30 14:35:27 -0500 (Fri, 30 Dec 2005) | 1 line
117
+ Changed paths:
118
+ M /trunk/bin/xmltv2html.rb
119
+ M /trunk/xmltv2html.gemspec
120
+
121
+ more symbol change; update version
122
+ ------------------------------------------------------------------------
123
+ r171 | kvh | 2005-12-30 14:29:54 -0500 (Fri, 30 Dec 2005) | 1 line
124
+ Changed paths:
125
+ M /trunk/bin/xmltv2html.rb
126
+ M /trunk/xmltv2htmlrc
127
+
128
+ change variables from strings to symbols (after reading the enornmous thread on ruby-talk
129
+ ------------------------------------------------------------------------
2
130
  r170 | kvh | 2005-12-21 13:41:03 -0500 (Wed, 21 Dec 2005) | 1 line
3
131
  Changed paths:
4
132
  M /trunk/bin/xmltv2html.rb