Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Ajout du support d'ActivityPub #291

Open
brunob opened this issue Nov 23, 2022 · 2 comments
Open

Ajout du support d'ActivityPub #291

brunob opened this issue Nov 23, 2022 · 2 comments

Comments

@brunob
Copy link
Member

brunob commented Nov 23, 2022

cf https://seenthis.net/messages/980747

Reste à voir ce qu'on implémente et comment...

Quelques liens à ce sujet :

@brunob
Copy link
Member Author

brunob commented Dec 15, 2022

Un peu de lecture sur le sujet https://macwright.com/2022/12/09/activitypub.html

What needs building

After spelunking in the express-activitypub reference implementation, I eventually ended up with the following extremely minimal ActivityPub essentials, listed nearly in order of difficulty:

- A [WebFinger](https://webfinger.net/) endpoint that returns account information.
- A user endpoint (https://macwright.com/u/photos) that returns more account information if you use an Accept: application/json header.
- An inbox (https://macwright.com/api/inbox) that receives follow requests.
- A process to post new photos when I publish them.

With all these together, the [photos section](https://macwright.com/photos/) of this website is a “user” that you can follow from a Mastodon server: @photos@macwright.com.

L'auteur y cite un guide bien complet qui lui a été fort utile https://tinysubversions.com/notes/reading-activitypub/

@Cerdic
Copy link

Cerdic commented Dec 21, 2022

(On devrait implémenter un support de base de activitypub dans SPIP, pour permettre de "suivre un site" comme tu suis une personne)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants