[miklb]aaronpk if you could document the most common mistakes you see in WP microformats, we could try and make sure those things are solved in our examples at least. I’m sure I have holes in my mf2.
aaronpki think the problems fall into two categories. one is where there is barely any microformats at all, just enough to trigger my code to think "hey yes there is a feed here" (probably it's actually hentry mf1), it's often just a list of empty hentry objects with no data
aaronpkit needs a lot more stuff before i'd consider it a solid validator. it does a simple check on h-entry permalinks, and doesn't have anything about h-feed for example
[miklb]seems to me considering how important valid mf2 is to the other indie tools, an easier way to validate your page/site/feed could be important to have
aaronpkthe main purpose of building them in the first place was to survey implementations on the details of the specs, but webmention.rocks in particular is actually more widely applicable than that
aaronpkit'll accept comments, likes and bookmarks for example, so you can check whether your markup works for each. it just doesn't have a UI that prompts for those tests because it wasn't intended for that
[eddie]I’m also trying to upgrade old plain text posts. So that was just a status update that said “listening to Alice by Avril Lavigne”. But on my site I upgraded it by linking to the song on Apple Music and actually auto-embedding an Apple Music preview beneath the song. It’s cool to be able to take historical posts and add further context.
[eddie]I’m actually in the middle of adding context so microformats only display in certain sections. That might be a glitch of that. I’ll know shortly. If not, good thing I can fix that up at the same time 🙂
[eddie]!tell aaronpk: The timeline page should be fixed now. It was a glitch from the changes I was making to remove microformats from the front-page displays
[eddie]Yay! I also got the front page working correctly. Using a contextual variable, I was able to hide all the posts on the front page except “Todays Posts”
[eddie]!tell aaronpk: regarding https://aaronparecki.com/2018/03/12/16/, is there something you can do differently with a paid developer account? Or did it affect ALL accounts when Apple made the free accounts?
[cleverdevil]Question: I know that many IndieAuth authorization endpoints use relme to verify a user's identity. Is it also common to just have the auth endpoint have a password database and allow the user to directly enter a password to verify themselves?
[cleverdevil]For some reason or another I've always found OAuth and the ilk to be maddeningly confusing, with all of the dancing around between endpoints.
[cleverdevil]From my read, the authorization endpoint gets passed that, but the token is also asked for if the user follows up providing the access code to the token endpoint.
[eddie]!tell aaronpk I have plans to add some small improvements that we mentioned, and I don’t want to keep swapping back and forth between App Store and dev version