Commit Graph

15 Commits

Author SHA1 Message Date
Brent Simmons
c261aff21f Fix some build errors. 2024-08-26 19:27:30 -07:00
Brent Simmons
0f8c529d0d Continue progress on porting OPML code to Swift. 2024-08-25 22:00:27 -07:00
Brent Simmons
466fd78297 Drop the interned string stuff — probably not worth the effort. Could always re-add later if needed. 2024-08-25 22:00:02 -07:00
Brent Simmons
c1db72c09f Create Data extension methods for searching for a string. 2024-08-25 21:59:08 -07:00
Brent Simmons
213f67d1de Continue progress on porting OPML code to Swift. 2024-08-23 20:31:13 -07:00
Brent Simmons
b7462c89e0 Continue progress on porting OPML code to Swift. 2024-08-23 18:06:18 -07:00
Brent Simmons
a3c10165fa Add missing return value. 2024-08-23 18:05:19 -07:00
Brent Simmons
321339186f Rename OPMLFeedSpecifier to ParsedOPMLFeedSpecifier. 2024-08-23 18:03:59 -07:00
Brent Simmons
2d3c34f96a Create public, Sendable ParsedOPML* structs to match what we do with feed parsing. 2024-08-18 22:07:17 -07:00
Brent Simmons
0127fd4d0b Import RSOPMLDocument to Swift. 2024-08-18 21:08:01 -07:00
Brent Simmons
ad00ee52ff Port RSOPMLAttributes and RSOPMLItem to Swift. 2024-08-18 21:03:26 -07:00
Brent Simmons
5ec0964594 Port RSHTMLTag and RSOMLFeedSpecifier to Swift. 2024-08-18 18:58:53 -07:00
Brent Simmons
d13f0f48ed Continue porting ParserObjC to Swift. 2024-08-18 18:18:25 -07:00
Brent Simmons
4b646e42c2 Write first version of Swift-based SAXParser. 2024-08-18 17:25:29 -07:00
Brent Simmons
d50b5818ac Move local modules into a folder named Modules. 2024-07-06 21:07:05 -07:00