Brent Simmons
|
ccd87040c3
|
Support multiple authors in RSS and Atom feeds.
|
2017-12-19 13:03:05 -08:00 |
Brent Simmons
|
a82cee29b8
|
Make RSParsedArticle calculate a unique ID only when there’s no guid. Otherwise use the guid. Do not attempt to create a globally-unique ID — that’s out of scope for the parser and should be (and is) handled at the app’s model layer.
|
2017-12-19 10:59:24 -08:00 |
Brent Simmons
|
7ccb531f0c
|
Parse Atom enclosures. However, I couldn’t find any in the wild, so there are no tests yet.
|
2017-12-19 10:17:09 -08:00 |
Brent Simmons
|
fb9a1d610c
|
Parse enclosures in RSS.
|
2017-12-18 15:35:50 -08:00 |
Brent Simmons
|
f99cd162bb
|
Add support for RSS 1.0 (RDF) feeds. Added so we can handle Pinboard feeds. (Not sure if anyone else is still using RSS 1.0.) Fix #231.
|
2017-12-02 16:37:24 -08:00 |
Brent Simmons
|
c80c6c30f8
|
Fix builder errors, mostly in RSParser.
|
2017-10-04 13:28:48 -07:00 |
Brent Simmons
|
83231ed373
|
Fix some build errors.
|
2017-10-02 13:15:07 -07:00 |
Brent Simmons
|
e9c19e427a
|
Make it build. Add a README.
|
2017-06-25 16:32:07 -07:00 |
Brent Simmons
|
1ad4474b29
|
Make progress on getting RSParser.framework to build.
|
2017-06-25 14:06:01 -07:00 |
Brent Simmons
|
552ab693a3
|
Create common data structure for all feeds. Using Swift structs, because I love them so awfully much.
|
2017-06-20 22:00:19 -07:00 |