-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ActivityPub support to Known #2615
Comments
Heck yes! That would be cool. Even better if built in. Then again, I have a friend who says that having everything built in is not always the best. |
I'm especially looking towards publishing to Mastodon, either via the client-server or the server-server interface, to keep Idno/Known my single source of truth for keeping a personally hosted interfaces to my social network activity. |
I agree with Mastodon, but there is also other platforms. Video posts, for instance, could be keyed to an existing Peertube instance. That might be another plugin idea, but definitely worth mentioning since Peertube uses activitypub and bitorrent.
From: jon r <notifications@github.com>
Sent: Wednesday, January 8, 2020 7:47 PM
To: idno/known <known@noreply.github.com>
Cc: Katherine Moss <kat8989@outlook.com>; Comment <comment@noreply.github.com>
Subject: Re: [idno/known] ActivityPub support (#2615)
I'm especially looking towards publishing towards Mastodon, either via the client-server or the server-server interface, to keep Idno/Known my single source of truth for keeping a personally hosted interfaces to my social network activity.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fidno%2Fknown%2Fissues%2F2615%3Femail_source%3Dnotifications%26email_token%3DADS4MAEYVOC3EARXHNC7M6TQ4ZX2DA5CNFSM4JWBPNW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIOQQXI%23issuecomment-572328029&data=02%7C01%7C%7C0a7472ffed804528099908d7949d8196%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637141276506039022&sdata=kBW5y7xGUqM1w%2FXZFvAHaAloiDCdS4CMl6772eZI7Fo%3D&reserved=0>, or unsubscribe<https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FADS4MACXHPZHNOJXQ74QGATQ4ZX2DANCNFSM4JWBPNWQ&data=02%7C01%7C%7C0a7472ffed804528099908d7949d8196%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637141276506049030&sdata=MM06WgM0VlAJSxTp390xqIBb0fg19lK%2FUc3NAdi7cG8%3D&reserved=0>.
|
I'm bumping this and will add an OpenCollective bounty. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 3004.5068 USD (3000.0 USD @ $1.0/USD) attached to it.
|
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Workers have applied to start work. These users each claimed they can complete the work by 264 years, 11 months from now. 1) elmondohms has applied to start work (Funders only: approve worker | reject worker). The steps I should take is to ensure that I have steady network connectivity, set notification alert and to make sure that I don't run out of data Well its a long list of task which I would keep updating on issue #2615 on GitHub but here is the baseline for getting started
This concludes my pitch for implementing the core types Activity , Actor, Object, Collection This seems clear cut enough. I will follow the ActivityPub spec to the letter and add whatever functionality is required. Since I am not well acquainted with Known, I offer to do it for 2500. Olá, sou Full Stack PHP, posso colaborar no projeto. Learn more on the Gitcoin Issue Details page. |
From the looks of these calculations… it could be a while before we see significant progress… or is something off, here?
From: Gitcoin.co Bot ***@***.***>
Sent: Saturday, December 11, 2021 6:31 AM
To: idno/known ***@***.***>
Cc: Katherine M. Moss ***@***.***>; Comment ***@***.***>
Subject: Re: [idno/known] Add ActivityPub support to Known (#2615)
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
…________________________________
Workers have applied to start work.
These users each claimed they can complete the work by 264 years, 11 months from now.
Please review their action plans below:
1) elmondohms<https://gitcoin.co/elmondohms> has applied to start work (Funders only: approve worker<https://gitcoin.co/issue/idno/known/2615/100027300?mutate_worker_action=approve&worker=elmondohms> | reject worker<https://gitcoin.co/issue/idno/known/2615/100027300?mutate_worker_action=reject&worker=elmondohms>).
The steps I should take is to ensure that I have steady network connectivity, set notification alert and to make sure that I don't run out of data
Learn more on the Gitcoin Issue Details page<https://gitcoin.co/issue/idno/known/2615/100027300>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#2615 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADS4MAGHQEBERPR3EAQRK6DUQMY5RANCNFSM4JWBPNWQ>.
|
List of tasks according to my OpenCollective bounty pitch , can be used by other community members interested to work on this issue
|
Here I would like to leave few more resources for anyone who is planning to work on this :
And on a ending note "To silo is human, to syndicate divine." |
Also on a side note rather than actually extending Idno/common/entity we can also work around with the following arrangement We can simple use the core and extended Types defines by https://github.com/landrok/activitypub and create a bridge to convert to and from Idno/Common/Entity during Inbox and Outbox transaction in either case having something like Idno\Entity\Activity in the core is a must ! |
For reference, the associated Open Collective project lives at https://opencollective.com/known/projects/activitypub |
Known should support inbound and outbound ActivityPub, in order to achieve full compatibility with fediverse tools like Mastodon.
This includes:
This also includes a default feed of accounts, so that a Known site doesn't feel empty when a site owner logs into it for the first time.
The text was updated successfully, but these errors were encountered: