feedBase icon indicating copy to clipboard operation
feedBase copied to clipboard

A project to get feeds into a base.

Results 33 feedBase issues
Sort by recently updated
recently updated
newest added

The program is now topped-off. Now commences the cleanup, testing and filling-in. Anyone who can hear me, your participation is welcome. ;-) #### Items on my immediate list: 1. Command...

I'm going very slowly and carefully through the database routines, and testing stuff, and collecting my thoughts and making decisions. For example, what to do when there's an error reading...

Greetings. I am rebooting my development process after a long hiatus. Everything's good. Looking forward to shipping this and building a public database of feeds. Digital Ocean which hosts the...

First thing -- ``` ALTER TABLE feeds ADD ctErrors INT DEFAULT 0; ALTER TABLE feeds ADD ctConsecutiveErrors INT DEFAULT 0; ALTER TABLE feeds ADD ctChecks INT DEFAULT 0; ALTER TABLE...

It's going to be a lite day today, lots of sports on TV -- Knicks at noon (they might actually win vs Atlanta) and of course the SuperBowl in the...

Lots of cleanup work today and tomorrow. But first I want to get the query for the user/subscriptions page. That is, the page for a user showing what they're subscribed...

Good morning feedBase followers! :rocket: More ground will be broken this morning, Murphy-willing. Here's my next query. `select username from subscriptions where feedurl="http://scripting.com/rss.xml";` In case you are a SQL newbie...

Today I'm lifting up the UI and having it launched as the home page from the server. http://feedbase.io/ It's the same technique I used in 1999 and River5 -- there's...

There's a new version up, [v0.4.11](https://github.com/scripting/feedBase/blob/master/changenotes.md#v0411----13118-by-dw).

Next mini project is to generate a user's OPML file from the info in the database. Recall there are two tables, subscriptions and feeds. Each record in subscriptions has three...