NetNewsWire/Frameworks/RSParser/Feeds/XML
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
..
AtomParser.swift Make it build. Add a README. 2017-06-25 16:32:07 -07:00
RSAtomParser.h Make it build. Add a README. 2017-06-25 16:32:07 -07:00
RSAtomParser.m 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
RSParsedArticle.h 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
RSParsedArticle.m 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
RSParsedEnclosure.h 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
RSParsedEnclosure.m Parse enclosures in RSS. 2017-12-18 15:35:50 -08:00
RSParsedFeed.h Make it build. Add a README. 2017-06-25 16:32:07 -07:00
RSParsedFeed.m Fix builder errors, mostly in RSParser. 2017-10-04 13:28:48 -07:00
RSParsedFeedTransformer.swift Parse enclosures in RSS. 2017-12-18 15:35:50 -08:00
RSRSSParser.h Make it build. Add a README. 2017-06-25 16:32:07 -07:00
RSRSSParser.m 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
RSSParser.swift Make it build. Add a README. 2017-06-25 16:32:07 -07:00