scripting / feedBase

A project to get feeds into a base.
MIT License
33 stars 3 forks source link

Sunday work #19

Open scripting opened 6 years ago

scripting commented 6 years ago

New feature --

When you're looking at a user's feeds, in the upper right corner of the feed list you'll see a familiar white-on-orange XML icon that links to the OPML file for the list you're looking at.

Here's an example --

http://feedbase.io/?username=papascott

I plan to put this icon on all pages that display lists.

BTW, you may see places where the OPML link gets a 404. I know about this. I want to be sure that all OPML for all users is built. It's part of the startup process now (that hasn't been implemented yet). So it's a bug if there is no OPML, but for now, it's not one you need to report.

scripting commented 6 years ago

Another new feedBase feature.

After you upload an OPML file, either by clicking or drag-drop, if there was no error, you're redirected to your subscriptions page.

Next step is to look at ways to provide realtime feedback as your list changes. Subscriptions aren't instantaneous because we have to read each feed to validate it before adding it to the database.