scripting / feedBase

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

Wednesday work #5

Open scripting opened 6 years ago

scripting commented 6 years ago

There's a new version up, v0.4.11.

scripting commented 6 years ago

This is what I'm thinking about for next steps --

  1. Should I pre-populate the database with the submissions from the 2016 SYO project, or start with a blank slate? I'm leaning towards a blank slate. Keep it simple. But I already have the importing code written, it was one of the first bits I wrote.

  2. How often should I refresh the data in the feeds table? Once a day, once an hour? Basically it involves reading the feed and changing the values for title, description, htmlUrl etc.

  3. A related question -- I am going to hook River5 into this. There's a question of at what level to do it. Embed it, or run it as a separate forever process.

  4. The top level UI. Should I ask for their OPML first, or show the hotlist first? I think the text editor is very overbearing. But I don't at this time have ideas for simplifying. That's why I'm letting this settle in for a bit.

  5. Initial outreach is underway. I've invited several people who I've worked with in the past to join us here. There are more to come.

jystervinou commented 6 years ago

Something i'm not sure about:

Are users supposed to copy paste their own opml (as text) in the textarea?

Or do users provide the url of their opml file (hosted anywhere on the interopenwebs)?

scripting commented 6 years ago

Are users supposed to copy paste their own opml (as text) in the textarea?

Yes

scripting commented 6 years ago

If I asked for a URL, that would eliminate 99 percent of the possible contributors.

In fact -- I aim to solve this problem for everyone, by hosting their OPML files for them.

scripting commented 6 years ago

Big news: feedbase.io now works where it used to be rockaway.opml.org:1405.

Yes very soon if you go to the home page you will get something other than File not found.

Still diggin! ;-)

scripting commented 6 years ago

There's now a placeholder page.

http://feedbase.io/

Also a new release of the source -- v0.4.12.

Dave