From 284193db538dfdbc722f442b121b6b7bb5bd1e51 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 29 Apr 2019 22:22:33 -0700 Subject: [PATCH] Add note about importing OPML to sync roadmap. --- Technotes/SyncingImplementationRoadmap.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Technotes/SyncingImplementationRoadmap.markdown b/Technotes/SyncingImplementationRoadmap.markdown index b93327058..bf1cde53e 100644 --- a/Technotes/SyncingImplementationRoadmap.markdown +++ b/Technotes/SyncingImplementationRoadmap.markdown @@ -75,6 +75,10 @@ Adding a feed should call Feedbin’s API — I think Feedbin has its own feed If I’m wrong, we should find the feed and then call Feedbin to add the feed using the URL we found. +The same is true of importing OPML: if Feedbin has an import-OPML endpoint, then we should call that. + +Otherwise we have to parse the OPML, then add each feed/folder to Feedbin, then download the subscriptions list from Feedbin. + ## Downloading articles This should be done periodically, as per prefs on refresh interval.