💬 Re: Building a Feed Reader to Follow Blogs and Websites: Part 1

Comments

In reply to: Re: Building a Feed Reader to Follow Blogs and Websites: Part 1

Out of curiosity, have you put any thought into adding TicketAuth/bearer token support so that folks can get private subscription content as well? There’s a bunch of security aspects to consider with that but it’s a thing I’d love to see come into a reader.

There’s also a few UX things implied by microsub which I’m not a fan of, personally, and when I get around to finally building Subl (which I’ve only been talking about for as long as I’ve been talking about Publ) I was planning on building it as a standalone thing which could maybe optionally support microsub readers later, but the UX I want to build isn’t cleanly supported by the data model implied by microsub.

(Basically I want to build Feed on Feeds except in Python and with TicketAuth support.)

💬 Re: Micropublish channel support

Comments

In reply to: Re: Micropublish channel support

Oh, cool, I didn’t know channel support was a thing. That just might be what gets me to finally work on Micropub support for Publ, since I couldn’t really wrap my head around how I was going to support posting to arbitrary sections of my site with the current UX on any of the Micropub clients I knew about.

Time to finally brush up on the protocol to see what other excuses I have for not supporting it. 😉