8000 activitypub profile discovery · Issue #204 · w3c/activitypub · GitHub
[go: up one dir, main page]

Skip to content

activitypub profile discovery #204

@donpdonp

Description

@donpdonp

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0