#wordpress 2022-12-20
2022-12-20 UTC
doug_c_im joined the channel
# [arush] Hey all, can someone who's running the latest versions of the indieauth and micropub plugins see if you can log into something like quill.p3k.io? Trying to figure out why it and several other micropub clients can't find my endpoints even though they're in my source like they've always been and even though Omnibear still works. Thanks.
# gRegor indiebookclub has some debugging info on the endpoints it finds if you replace example.com with your domain in: https://indiebookclub.biz/auth/start?me=https://example.com&restart=1
doug_c_im joined the channel
# GWG I just hit https://github.com/aaronpk/XRay/issues/101 because I activated pfeffele's ActivityPub plugin. It's messing up webmentions from anything using Xray.
RasAlGhoul, [iambismark] and doug_c_im joined the channel
# [arush] I don't have any activitypub plugins active at this point, but I do have one installed. This is the info I get back from Indiebookclub: indiebookclub found the following endpoints on your site:
# [arush] IndieAuth metadata endpoint: none
# [arush] Micropub endpoint: none
# [arush] Authorization endpoint: https://indielogin.com/auth
# [arush] Token endpoint: none
# [arush] Revocation endpoint: none looking at my page source shows the micropub endpoint not sure where the metadata and revocation endpoints should be but I'm assuming the indieauth plugin sets those? Will look at the referenced issue.
# [arush] This has developed recently though.
# [arush] https://arush.io
# [arush] Hmmm. It's loading fine over here, I hope Fail2Ban isn't being a jerk again.
# gRegor shows down elsehwere too https://downforeveryoneorjustme.com/arush.io?proto=https
# [arush] DNS at least looks fine. https://mxtoolbox.com/SuperTool.aspx?action=a%3aarush.io&run=toolpage
# [arush] Rebooting.
# [arush] Hmm. I can still get to it, but will call Digital Ocean support tomorrow to try to get to the bottom of why it's timing out for some.
# [arush] OK ticket submitted. Thanks @gwg and [gRegorLove]
RasAlGhoul_ joined the channel
# [arush] Got it! It was UFW not Fail2Ban being a jerk. Re-added rules.
gRegor, doug_c_im, jsbach and [pfefferle] joined the channel
# [pfefferle] WordPress.org just released "Community Plugins" https://make.wordpress.org/plugins/2022/12/16/plugins-themes-categorization/
# [pfefferle] And I requested the "Community Plugin" label for the IndieWeb, IndieAuth and Webmention plugins
# [pfefferle] now the have a nice little block in the sidebar that links to the github repo
rupl, doug_c_im and RasAlGhoul_ joined the channel
# [pfefferle] next week monday?
# [pfefferle] 26. ?
# [pfefferle] this is christmas!
# [pfefferle] 24., 25. and 26. 🙂
# [pfefferle] I have a big family 😉
# [pfefferle] what about 27th?
# [pfefferle] nice
# [pfefferle] maybe the 26. also works because of our timezone diff
gRegor, doug_c_im and [Michelle_Moore] joined the channel
# [Michelle_Moore] [aaronpk] Hello. Is there a way to make Quill create a custom post type?
doug_c_im and [schmarty] joined the channel
# [Michelle_Moore] Hello @gwg: I would like to use Quill’s different content types to publish to a custom post type. Let’s call it “Short Form” for now. I want to use my post post type for longer articles. I would then use the short form post type for the notes, likes, events, or other types of content. I can use WordPress’s mobile client for the post post type. But it doesn’t work with customer post types. I would like Quill
# [Michelle_Moore] the shorter form content. And I guess in the end, my ultimate goal is that I really would like to separate the longer form and shorter form content and the custom post type is the solution that I like. Oh and I don’t want another plugin. I tried a few already.
[chrisaldrich] joined the channel
# [chrisaldrich] If it's just separating long and short content, you can use the old built in types which I do as a sort of microblog on my site https://boffosocko.com/type/status. surely you could get micropub to map posts with that meta. Personally I rely on the post kinds plug-in for this, but I understand why this may not work for you.
[jamietanna], doug_c_im and nedzadhrnjica joined the channel
# [chrisaldrich] don't most micropub clients have an pre-defined set up for content length? usually clients are specific to the type of content they're posting: article, note, like, bookmark, etc. so things should be decided on the client end... the distinguishing part is on the receiving/site end, right?
# [chrisaldrich] Does the Gutenberg editor still know about the older post formats or have those completely gone away in the new era?
# [Michelle_Moore] [chrisaldrich] I asked this question about the Post Format but mentioned the Twenty Twenty Three theme and the answer was no. https://wordpress.org/support/topic/post-formats-support/ And I can confirm that in the editor I don’t see the post formats. (There could possibly be a way to expose them, maybe??)