-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Since this repo is still used by a lot of sites, better to actually file issues :)
It seems like php-comments does not follow the algorithm for discovering authorship as described on https://indieweb.org/authorship
Some chat around it: https://chat.indieweb.org/dev/2017-01-02#t1483370937764000
Few challenges with this:
-
parse()takes ah-object. You pass in the$mf2['items']part that comes out of a Mf2 parser, not the whole thing. This means you have no access to the$mf2['rels']part of the page, whererel="author"-links reside. -
When the author is only a URL, (step 7) we need to grab another page. Currently, there is no curling nor mf2 parsing done inside of php-comments, so that's impossible.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels