This website requires JavaScript.
Explore
Help
Sign In
FreshRSS
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced
2025-02-02 12:06:58 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
NetNewsWire
/
Frameworks
/
RSParser
/
Feeds
History
Brent Simmons
f8f78810ef
When detecting and parsing a potential JSON Feed, allow for the version URL to have the wrong scheme, as it does (at this writing) in
https://pxlnv.com/feed/json/
...
Fix
#347
.
2018-02-14 20:56:02 -08:00
..
JSON
When detecting and parsing a potential JSON Feed, allow for the version URL to have the wrong scheme, as it does (at this writing) in
https://pxlnv.com/feed/json/
2018-02-14 20:56:02 -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