42
results for "nick:btrem review"
-
Does anyone do self-webmentions? I am trying to keep track of my ferments, with one post for when I make a ferment, and a second post for when I open it, as an update/review. So the update/review would be an h-review of the first post, an h-recipe.
btrem
at
2023-12-14 01:52
-
So in my case, the returned webmention will be `mention-of`, and I’ll have to determine that it’s an h-review. Have I got that correct?
btrem
at
2021-12-08 22:56
-
So, aaronpk, that seems different. Your post has an explicit `in-reply-to` property; mine has no such explicit property. To put it another way, webmention.io will process my h-review as a mention-of. There’s no other way to do it. Unless it goes *up* the tree (not drilling down inside your div.h-cite.u-in-reply-to for .u-url). My difficulty with this might be due to the fact that I haven’t done a lot of html processing.
btrem
at
2021-12-08 22:39
-
Well, h-entry with in-reply-to doesn’t require going up the tree. You find the link to the target, see the class in-reply-to, and done. In my case, you find the target link, see that it’s u-url, then you have to start going up to find ancestor elements. If it’s p-item, then do x. If not, do y. If x, go up again, and try to find h-review. If found, do x, if not do y.
btrem
at
2021-12-08 22:19
-
And that makes me think that `review-of` /might/ be worth thinking about. Maybe.
btrem
at
2021-12-08 22:13
-
That means, though, that the target of the webmention will not know that the `mention-of` is a review. Which is a shame.
btrem
at
2021-12-08 22:13
-
I suppose a workaround could be to add `mention-of` to my h-review u-url. But then webmention would return a `mention-of`; that is, I’d have to figure out how to distinguish `mention-of` and `mention-of`/`h-review`.
btrem
at
2021-12-08 21:09
-
And I don’t think it is driving the markup. An h-review author might or might not want to create a webmention. Having a property like review-of would give authors control over that decision.
btrem
at
2021-12-08 21:05
-
Ok, but how else can it work? It would, ISTM, change the way webmentions works. A webmention for a review would look and behave differently than other webmentions, which could lead to confusion for everyone involved.
btrem
at
2021-12-08 21:04
-
I think maybe I should suggest another property, review-of, in webmentions.
btrem
at
2021-12-08 20:59