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

OPML import: sublevels, visual feature: groups #45

Open
ktrace opened this issue Jul 28, 2017 · 1 comment
Open

OPML import: sublevels, visual feature: groups #45

ktrace opened this issue Jul 28, 2017 · 1 comment

Comments

@ktrace
Copy link

ktrace commented Jul 28, 2017

Your OPML model looks like:

<opml>
  <head></head>
  <body>
     <outline xmlurl=.... />
     <outline />
     <outline />
      ....
  </body>
</opml>

But most RSS readers use like

<opml>
  <head></head>
  <body>
     <outline title="Earthquake news"> //Flyme style
       <outline title='EQ First Aid' type='rss' xmlUrl='' ... >
       ...
     </outline>
     <outline title="Tech news" type="folder"> //rssyl claws mail style
       <outline title='iPhone destroyers, Inc.' type='atom' xmlUrl='' ... >
        .....
     </outline>
      ....
  </body>
</opml>

I offer:

  1. make a feed's groups with a visual union and group name
  2. make the import a separate item, possibly part of the initial configuration's wizard.
  3. make the export in .opml
@ktrace
Copy link
Author

ktrace commented Jul 28, 2017

seems it need :)
#33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant