Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support OPML upload #33

Open
mpgirro opened this issue Dec 30, 2018 · 0 comments
Open

Support OPML upload #33

mpgirro opened this issue Dec 30, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@mpgirro
Copy link
Owner

mpgirro commented Dec 30, 2018

OPML (Outline Processor Markup Language) files are used to share Podcast subscriptions between Podcatchers. Thus they contain feeds of podcasts. We can realise bulk-propose operations if we enable the upload of OPML files. The Engine need to validate that they these files are truely OPML, extract the feeds, and perform a propose operation for each of them.

This affects the following subprojects:

  • Engine: Must implement the whole processing logic
  • API: Must provide an endpoint to send the OPML files too
  • Web (Beta): Must enable a Form (on the +feed page) where we can select the file to upload.
@mpgirro mpgirro added the enhancement New feature or request label Dec 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant