forked from erincandescent/activitypump
-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
Description
I'm trying to piece together the activitystream steps and I havent seen a spec for finding someone's "Person" object from a homepage url. I looked at an existing identifier I had on my homepage
<link rel="alternate" type="application/ld+json" href="webid.json"/>
and fixed it up to look more like something an activitypub service might discover.
<link rel="me" type='application/ld+json; profile="https://www.w3.org/ns/activitystreams"' href="as-person.json"/>
I'm not sure if the profile part of the mime-type belongs in the type field. I put indieweb's "me" rel in place of "alternate" because its friendlier. I dont expect anything to consume this tag today, I just added it to my site (donp.org) to see how it might work.