#dev 2025-01-20

2025-01-20 UTC
#
gRegor
osteophage, "A post" is used if the post doesn't have a title, aka a /note post.
#
gRegor
If you prefer, you can add a title to make it an /article. Those will show up in the newsletter as the linked title.
#
osteophage
My post did have title, so I'm confused why it wasn't recognized. I'm guessing the tags were in the wrong order somehow.
#
gRegor
which newsletter was this in?
#
osteophage
This Week in the IndieWeb
#
gRegor
date, I mean
#
osteophage
Oh, hold on a second.
#
osteophage
I put a h1 class="p-name" tag on the title, thinking that would do it. (I'm still pretty new at this.)
#
[tantek]
Try the h-entry validator on your post permalink and see if it finds the post name/title
#
gRegor
I think the problem is that the p-name is inside the e-content
#
osteophage
[tantek]: Yes, https://indiewebify.me/validate-h-entry/ correctly identified the title.
#
gRegor
The title is pulled out correctly, but it's also a prefix of the post content in this instance
#
gRegor
So it falls back to being a note
#
osteophage
gRegor: Oh, so the p-name and e-content should be switched?
#
gRegor
p-name shouldn't be inside the e-content
#
osteophage
Got it. I'll try changing that for my next newsletter submission then. Thanks!
#
gRegor
Basically if you have a post with title "lorem ipsum" and the content was "lorem ipsum dolor...", it's interpreted as a note. IWM should maybe warn about that.
#
[tantek]
it should at least detect it and tell you the implications thereof
#
gRegor
Welcome!
yewscion, grufwub, strugee, Marcos, Daijo, Guest6 and ttybitnik joined the channel
#
funkylarma
Re RSVP notes not being recorded on the IndieWeb Events page.
#
IWDiscord
<f​unkylarma>
#
IWDiscord
<f​unkylarma>
#
funkylarma
[edit] Re RSVP notes not being recorded on the IndieWeb Events page.
#
IWDiscord
<f​unkylarma>
#
IWDiscord
<f​unkylarma>
#
funkylarma
It was mentioned in #indieweb-random so posting here for reference. I'm creating RSVP notes to the Homebrew Website Club and they never appear on the page. Checking in Indiewebify.me they are seen as a 'reply', but other RSVP permalinks also show this. I'm guessing my markup is structured wrong but I think I have tried different variations and input the rsvp microformat all over.
nemonical, nemonical1, bwani54, UWZZhouBaiden909, JXBuildBackBette and AD151003 joined the channel
#
AD151003
Hey guys... Joe Biden here. I've decided to step down from the White House to focus on other projects. Billionaires are a threat to democracy, so check out https://BidenCash.st to put them in the bullseye. Keep an eye on the CNN inauguration for a promo code!
moose333 and nemonical joined the channel
#
[snarfed]
!kick AD151003
#
Loqi
AD151003 joined 28956465 minutes ago and can no longer be kicked this way
#
aaronpk
already left anyway
#
GWG
Who would fall for that?
chronie, GuestZero_ and gRegor joined the channel
#
gRegor
funkylarma, the permalinks for your RSVPs have h-feed around the h-entry, which probably isn't intended: https://adamchamberlin.info/2025/01/homebrew-website-slub-22/
#
gRegor
Otherwise the h-entry looks correct for an RSVP. It does have two `p-rsvp` properties so you can remove one of those
#
gRegor
indiewebify.me doesn't have RSVP specific validation currently, so "reply" is the closest it will get currently. It picks up the `in-reply-to` property, which is a necessary part of an RSVP
ttybitnik joined the channel
#
gRegor
Re: the IWM migration, commented: https://github.com/indieweb/indiewebify-me/issues/82#issuecomment-2602991936 Nothing new, just making sure the context from IWC SD is on github too
#
Loqi
[preview] [gRegorLove] This is the in-progress Slim4 migration that I pushed to a new branch during IndieWebCamp San Diego: https://github.com/gRegorLove/indiewebify-me/tree/slim-migration. Anyone is welcome to take it from there and work on it. I can help with questions...
[develumpen] joined the channel
#
[develumpen]
i'm implementing checkins in my micropub server based on OwnYourSwarm and I'm not sure about the difference between the checkin and location properties
#
[develumpen]
is location just the h-adr of the checkin? can i ignore that property when storing the data and then get the info from the checkin h-card when rendering the html?
#
aaronpk
i don't think ownyourswarm sends a location property at all, are you seeing it somewhere?
#
aaronpk
the docs should describe exactly what it sends https://ownyourswarm.p3k.io/docs
#
[develumpen]
"h-entry"
#
[develumpen]
```{
#
[develumpen]
I can see it on /import, next to the Swarm Checkin Object, and then on the JSON my server receives:
#
[develumpen]
"type": [
#
[develumpen]
],
#
aaronpk
oops, got kicked from IRC for the multiline post
[develumpen] joined the channel
#
[develumpen]
uhm, how can i share code?
#
aaronpk
gist.github.com or whatever
#
aaronpk
hm, I don't remember adding that but probably did for endpoints that don't support the "checkin" property. pretty sure it's a duplicate of what's in the "checkin"
#
[develumpen]
that makes sense, thanks!
#
[develumpen]
hehe it's been there for a while
#
aaronpk
surprised it's been over 3 years since i've even touched that code
[mattl] joined the channel
#
IWDiscord
<v​inceaggrippino>
#
vinceaggrippino
I'm making slow progress implementing Webmentions on my site. I think I've got code that will work for getting the count and I'd love some feedback. I haven't committed yet, so this isn't live anywhere. Am I on the right track? Is there a simple tutorial somewhere that I missed? ...
#
vinceaggrippino
<div class="footer__webmentions">
IWDiscord and ttybitnik joined the channel
#
gRegor
Hi vince, code should probably be shared in a github gist or similar, won't work well directly in chat.
jonnybarnes joined the channel
#
vinceaggrippino
gRegor: Okay. I'm sorry about that. I thought it would be okay because it's pretty short.
#
vinceaggrippino
I _did_ commit it since I posted that. Now it's on github and I think this link will take you to the section I'm worried about: https://github.com/VAggrippino/vaggrippino.github.io/blob/cb20bf9d76bc57d6fddf2e5fe53717b3304260aa/js/main.js#L62
#
vinceaggrippino
[edit] gRegor: Okay. I'm sorry about that. I thought it would be okay because it's pretty short.
#
vinceaggrippino
I _did_ commit it since I posted that. Now it's on github and I think this link will take you to the section I'm worried about: https://github.com/VAggrippino/vaggrippino.github.io/blob/cb20bf9d76bc57d6fddf2e5fe53717b3304260aa/js/main.js#L62
#
gRegor
np, it probably shows up fine in Discord, just gets caught up with the bridges
#
gRegor
If it's more than a few lines
#
gRegor
I'm not as familiar with webmention JS stuff, but at a glance it looks alright.
#
vinceaggrippino
gRegor: After I posted that I scrolled up and realized that someone got kicked out of IRC for a multi-line post in an earlier conversation 😅
#
gRegor
oh no!
#
vinceaggrippino
I think it was a temporary thing. i.e. not a ban, just something like a _oops... why did I get disconnected..._ 😲
#
gRegor
Yeah, probably an irc flood thing or the bridge limiting it
#
[tantek]
does anyone have or use a service to check their home page or post permalink pages to avoid mobile-view regressions? e.g. you get everything working on mobile for a nice presentation, scrolling etc., and then because of some unrelated change, framework update or whatever, somehow your mobile view breaks and you don't notice for a while?
#
funkylarma
gRegor: Thank you for the heads up. Have removed the h-feed from all single posts.
#
gRegor
funkylarma++ nice, parsed result looks good! Hope it shows up as an RSVP now
#
Loqi
funkylarma has 1 karma in this channel over the last year (2 in all channels)
#
[KevinMarks]
Firefox has a way to switch screen sizes in the dev menu that I've used before
sebbu joined the channel
#
[snarfed]
alternatively, perceptual diff inside CI
#
[snarfed]
more appropriate for CMSes than individual sites, but there's obviously overlap when people customize their CSS etc
#
[snarfed]
eg WordPress Friends
#
[snarfed]
argh wrong channel, sorry all, disregard
ttybitnik joined the channel