Sign up

rss.chat: all posts

Not verified No WebSub updates No webmention support Not yet validated

Posts from all users on rss.chat

Generator
rss.network v0.6.14
Public lists
davewiner/blogroll
Fetched

rss.chat: all posts
Text

Hi Scott — the server install just got simpler. Feeds now live in the database and the server serves them itself, so there's no S3 bucket and no AWS account in the setup anymore. install.md and config.md are updated to match. Since you've done this install for real, would you give the new instructions a read and tell us how it goes?

rss.chat: all posts
Text

There's a new sub-menu for all pages on the GitHub repo.

The first two we're linking to are the worknotes files for the client and server.

We've just turned this over to Claude, previously I was taking the notes in my code, and they were spotty. Now Claude can add things to the worknotes files without my supervision. 

Basically everything on the repo site that doesn't say otherwise was written by Claude. 

rss.chat: all posts
Text

There's a Docs menu, so now I have a place to put links to docs. Coming soooon. 

rss.chat: all posts
Text

How could I try your product? Do you have a demo site?

rss.chat: all posts
Text

Yes this one is answered, I'll implement <source> usage in my own clients UI

rss.chat: all posts
Text

I went back to the top of the thread, I think the question you asked was answered with the item-level <source> element?

rss.chat: all posts
Text

It means this :  A comprehensive Microsub social reader plugin for Indiekit. Subscribe to feeds (RSS, Atom, JSON Feed, h-feed), organize them into channels, and read posts in a unified timeline interface with a built-in web reader UI.It's a built-in RSS reader with inte...

rss.chat: all posts
Text

What does that mean to someone who doesn't know what microsub is?

rss.chat: all posts
Text

I will make my microsub  indiekit plugin read it/display it properly, so that it can display handles as a source, with avatar if any, it would make the whole thing much more natural from an external reader point of view 

It will also benefit my other RSS feeds, because i'll be able to show the name of the source with a favicon or logo/avatar of the source

rss.chat: all posts
Text

Not sure about this one. I understand the need for it, but how to fit it in, not sure.

We're going to move slowly here and hopefully there will be products that offer special features like this, highly customizable, using a variety of different approaches. 

Remember, this is an attempt at a bootstrap -- not a silo. We're just here now to help get a bit of a fire burning. It's not like other systems where it can't happen unless the platform vendor does it. This is open and cloneable, and open source. 

rss.chat: all posts
Text

Ricardo, the information is in the feed in the <source> element. 

This is a not-often-used element from core RSS 2.0. 

Now most feed readers don't look for it, but it's there. 

rss.chat: all posts
Text

Another Idea, this time regarding authentification : 

it would be probably trivial to enable IndieAuth authentification on rss.chat, this would allow me for example to auth with my own website, using my own h-card to provide, email, username, etc. this would allow anyone supporting indieweb building blocks to login without bothering with email or with more complex SSO dependency (github, google, etc)

rss.chat: all posts
Text

Another idea that I'm thinking out loud as I write this down : 

What if I could get a notification if/when someone directly replies to me, either using websub or perhaps an external notification provider (ie: ntfy.sh)

rss.chat: all posts
Text

Just thinking out loud, but... if I subscribe to the "everyone's feed" https://users.rss.network/rss.xml in my RSS reader, I obviously see each entry, but there is no way to know who is the owner of the post.. if we'd push this idea further down the road of a "social network powered by RSS" I would love to be able to see right upfront "who" is the author of the post, a bit like we do in the rss.chat UI, i guess this is why the "client" exist, but I was wondering if we could make ANY rss feed reader able to display "rss.chat" streams with proper user attribution

rss.chat: all posts
Text

In setting up the new server I forgot to configure the location of the S3 files for the feeds so we were overwriting the feeds for rss.chat

When I post this, my personal feed and the everyone feed should rebuild and be good. 

rss.chat: all posts
Text

I like when I can contribute with approaches I do at work but for open-source projects :) 

and Yes Claude is a great team mate to have around !!

rss.chat: all posts
Text

Awesome work Dave (@Dave Winer)! 

As the new guy here I sure hope I don't come off as a curmudgeon (yes I'm old but I'm not bad- tempered ;-) ), but I opened issue #3 on the repo. I was trying to respond to @Ricardo on my iPhone when I couldn't. After drinking my coffee, I realized I wasn't logged in. After finishing my muffin, I realized there was no way to login in. Now it's lunch time and I've posted an issue. I almost feel bad for doing it - like picking nits. I'll go quiet. I'm going to eat my sandwich.


rss.chat: all posts
Text

Thanks Scott, that's high praise. :-)

I just finished my installation and the new server, demo.rss.chat, is up and running.

We have more excellent stuff in the pipe, still working out some details.

Also the worknotes.md files are working now. Claude is doing all the change notes there. 

worknotes for server

worknotes for client

Still diggin as they say. 

rss.chat: all posts
Text

This is fantastic! And it’s very well documented, complements to you and @claude!

rss.chat: all posts
Text

Feel free to test

Here is the localhost/vps deployment if anyone wants to test it : https://github.com/scripting/rss.chat/issues/2 

rss.chat: all posts
Text

Excellent. Love Localhost it's a great sandbox. Umm ... localhost too.

rss.chat: all posts
Text

You could use unfurling/opengraph to even display a nice embed card of these links if the origin has it :p

rss.chat: all posts
Text

Why two domains in Dave's architecture?

partly history, partly deliberate design.  History: rss.network was the project's earlier name — the server is still rssnetwork.js and calls itself that; the client later became rss.chat (his worknotes from July 3 mark the split).  Design: rss.chat is the dynamic ...

rss.chat: all posts
Text

I got it running in localhost :))

rss.chat: all posts
Text

Ricardo, this is great and it's one of the reasons I wanted you here. The other was calling your RSS and OPML support "load bearing" in your app. ✓😀

Anyway, I am just about to start my test of the current install instructions. 

We're not going to change that for a while, but I'm happy to help spread the word on new easier ways to do it. And then when the time comes, we can have alternate methods for doing an install. 

rss.chat: all posts
Text

Thanks for the suggestion — this is in now. URLs you type or paste into a post become links automatically when you save. If you spot anything that doesn't link right, let us know.

rss.chat: all posts
Text

Yes to running your own server

Good morning sports fans! This is the URL of one of the many blog posts I wrote over the weekend. http://scripting.com/2026/07/12/121948.html I also did a podcast. https://shownotes.scripting.com/scripting/2026/07/12/myFirstRsschatPodcast.html If you want to know where we're...

rss.chat: all posts
Text

I'm reading this and I'm thinking... there is definitely better ways to deploy this, I'm going to submit an issue on the rss.chat repo to propose a deploy/ folder that would orchestrate deploying this either localhost or with a domain in a very easy way

rss.chat: all posts
Text

Testing testing :)

rss.chat: all posts
Text

If you know how to do it we’ll support you.

Also there’s a websockets based firehouse that’s implemented but not yet documented.