jackjamieson2 / yarns-microsub-server

Yarns is a Microsub server that runs as a plugin on your WordPress site.
GNU General Public License v2.0
20 stars 4 forks source link

OPML import #100

Open dshanske opened 4 years ago

dshanske commented 4 years ago

The latest version of Parse This has an OPML converter. All it needs is an upload UI to pass into it and a way to use it to create channels.

jackjamieson2 commented 4 years ago

Potential UI flow

(1) Click ‘Import from OPML’ button (2) Go to screen with upload box, upload OPML file. (3) OPML file is parsed and verified. (4) If OPML is valid, map categories to channels. (5) Click ‘Submit,’ Yarns adds channels (6) Display success message, perhaps a status report for each item (e.g. “Added Feed A to ‘News’“, “Feed A is already in ‘News’” etc.