|
|
|
|
|
by tn1
1896 days ago
|
|
I agree with the points brought up by the other two people in this thread. Especially the unread count stresses me out! My personal wish is to be able to create feeds (or have a reader be able to essentially present in feed form) for websites that have no/inadequate feed. My solution is a very simple set of PHP scripts that fetch a page with cURL and then scan the DOM for a CSS selector and put each item as an entry in a feed. There are services that do this, but they're paid and I'm a cheapskate :-D Unfortunately I have to tweak the scripts every so often to handle something I hadn't considered before. |
|