NetNewsWire/Frameworks/RSParser/Feeds
2018-02-16 13:13:00 -08:00
..
JSON Add a special case to the JSON Feed parser for feeds that include HTML entities in their titles. At the moment this is used for kottke.org and pxlnv.com. More could be added later, and these feeds could be removed if fixed. 2018-02-16 13:13:00 -08:00
XML Change from flatMap to new compactMap rename in Xcode 9.3. 2018-01-29 11:19:54 -05:00
FeedParser.h Start work on turning RSXML.framework into RSParser.framework. 2017-06-20 21:18:46 -07:00
FeedParser.swift Avoid skipping parsing Dr. Drang’s JSON Feed, which can’t be detected that it’s a JSON Feed with only partial data, since it has the version element at the end. Add a test for this. 2017-12-01 13:19:30 -08:00
FeedParserError.swift Make progress on getting RSParser.framework to build. 2017-06-25 14:06:01 -07:00
FeedType.swift Avoid skipping parsing Dr. Drang’s JSON Feed, which can’t be detected that it’s a JSON Feed with only partial data, since it has the version element at the end. Add a test for this. 2017-12-01 13:19:30 -08:00
ParsedAttachment.swift Parse enclosures in RSS. 2017-12-18 15:35:50 -08:00
ParsedAuthor.swift Use a Set<ParsedAuthor> instead of [ParsedAuthor] array. 2017-09-10 11:02:05 -07:00
ParsedFeed.swift Use a Set<ParsedAuthor> instead of [ParsedAuthor] array. 2017-09-10 11:02:05 -07:00
ParsedHub.swift Fix bug loading feeds from disk. 2017-10-05 21:08:27 -07:00
ParsedItem.swift Fix bug loading feeds from disk. 2017-10-05 21:08:27 -07:00