alx / rfeedreader

Feed parser to read feed and return first posts of this feed. Special parsing from sources like Flickr, Jumcut, Google video, ...

This URL has Read+Write access

rfeedreader / History.txt
100644 163 lines (87 sloc) 2.684 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
== 1.0.17 2008-11-29
 
* Solve: Wordpress.com feed with empty descriptions, remove mrss entries
 
== 1.0.16 2008-11-10
 
* Solve: Empty titles
* Solve: clean debug text
 
== 1.0.15 2008-10-18
 
* Solve: Convert html to number only (avoid IE ' problem)
 
== 1.0.14 2008-09-24
 
* Solve: Entry link on blogspot
 
== 1.0.13 2008-06-19
 
* Add: MRSS support
 
== 1.0.11 2008-03-05
 
* Remove: word cut is a bad idea without enough testing
 
== 1.0.10 2008-03-05
 
* Add: cut long words
 
== 1.0.9 2008-01-11
 
* Solve: remove all html tags
 
== 1.0.8 2008-01-11
 
* Add: alias Entry.url for Entry.link
 
== 1.0.7 2007-12-20
 
* Solve: Remove 
 html entity
 
== 1.0.6 2007-12-16
 
* Solve: Feed title encoding problem
* Solve: problem with <strong> html tag
 
== 1.0.5 2007-11-26
 
* Change: user agent signature
 
== 1.0.4 2007-11-26
 
* Solved: math error when getting truncation length
 
== 1.0.3 2007-11-21
 
* Solved: set special feed with other domains than google.com
 
== 1.0.2 2007-11-14
 
* Add Rfeedreader.set_truncate_length(title = 45, description = 200) to manage tuncation size. No truncation: -1
* Correct text size truncation, taking care of html entity size
* Correct html entity truncation
 
== 1.0.1 2007-11-14
 
* Change user-agent signature
 
== 1.0.0 2007-11-08
 
* Added feed.contains_entries?
* Solved truncated UTF-8
* Solved truncated html in title
* Solved empty titles, CDATA issue
* Solved multiple space inside description
* Solved Hpricot issue with Nil and inner_text
 
== 0.9.20 2007-10-29
 
* Update license
 
== 0.9.19 2007-10-13
 
* Correct CDATA problem
 
== 0.9.18 2007-10-13
 
* Correct CDATA problem
 
== 0.9.17 2007-10-12
 
* Correct codification problem
 
== 0.9.16 2007-10-11
 
* Correct pre-encoded html
 
== 0.9.15 2007-10-04
 
* Correct pre-encoded html
 
== 0.9.13 2007-09-14
 
* Correct some converting issues on post titles
 
== 0.9.13 2007-09-14
 
* Add new Youtube entry with thumbnail displayed
 
== 0.9.12 2007-09-08
 
* Add method to request page with knowing it's a feed
* change timeout delays
 
== 0.9.11 2007-09-08
 
* Add timeout on http request
 
== 0.9.10 2007-09-05
 
* Solve picasa problem
 
== 0.9.9 2007-09-05
 
* Solve picasa problem
 
== 0.9.8 2007-09-04
 
* Solve problem reading links
 
== 0.9.7 2007-09-04
 
* Decode html entities in input uri
 
== 0.9.6 2007-09-03
 
* Clean output
 
== 0.9.5 2007-09-03
 
* Correct typo from last release
 
== 0.9.4 2007-09-03
 
* Add link attribute to read URL of the HTML page associated with a feed.
 
== 0.9.3 2007-09-03
 
* Add method to only read feed header
 
== 0.9.2 2007-09-01
 
* Correct lib dependencies
 
== 0.9.0 2007-09-01
 
* Beta release, ready for production test
* All unit test working
 
== 0.1.0 2007-09-01
 
* Initial release