#dev 2023-07-23

2023-07-23 UTC
geoffo joined the channel
#
c​apjamesg
reacted with 🙃 to <vikanezrimaya> !tell jacky ...or maybe the function is …
eitilt, gRegorLove_, tei_1, tei_, gRegorLove__, Guest2781, Guest7935, guest1, cobypear, sivoais, [jacky], ok, win0err and [manton] joined the channel
#
[manton]
Has anyone done any old-school, Netscape-style bookmarks.html files but adding MF2? I’m working on a bookmarks export in HTML and it has a basic list with links, and I noticed that Pocket adds a “time_added” attribute (unix seconds), so I thought I’d support that + maybe add “dt-created” and “datetime”. (“dt-published” seems wrong for bookmarks)
#
[manton]
Possibly this doesn’t really fit though, collapsed into a single “a” link instead of separate elements as you would usually have with MF2.
#
[manton]
(Because in this case the link has title, URL, and date altogether.)
[snarfed] joined the channel
#
[snarfed]
sounds like an h-feed of u-bookmark-of's ? https://indieweb.org/bookmark#How_to_markup
btrem joined the channel
#
Zegnat
https://twitter.com/LeaVerou/status/1652806575973605378 I am clearly late on this, but interesting thread on using a public repo for your blog and the problems of doing that when not everything that is part of your blog is supposed to be public.
gRegorLove__ joined the channel
#
c​apjamesg
My blog is one of my only personal projects that is closed source.
#
c​apjamesg
Technically almost all of the code is available: the static site generator itself is in a different, public repository (although that version is a bit behind); most content is available publicly.
cobypear, eitilt, pharalia and Soni joined the channel
#
h​avenmatt
Hey everyone, I'm trying to build an IndieAuth provider and I'm a bit confused on the spec for access token responses: https://indieauth.spec.indieweb.org/#x5-3-3-access-token-response The spec describes responding with access_token, me, profile, expires_in, and refresh_token; but the example below shows a response including token_type and scope which aren't mentioned in the previous section. Any advice?
#
gRegor
Hi havenmatt, yeah there's a github issue to clarify that https://github.com/indieweb/indieauth/issues/116, see this comment specifically https://github.com/indieweb/indieauth/issues/116#issuecomment-1251706913
#
Loqi
[preview] [barnabywalters] #116 Clarify properties in access token grant response description and example
#
gRegor
I think in my implementation I always return the scope just because it's easier
#
gRegor
It also was before that issue so I probably wasn't aware it was optional sometimes :)
win0err, eitilt, tei_, Soni, [campegg] and cobypear joined the channel