Sorry about not really showing anything before you sign up. It's very mvp right now. You can just use a throw-away email if you like :)
app.use((req, res, next) => {
req.user = req.user ||
usersBySession[req.cookies.session] ||
{
logged_in: false,
username: 'Guest'
}
}
app.get('/api/getfeeds', (req, res) => {
if (!req.user || !req.user.logged_in) {
res.status(403).send(false);
return;
}
}This post is to gauge that interest and it's our mini launch. (We are two beers into the celebration :)
* Miniflux is great. It's the closest to what we'd like.
* It is self-hosted and Open Source. Ours is not.
* It uses more JS than we do. And JS is required, I think (it's not in weloverss).
* Miniflux currently has more features than we do.
As for the business model. For now it's completely free because we just want to gauge interest. But the idea is to add a subscription fee in the future. We really don't like ads, so that seems to be our only good option.
... and I say that as someone whose day job for the past 7 or so years, has been building SPAs. Not all of us thinks tons of JS is the way to go.
Recently, Reuters killed their RSS feed without any notice. I wrote a quick guide how to fix this using a hack with Google News RSS (https://codarium.substack.com/p/returning-the-killed-rss-of-...)
Also, while working on the execution plan to parse news articles for a News API service (https://newscatcherapi.com/) we benchmarked a few options such as parsing sitemap, custom generic parser and parsing RSS feeds. It is so much easier to get structured content out of RSS... everything is well structured, normalized, lightweight webpage, etc
Awesome with your work! Keep fighting the good fight :)
I wish there was some way to convince Reuters to restore it.
I'd even be willing to pay a couple bucks to avoid keeping google informed of my news habits and still have access to one of the few relatively unbiased news sources left.
It's VERY close to miniflux, both in terms of UI and styling!
1. Extremely good for cli power users and people who use console-based browsers occasionally (guilty of being both).
2. Less likely to stumble upon a really weird behavior in some browser, even the common ones.
3. Faster for anyone who doesn't have a server-grade workstation.
4. Server-side caching - play it smart and you can cache large chunks of the rendered pages, making it an extremely cheap operation to serve.
5. No 80mb javascript files you get on every "modern" website.
6. Easier to maintain.
Just a few off the top of my head.
* Faster page loads is the number one reason. It is super fast to navigate, once you get the shortcuts down. (For now it might actually be a bit slower if you're not in EU)
* Simpler architecture
* You get a lot for free by the browser (loading state, back button actually works, etc)
* Accessible
* Works on every browser (even your mother's potato phone :P)
* Works without JS
Yeah, Miniflux is definitely coming from the same mentality as we are. Also, it's great. :)
edit: I've been experimenting with my own private blog's RSS feed which includes images, I would suggest you add `max-width: 100%;` for images to the CSS.
I'll keep a mental note that someone actually took the time to suggest one thing over the other. Maybe it's the right solution. Maybe `max-width: 100%` with a click handler on the image that removes that, so you can toggle it up big if you want/need.
After failing to find a link back to the feed (ruling out finding the feed again using /feeds, I figured out that it was keyboard driven. And hurray, maybe the 7th key I checked worked!
Honestly, this is rather counterintuitive. Consider adding some tips about shortcuts or better make a direct link back to feed.
We will probably make the title of the feed within the post a link to the feed though. We can't have people getting lost like that. :)
Pressing back button in browser is, of course, the last resort.
For posters wanting a trail account, this service does not require email verification. You can use mine: uname: a@b.c pw: asd
I'll use the opportunity to recommend TT-RSS for those wanting a fast RSS reader that can be self hosted but with more options than this one.
Did you perhaps not really add the feed? Like, it shows you a preview where you only see the titles first, and then you have to click "Add feed" at the top. It's just a step for you to be sure that you got what you want; but I guess it isn't 100% clear.
It's a nice demo though.
I always assumed RSS was dying out, but it's clear there's still a large audience for it, so I will be implementing it.
I've been wondering if there'll be a noticeable drop in mailing list subscribers, which in turn leads to less email sponsorships. Open rates + mailing list size are all that companies seem to care about when deciding to sponsor you.
But anyway I'd rather support users in consuming my content however they prefer, and figure out monetization options when it comes to that.
u: foo@example.com
p: foo