#wordpress 2024-06-18
2024-06-18 UTC
sdavidprince and [lcs] joined the channel
# [lcs] Been using Reeder as my RSS reader, but sometimes it's a bit annoyting to not be able to access it in the browser. So was thinking I need to switch to a cloud based RSS reader. Then thought it would be nice to have it directly on my WP site (since that's essentially my "online home" anyways) so now I'm working on an RSS reader plugin for WP.
# [lcs] Any ideas for cool features, given it's on WP? Auto generating a blogroll complete with OPML is on my to do list!
the_kovah[d], capjamesg[d], _graysonarts[d], _the_kovah[d], Kaja_, [Jo], lazcorp, mary1, [bneil] and [snarfed] joined the channel
[Otto_Rask] joined the channel
gRegor and [asuh] joined the channel
# [asuh] For the h-card, I’m currently using `get_the_author_meta()` to return the author ID and name. I hadn’t yet considered what to do if there are more than one administrator or even profile in a WordPress instance. I know I could hardcode this data, but I’m curious what would be a good way to assign a primary user profile for this h-card. Should it be a new form field inside of all profiles that someone enables? I’m curious what othe
janboddez joined the channel
# janboddez [lcs] I don't hang out here very often :-) but maybe https://github.com/janboddez/feed-reader may be of use. Serve as inspiration, I don't know.
[tw2113] joined the channel
# janboddez [asuh] It doesn't really do representative h-cards. It just adds a couple classes to the Post Author block (and on my site I simply make sure every post gets one, although I mostly hide them).
[benatwork] joined the channel
# janboddez The way I'd maybe do it, I think (?), is add a Custom HTML block to the site's sidebar or footer? I'd have to try it though. IndieBlocks uses the body element to tack h-entry (single posts) or h-feed (archives, etc.) classes onto. Don't think that's a problem, although I have mostly forgotten about representative h-cards (since I moved back to WordPress, haha).
# janboddez That is, I *think* I used to use one, before.
# [asuh] Oh, and janboddez, I was able to understand the representative h-card issue by reviewing https://indiewebify.me/validate-h-card/. It said I was partially done but needed a few missing classes
gRegorLove_ joined the channel
# [asuh] GWG, you might want to review the security certificate for your site https://david.shanske.com/. I have strict settings in my browsers to always resolve HTTPS for sites and it’s giving me a warning in both Blink and Gecko based browsers.
# [Joe_Crawford] `notAfter=Jun 17 07:07:14 2024 GMT` - Let's Encrypt renewal a prime suspect.
# [Joe_Crawford] `Certificate chain`
# [Joe_Crawford] `i:C=US, O=Let's Encrypt, CN=R10`
# [Joe_Crawford] `0 s:CN=http://david.shanske.com`
# [Joe_Crawford] `v:NotBefore: Jun 18 21:14:59 2024 GMT; NotAfter: Sep 16 21:14:58 2024 GMT` loading fine in Safari now too.
# [Joe_Crawford] `a:PKEY: rsaEncryption, 2048 (bit); sigalg: RSA-SHA256`
# ptramo[d] You mean certbot right? rsync of the full /etc/letsencrypt directory should do it
# ptramo[d] Though nowadays I'm leaning toward http servers that deal with certs directly like caddy
# ptramo[d] [edit] You mean certbot right? rsync -a of the full /etc/letsencrypt directory should do it
lazcorp joined the channel
# ptramo[d] You should have received emails as your certs were about to expire, if I'm not mistaken. Might want to check which email you registered with / change it / monitor that inbox more carefully
[schmarty] joined the channel