액티비티펍
"오늘의AI위키"의 AI를 통해 더욱 풍부하고 폭넓은 지식 경험을 누리세요.
1. 개요
액티비티펍(ActivityPub)은 콘텐츠 구성을 위해 액티비티 스트림 2.0 형식을 사용하며, 객체, 활동, 액터의 세 가지 주요 데이터 유형을 활용하는 인터넷 표준 규격이다. 액터는 받은 편지함과 보낸 편지함을 통해 데이터를 주고받으며, 사용자는 활동을 생성하여 다른 서버에 전달한다. 액티비티펍은 월드 와이드 웹 컨소시엄(W3C)에서 제안되었으며, 매스토돈을 비롯한 다양한 소셜 미디어 플랫폼에서 사용되고 있다. 액티비티펍은 분산 서비스 거부 공격 및 계정 이전의 어려움과 같은 비판을 받기도 하지만, 텀블러, 플립보드, 스레드 등 여러 플랫폼에서 구현을 지원하며, 소셜 미디어 플랫폼 간의 연결을 가능하게 할 잠재력을 가지고 있다.
더 읽어볼만한 페이지
- 소셜 소프트웨어 - 협업 소프트웨어
협업 소프트웨어는 팀의 협업을 지원하기 위해 설계된 소프트웨어로, 커뮤니케이션, 컨퍼런싱, 조정 기능을 제공하며 그룹웨어, 웹 기반 도구 등 다양한 형태로 활용된다. - 소셜 소프트웨어 - GNU 소셜
GNU 소셜은 분산형 소셜 네트워크를 위한 자유 소프트웨어 플랫폼으로, 마이크로블로그 형태의 메시지 공유 기능을 제공하며, 플러그인 시스템과 OStatus 프로토콜을 지원한다. - 2018년 도입 - 대포병탐지레이더-II
대포병탐지레이더-II는 능동위상배열 레이더 기술과 질화갈륨 소자를 사용하여 60km 이상 탐지 거리를 확보하고 18시간 연속 운용이 가능한 무기 체계이다. - 2018년 도입 - K808 장갑차
K808 장갑차는 대한민국 육군의 기동력과 타격력 향상을 위해 현대로템에서 개발한 8륜 구동 차륜형 장갑차로, 2021년부터 양산되어 대한민국 육군에 납품되고 있으며, 런플랫 타이어, 타이어 공기압 조절 장치, 워터제트 추진 방식 등의 특징과 400마력 디젤 엔진을 탑재하여 우수한 기동성을 제공하며, 해외 시장 진출을 모색하고 있다. - 분산 컴퓨팅 - 클라우드 컴퓨팅
클라우드 컴퓨팅은 인터넷을 통해 컴퓨팅 자원을 서비스 형태로 제공하는 모델로, 다양한 서비스 및 배치 모델을 가지며 비용 효율성과 확장성을 제공하지만 보안 및 의존성 문제도 존재하며 지속적으로 발전하고 있다. - 분산 컴퓨팅 - 그리드 컴퓨팅
그리드 컴퓨팅은 지리적으로 분산된 컴퓨터 자원을 연결하여 가상 슈퍼컴퓨터를 구축하는 기술이며, 유휴 자원을 활용하고 과학 연구 등 다양한 분야에 활용된다.
액티비티펍 | |
---|---|
개요 | |
종류 | 분산 소셜 네트워크 프로토콜 |
개발자 | 월드 와이드 웹 컨소시엄 크리스틴 레머-웨버 에반 프로드로무 기타 |
발표일 | 2018년 1월 23일 |
기반 | ActivityStreams JSON-LD |
영향 | AT 프로토콜 |
웹사이트 | ActivityPub 공식 웹사이트 |
목적 | 탈중앙화 소셜 네트워킹 |
![]() | |
![]() | |
기술 정보 | |
기반 프로토콜 | ActivityStreams JSON-LD |
관련 기술 | ActivityPump |
통신 방식 | 서버 간 통신 |
2. 디자인
액티비티펍은 콘텐츠 구성을 위해 액티비티 스트림 2.0 형식을 사용하며, 이는 자체적으로 JSON-LD를 사용한다. 액티비티펍에서 사용되는 세 가지 주요 데이터 유형은 객체, 활동, 액터이다. 객체는 이미지, 비디오, 위치, 이벤트 등 추상적인 항목이 될 수 있다. 활동은 객체를 생성하고 수정하는 작업이며, 예를 들어 `Create` 활동은 객체를 생성한다. 액터는 개인, 그룹, 응용 프로그램 또는 서비스를 나타내며 객체의 소유자이다.
모든 액터 유형에는 사용자의 활동을 주고받는 받은 편지함과 보낸 편지함 스트림이 있다. 데이터를 게시하려면(예: 기사 좋아요) 사용자는 기사 객체를 좋아한다고 선언하는 활동을 생성하고 이를 보낸 편지함에 게시한다. 그러면 액티비티펍 서버는 활동의 `to`, `bto`, `cc`, `bcc` 필드에 나열된 받은 편지함에 POST 요청을 통해 해당 활동을 전달한다. 수신 서버는 새로 받은 활동을 처리하고 좋아요 액션을 추가하여 기사를 업데이트한다.
2. 1. 데이터 예시
다음은 사용자 계정을 나타내는 액터 객체의 예시다.[7]```json
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"@language": "ja"
}
],
"type": "Person",
"id": "https://kenzoishii.example.com/",
"following": "https://kenzoishii.example.com/following.json",
"followers": "https://kenzoishii.example.com/followers.json",
"liked": "https://kenzoishii.example.com/liked.json",
"inbox": "https://kenzoishii.example.com/inbox.json",
"outbox": "https://kenzoishii.example.com/feed.json",
"preferredUsername": "kenzoishii",
"name": "石井健蔵",
"summary": "この方はただの例です",
"icon": [
"https://kenzoishii.example.com/image/165987aklre4"
]
}
```
기사 객체를 좋아하는 활동의 예시:
```json
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"@language": "en"
}
],
"type": "Like",
"actor": "https://dustycloud.org/christine/",
"summary": "Christine liked 'Minimal ActivityPub update client'",
"object": "https://rhiaro.co.uk/2016/05/minimal-activitypub",
"to": [
"https://rhiaro.co.uk/#amy",
"https://dustycloud.org/followers",
"https://rhiaro.co.uk/followers/"
],
"cc": "https://e14n.com/evan"
}
```
기사 객체의 예시:
```json
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"@language": "en-GB"
}
],
"id": "https://rhiaro.co.uk/2016/05/minimal-activitypub",
"type": "Article",
"name": "Minimal ActivityPub update client",
"content": "Today I finished morph, a client for posting ActivityStreams2...",
"attributedTo": "https://rhiaro.co.uk/#amy",
"to": "https://rhiaro.co.uk/followers/",
"cc": "https://e14n.com/evan"
}
3. 프로젝트 현황
ActivityPub은 월드 와이드 웹 컨소시엄(W3C)에서 인터넷 표준 규격으로 제안되었다. 초기에는 "ActivityPump"로 명명되었으나, "상호 발행"이라는 프로토콜의 목적에 더 부합한다고 여겨져 "ActivityPub"으로 변경되었다.
2023년, 독일의 주권 기술 기금(Sovereign Tech Fund)은 다양한 액티비티펍 구현과 사양 준수 여부를 테스트하기 위한 새로운 제품군을 구축하기 위해 socialweb.coop에 152000EUR를 기부했다.[12]
4. 비판
잘 최적화되지 않은 액티비티펍 구현은 네트워크의 분산된 특성으로 인해 다른 웹사이트 및 서버에 의도치 않은 분산 서비스 거부 공격을 유발할 수 있다.[18][19] 예를 들어, 마스토돈의 OpenGraph 링크 미리보기 구현을 들 수 있는데, OpenGraph 메타데이터가 있는 링크를 포함하는 게시물을 수신하는 모든 인스턴스는 관련 데이터(예: 썸네일)를 매우 짧은 시간 내에 다운로드하며, 이는 갑작스러운 요청 폭주로 인해 서버 속도를 늦추거나 충돌을 일으킬 수 있다.
액티비티펍은 계정을 한 서버에서 다른 서버로 기본적으로 이동하는 것을 지원하지 않아, 구현 시 자체적인 해결책을 구축해야 한다는 비판을 받아왔다.[20] 페디버스 개선 제안 기구를 통해 이동 활동(Move activity)을 사용하여 계정을 이전하는 표준화된 시스템을 구축하기 위한 작업이 진행되어 왔지만, 현재 제안은 기본적인 팔로워 이전만 허용하며, 다른 모든 데이터는 원래 계정에 연결된 상태로 유지된다.[21]
ActivityPub 구현체는 원격 게시물의 답글 및 답글 스레드의 일부가 누락되고, 원격 게시물에 대한 오래된 통계(예: 좋아요 및 리포스트)를 표시한다는 비판을 받아왔다.[22][23] 그러나 이것은 ActivityPub 프로토콜 자체의 문제가 아니라 필요할 때 업데이트된 데이터를 위해 콘텐츠를 새로 고치지 않는 구현체의 문제이다.
액티비티펍 소프트웨어에서 일반적으로 사용되는 사용자 이름 형식(예: @w3c@w3c.social영어과 같이 acct URI에서 체계를 at 기호로 대체한 형식)은 대부분의 사용자가 이해하기에는 너무 복잡하다는 비판을 받아왔다. 하지만 액티비티펍 자체는 사용자 이름으로 모든 URI를 지원하며, 이는 프로토콜 자체가 아닌, 마스토돈 및 기타 액티비티펍 구현의 제한 사항이다.[3]
5. 액티비티펍을 사용하는 소프트웨어
액티비티펍은 다양한 종류의 소프트웨어에서 사용되며, 사용자들은 이를 통해 서로 다른 플랫폼 간에도 소통하고 콘텐츠를 공유할 수 있다.
소프트웨어 종류별 현황
- 연합 (서버 대 서버) 프로토콜: 마스토돈, 넥스트클라우드, 피어튜브, Pixelfed, Pleroma, 워드프레스, 스레드 등이 액티비티펍을 지원하여 서버 간 연합을 가능하게 한다.
- 오디오 호스팅: Castopod (2020년), Funkwhale (2018년, 사용자 11,448명[93][94]) 등이 액티비티펍을 지원한다.[28][95][29][96]
- 블로그: 다양한 블로그 플랫폼이 액티비티펍을 지원한다.
소프트웨어 이름 | 총 사용자 수 | 최초 ActivityPub 호환 릴리스 | 포크 |
---|---|---|---|
Akkoma | 18,108 | 2022 | Pleroma |
Epicyon | 3 | 2019 | |
Firefish (구 Calckey) | 19,695 | 2022 | Misskey |
GNU social (구 StatusNet; 이전 Laconica) | 368 | 2018 | |
GoToSocial | 1,919 | 2021 | |
Honk | 7 | 2019 | |
Iceshrimp | 3,096 | 2023 | Firefish |
마스토돈 | 9,630,383 | 2017 | |
Micro.blog | 168,418 | 2021 | |
microblog.pub | 66 | 2022 | |
Misskey | 849,930 | 2018 | |
넥스트클라우드 Social | ~50 | 2018 | |
Pleroma | 138,294 | 2018 | |
Plume | 25,290 | 2018 | |
Sharkey | 11,061 | 2023 | Misskey |
Snac | 176 | 2022 | |
Socialhome | 2,325 | 2016 | |
Takahē | 278 | 2022 | |
Threads | 130,000,000 (2024년 2월) | 2023 | |
Wafrn | 891 | 2023 | |
워드프레스 | 6,000개 이상의 블로그 | 2023 | |
WriteFreely | 160,761 | 2018 |
- 도서 목록: 북웜 (2021년, 사용자 34,351명[56] 또는 27,698명[126])과 앙벤테르 (2021년)가 액티비티펍을 지원한다.[55][125][57][127]
- 소셜 뉴스:
소프트웨어 이름 | 총 사용자 | 최초 ActivityPub 호환 출시 | 포크 |
---|---|---|---|
플립보드 | 145,000,000 (2023년 2월) [59] | 2023 [60] | |
kbin [62] | 66,320 | 2023 | |
레미 [63] | 392,074 | 2019 | |
lotide [64] | 457 | 2020 [65] | |
mbin [66] | 5,490 | 2023 | kbin |
- 기타/멀티 포맷:
소프트웨어 이름 | 총 사용자 수 | 최초 액티비티펍 호환 출시 | 유형 |
---|---|---|---|
Friendica | 20,069 | 2019 | 블로그, 이벤트 관리, 그룹, 이미지 갤러리 |
Gancio | 1,273 | 2020 | 캘린더, 이벤트 플래너 |
Guppe | ? | 2021 | 그룹 |
Hubzilla | 5,748 | 2017 | 블로그, 이벤트 플래너, 파일 호스팅, 이미지 갤러리, 위키 |
Libervia | ? | 2022 (베타) | 블로그, 이벤트 관리, 파일 공유, 인스턴트 메시징 |
매트릭스 (브리지를 통해) | - | 2021 | 인스턴트 메시징 |
Mobilizon | 45,503 | 2020 | 이벤트 관리, 그룹 |
Owncast | 240 | 2022 | 실시간 스트리밍 |
PeerTube | 351,142 | 2018 | 비디오 공유 |
Pixelfed | 18,733 | 2018 | 이미지 공유 |
Postmarks | 29 | 2023 | 소셜 북마크 |
Streams | ? | 2022 | 블로그, 이미지 공유, 위키 |
Zap | 22 | 2019 | 블로그, 파일 호스팅, 이미지 갤러리 |
- 구현 예정: 텀블러[88][89][158][159], 깃랩(GitLab)[84][155], 고스트(Ghost)[85][86][156], 포지조(Forgejo)[87][157] 등에서 액티비티펍 구현이 예정되어 있다.
5. 1. 연합 (서버 대 서버) 프로토콜
마스토돈, 넥스트클라우드, 피어튜브, Pixelfed, Pleroma, 워드프레스, 스레드5. 2. 오디오 호스팅
5. 3. 블로그
소프트웨어 이름 | 총 사용자 수 | 최초 ActivityPub 호환 릴리스 | 포크 |
---|---|---|---|
Akkoma | 18,108 | 2022 | Pleroma |
Epicyon | 3 | 2019 | |
Firefish (구 Calckey) | 19,695 | 2022 | Misskey |
GNU social (구 StatusNet; 이전 Laconica) | 368 | 2018 | |
GoToSocial | 1,919 | 2021 | |
Honk | 7 | 2019 | |
Iceshrimp | 3,096 | 2023 | Firefish |
마스토돈 | 9,630,383 | 2017 | |
Micro.blog | 168,418 | 2021 | |
microblog.pub | 66 | 2022 | |
Misskey | 849,930 | 2018 | |
넥스트클라우드 Social | ~50 | 2018 | |
Pleroma | 138,294 | 2018 | |
Plume | 25,290 | 2018 | |
Sharkey | 11,061 | 2023 | Misskey |
Snac | 176 | 2022 | |
Socialhome | 2,325 | 2016 | |
Takahē | 278 | 2022 | |
Threads | 130,000,000 (2024년 2월) | 2023 | |
Wafrn | 891 | 2023 | |
워드프레스 | 6,000개 이상의 블로그 | 2023 | |
WriteFreely | 160,761 | 2018 |
5. 4. 도서 목록
소프트웨어 이름 | 총 사용자[26][27][93][94] | 최초 ActivityPub 호환 릴리스 |
---|---|---|
북웜[55][125] | 34,351 (2021년)[56], 27,698명 (2021년)[126] | 2021년[56][126] |
앙벤테르[57][127] | ? | 2021년 |
5. 5. 소셜 뉴스
소프트웨어 이름 | 총 사용자 | 최초 ActivityPub 호환 출시 | 포크 |
---|---|---|---|
플립보드 | 145,000,000 (2023년 2월) [59] | 2023 [60] | |
kbin [62] | 66,320 | 2023 | |
레미 [63] | 392,074 | 2019 | |
lotide [64] | 457 | 2020 [65] | |
mbin [66] | 5,490 | 2023 | kbin |
5. 6. 기타/멀티 포맷
소프트웨어 이름 | 총 사용자 수 | 최초 액티비티펍 호환 출시 | 유형 |
---|---|---|---|
Friendica | 20,069 | 2019 | 블로그, 이벤트 관리, 그룹, 이미지 갤러리 |
Gancio | 1,273 | 2020 | 캘린더, 이벤트 플래너 |
Guppe | ? | 2021 | 그룹 |
Hubzilla | 5,748 | 2017 | 블로그, 이벤트 플래너, 파일 호스팅, 이미지 갤러리, 위키 |
Libervia | ? | 2022 (베타) | 블로그, 이벤트 관리, 파일 공유, 인스턴트 메시징 |
매트릭스 (브리지를 통해) | - | 2021 | 인스턴트 메시징 |
Mobilizon | 45,503 | 2020 | 이벤트 관리, 그룹 |
Owncast | 240 | 2022 | 실시간 스트리밍 |
PeerTube | 351,142 | 2018 | 비디오 공유 |
Pixelfed | 18,733 | 2018 | 이미지 공유 |
Postmarks | 29 | 2023 | 소셜 북마크 |
Streams | ? | 2022 | 블로그, 이미지 공유, 위키 |
Zap | 22 | 2019 | 블로그, 파일 호스팅, 이미지 갤러리 |
5. 7. 구현 예정
참조
[1]
웹사이트
FAQ {{!}} AT Protocol
https://atproto.com/[...]
2024-06-20
[2]
웹사이트
W3C Recommendation 23 January 2018
https://www.w3.org/T[...]
[3]
웹사이트
The fediverse, explained
https://www.theverge[...]
2024-02-07
[4]
간행물
w3c/activitypub
https://github.com/w[...]
World Wide Web Consortium
2024-06-20
[5]
웹사이트
Sandstorm and the Social Web
https://zenhack.net/[...]
2016-05-29
[6]
웹사이트
Social Web Working Group
https://www.w3.org/g[...]
2024-06-23
[7]
웹사이트
ActivityPub Specification
https://www.w3.org/T[...]
2018-01-23
[8]
웹사이트
Mastodon—and the pros and cons of moving beyond Big Tech gatekeepers
https://arstechnica.[...]
2023-01-02
[9]
웹사이트
ActivityPub Conf 2019
https://redaktor.me/[...]
[10]
웹사이트
ActivityPub Conf 2020
https://conf.activit[...]
2020-08-01
[11]
웹사이트
W3C Social Web Incubator Community Group Mailing List
https://www.w3.org/S[...]
2024-03-18
[12]
웹사이트
ActivityPub Test Suite
https://www.sovereig[...]
2024-05-26
[13]
웹사이트
Pleroma Encyclical: ActivityPub
https://blog.soykaf.[...]
2024-06-23
[14]
웹사이트
Devs Are Excited by ActivityPub, Open Protocol for Mastodon
https://thenewstack.[...]
2024-06-23
[15]
웹사이트
Tumblr to add support for ActivityPub, the social protocol powering Mastodon and other apps
https://techcrunch.c[...]
2024-06-23
[16]
웹사이트
Flipboard Begins to Federate
https://about.flipbo[...]
2024-06-23
[17]
웹사이트
How ActivityPub is setting the stage to weave all your social media feeds together
https://www.popsci.c[...]
2024-06-23
[18]
웹사이트
Please Don't Share Our Links on Mastodon: Here's Why!
https://news.itsfoss[...]
2024-06-18
[19]
웹사이트
Is the fediverse about to get Fryed? (Or, 'Why every toot is also a potential denial of service attack')
https://ar.al/2022/1[...]
2024-06-18
[20]
웹사이트
FAQ {{!}} AT Protocol
https://atproto.com/[...]
2024-06-20
[21]
웹사이트
FEP-7628
https://codeberg.org[...]
2024-06-20
[22]
웹사이트
This is a serious problem the fediverse has...
https://furries.club[...]
2024-06-18
[23]
웹사이트
I think one of the things that most annoy newcomers to the #Fediverse is...
https://fedia.social[...]
2024-06-19
[24]
웹사이트
Missing replies · Mastodon · Discussion #22608
https://github.com/m[...]
2024-06-18
[25]
웹사이트
All of that information is available through ActivityPub...
https://cosocial.ca/[...]
2024-06-19
[26]
웹사이트
Fediverse Observer
https://fediverse.ob[...]
2024-06-22
[27]
웹사이트
FediDB, Fediverse Network Statistics
https://fedidb.org/
2024-06-22
[28]
웹사이트
Release v1.0.0-alpha.1: chore(release): 1.0.0-alpha.1 [skip ci] · ad-aures/castopod
https://github.com/a[...]
2023-07-25
[29]
웹사이트
Funkwhale Blog ~ Funkwhale 0.17 is out!
https://blog.funkwha[...]
2023-07-25
[30]
웹사이트
Akkoma: A vision to refocus Pleroma
https://coffee-and-d[...]
2023-07-25
[31]
웹사이트
Epicyon 1.0 release {{!}} LibreServer Blog
https://blog.librese[...]
2023-07-25
[32]
웹사이트
firefish
https://codeberg.org[...]
2023-07-26
[33]
웹사이트
diogo/gnu-social
https://notabug.org/[...]
2024-06-22
[34]
웹사이트
Release v0.1.0 · superseriousbusiness/gotosocial
https://github.com/s[...]
2023-07-25
[35]
웹사이트
honk 0.1
https://flak.tedunan[...]
2023-07-25
[36]
웹사이트
Release v1.6.0 · mastodon/mastodon
https://github.com/m[...]
2024-06-22
[37]
웹사이트
ℹ️ Mastodon and ActivityPub
https://help.micro.b[...]
2021-03-08
[38]
웹사이트
Release 2.0.0-rc.1 · tsileo/microblog.pub
https://github.com/t[...]
2023-07-25
[39]
웹사이트
Nextcloud introduces social features, joins the fediverse
https://nextcloud.co[...]
2018-12-10
[40]
웹사이트
ActivityPub in Pleroma
https://blog.soykaf.[...]
2018-03-04
[41]
웹사이트
Plume
https://joinplu.me/
2019-05-02
[42]
웹사이트
Release 0.2.0 (Alpha 1) · Plume-org/Plume
https://github.com/P[...]
2023-07-25
[43]
웹사이트
Snac - A simple, minimalistic ActivityPub instance written in portable C
https://codeberg.org[...]
2024-04-19
[44]
웹사이트
snac2
https://codeberg.org[...]
2024-07-02
[45]
웹사이트
Release v0.1.1: Merge pull request #6 from jaywink/travisify · jaywink/socialhome
https://github.com/j[...]
2023-07-25
[46]
웹사이트
Release 0.3.0 · jointakahe/takahe
https://github.com/j[...]
2023-07-25
[47]
웹사이트
Threads now reaches more than 130 million monthly users, says Meta, up 30M from Q3
https://techcrunch.c[...]
2024-02
[48]
웹사이트
Threads is officially starting to test ActivityPub integration
https://www.theverge[...]
2023-12-13
[49]
간행물
gabboman/wafrn
https://github.com/g[...]
Mbin
2024-06-21
[50]
웹사이트
ActivityPub for WordPress
https://github.com/A[...]
2023-07-07
[51]
웹사이트
Engage a Wider Audience With ActivityPub on WordPress.com
https://wordpress.co[...]
2023-10-12
[52]
웹사이트
ActivityPub
https://wordpress.or[...]
2024-06-23
[53]
웹사이트
WordPress now offers official support for ActivityPub
https://www.theverge[...]
2023-10-11
[54]
웹사이트
Hello, World
https://blog.writefr[...]
2018-11-10
[55]
웹사이트
Bookwyrm
https://bookwyrm.soc[...]
2021-05-26
[56]
웹사이트
BookWyrm (@bookwyrm@tech.lgbt)
https://tech.lgbt/@b[...]
2021-05-06
[57]
웹사이트
Inventaire toot
https://mamot.fr/@in[...]
2021-12-07
[58]
웹사이트
Flipboard becomes first app to support Bluesky, Mastodon and Pixelfed all in one place
https://techcrunch.c[...]
2023-05-23
[59]
웹사이트
Twitter, Who? Flipboard Adds Mastodon Features, Pushing Further Into Social Networking
https://www.cnet.com[...]
2024-06-23
[60]
웹사이트
Flipboard is pivoting to ActivityPub and the fediverse
https://www.theverge[...]
2023-12-18
[61]
웹사이트
Flipboard Begins to Federate
https://medium.com/@[...]
2023-12-19
[62]
웹사이트
kbin.pub - Fediverse of content
https://kbin.pub/en
2023-07-24
[63]
웹사이트
Lemmy - ActivityPub for link aggregation
https://nlnet.nl/pro[...]
2023-06-05
[64]
웹사이트
lotide
https://sr.ht/~vpzom[...]
2020-10-29
[65]
웹사이트
Release v0.1.1 · lotide-org/lotide
https://github.com/l[...]
2023-07-25
[66]
간행물
MbinOrg/mbin
https://github.com/M[...]
Mbin
2024-06-22
[67]
웹사이트
Friendica 2019.01 released
https://friendi.ca/2[...]
2019-01-24
[68]
웹사이트
Home
https://gancio.org/
2023-07-24
[69]
웹사이트
v0.21.0 · les / gancio · GitLab
https://framagit.org[...]
2023-07-25
[70]
웹사이트
Decentralized social groups for ActivityPub
https://github.com/i[...]
2022-11-22
[71]
웹사이트
Release First major release · immers-space/guppe
https://github.com/i[...]
2023-07-25
[72]
웹사이트
Hubzilla - Frequently asked questions
https://hubzilla.org[...]
2023-07-25
[73]
웹사이트
Libervia progress note 2022-W45
https://salut-a-toi.[...]
2022-11
[74]
웹사이트
Kazarma
https://kazar.ma/
2023-07-27
[75]
웹사이트
Owncast v0.0.11
https://owncast.onli[...]
2022-03-05
[76]
웹사이트
Server-Server - ActivityPub implementation reports
https://activitypub.[...]
2019-01-02
[77]
웹사이트
Eight photo-centric social sites that are not Instagram
https://www.theverge[...]
2022-08
[78]
웹사이트
postmarks
https://github.com/c[...]
2023-10-07
[79]
웹사이트
Postmarks
https://motd.co/2023[...]
2023-10-07
[80]
웹사이트
streams
https://codeberg.org[...]
2022-11-02
[81]
웹사이트
Official release
https://macgirvin.co[...]
2023-09-23
[82]
웹사이트
Zap
https://zotlabs.org/[...]
2023-07-25
[83]
웹사이트
Zap
https://zotlabs.org/[...]
2024-06-23
[84]
웹사이트
Support ActivityPub for merge requests (&11247) · Epics · GitLab.org · GitLab
https://gitlab.com/g[...]
2023-08-26
[85]
웹사이트
Substack Competitor Ghost Announces ActivityPub Integration
https://wedistribute[...]
2024-04-22
[86]
웹사이트
Newsletter platform Ghost adopts ActivityPub to ‘bring back the open web’
https://www.theverge[...]
2024-04-22
[87]
웹사이트
First forgejo monthly update - December 2022
https://forgejo.org/[...]
2023-08-29
[88]
웹사이트
Tumblr's 'fediverse' integration is still being worked on, says owner and Automattic CEO Matt Mullenweg
https://techcrunch.c[...]
2023-12-11
[89]
웹사이트
Tumblr to add support for ActivityPub, the social protocol powering Mastodon and other apps
https://techcrunch.c[...]
2022-11-21
[90]
간행물
ActivityPub - W3C Recommendation 23 January 2018
https://www.w3.org/T[...]
W3C
2018
[91]
웹사이트
Sandstorm And The Social Web
https://zenhack.net/[...]
2017-12-20
[92]
웹사이트
A quick guide to The Free Network
https://medium.com/w[...]
2017-09-23
[93]
웹사이트
Fediverse Observer
https://fediverse.ob[...]
2024-06-22
[94]
웹사이트
FediDB, Fediverse Network Statistics
https://fedidb.org/
2024-06-22
[95]
웹사이트
Release v1.0.0-alpha.1: chore(release): 1.0.0-alpha.1 [skip ci] · ad-aures/castopod
https://github.com/a[...]
2023-07-25
[96]
웹사이트
Funkwhale Blog ~ Funkwhale 0.17 is out!
https://blog.funkwha[...]
2023-07-25
[97]
웹사이트
Akkoma: A vision to refocus Pleroma
https://coffee-and-d[...]
2022-06-24
[98]
웹사이트
Epicyon 1.0 release {{!}} LibreServer Blog
https://blog.librese[...]
2023-07-25
[99]
웹사이트
firefish
https://codeberg.org[...]
2023-07-26
[100]
웹사이트
diogo/gnu-social
https://notabug.org/[...]
2024-06-22
[101]
웹사이트
Release v0.1.0 · superseriousbusiness/gotosocial
https://github.com/s[...]
2023-07-25
[102]
웹사이트
honk 0.1
https://flak.tedunan[...]
2023-07-25
[103]
웹사이트
Release v1.6.0 · mastodon/mastodon
https://github.com/m[...]
2024-06-22
[104]
웹사이트
ℹ️ Mastodon and ActivityPub
https://help.micro.b[...]
2021-03-08
[105]
웹사이트
Release 2.0.0-rc.1 · tsileo/microblog.pub
https://github.com/t[...]
2023-07-25
[106]
웹사이트
syuilo (@syuilo@mstdn.maud.io)
https://mstdn.maud.i[...]
2018-04-08
[107]
웹사이트
Nextcloud introduces social features, joins the fediverse
https://nextcloud.co[...]
2018-12-10
[108]
웹사이트
"「Nextcloud 15.0」リリース、Mastodon連携といったソーシャル機能を導入"
https://mag.osdn.jp/[...]
2021-02-04
[109]
웹사이트
ActivityPub in Pleroma
https://blog.soykaf.[...]
2018-03-04
[110]
웹사이트
ActivityPub in Pleroma
https://blog.soykaf.[...]
2018-03-04
[111]
웹사이트
Plume
https://joinplu.me/
May 2, 2019
[112]
웹사이트
Release 0.2.0 (Alpha 1) · Plume-org/Plume
https://github.com/P[...]
July 25, 2023
[113]
웹사이트
Snac - A simple, minimalistic ActivityPub instance written in portable C
https://codeberg.org[...]
2024-04-19
[114]
웹사이트
snac2
https://codeberg.org[...]
2024-07-02
[115]
웹사이트
Release v0.1.1: Merge pull request #6 from jaywink/travisify · jaywink/socialhome
https://github.com/j[...]
July 25, 2023
[116]
웹사이트
Release 0.3.0 · jointakahe/takahe
https://github.com/j[...]
July 25, 2023
[117]
웹사이트
Threads now reaches more than 130 million monthly users, says Meta, up 30M from Q3
https://techcrunch.c[...]
2024-02-01
[118]
웹사이트
Threads is officially starting to test ActivityPub integration
https://www.theverge[...]
2023-12-13
[119]
간행물
gabboman/wafrn
https://github.com/g[...]
Mbin
2024-06-21
[120]
웹사이트
ActivityPub for WordPress
https://github.com/A[...]
2023-07-07
[121]
웹사이트
Engage a Wider Audience With ActivityPub on WordPress.com
https://wordpress.co[...]
2023-10-12
[122]
웹사이트
ActivityPub
https://wordpress.or[...]
2024-06-23
[123]
웹사이트
WordPress now offers official support for ActivityPub
https://www.theverge[...]
2023-10-11
[124]
웹사이트
Hello, World
https://blog.writefr[...]
2018-11-10
[125]
웹사이트
Bookwyrm
https://bookwyrm.soc[...]
May 26, 2021
[126]
웹사이트
BookWyrm (@bookwyrm@tech.lgbt)
https://tech.lgbt/@b[...]
2021-05-06
[127]
웹사이트
Inventaire toot
https://mamot.fr/@in[...]
2021-12-07
[128]
웹사이트
Flipboard becomes first app to support Bluesky, Mastodon and Pixelfed all in one place
https://techcrunch.c[...]
2023-05-23
[129]
웹사이트
Twitter, Who? Flipboard Adds Mastodon Features, Pushing Further Into Social Networking
https://www.cnet.com[...]
2024-06-23
[130]
웹사이트
Flipboard is pivoting to ActivityPub and the fediverse
https://www.theverge[...]
2023-12-18
[131]
웹사이트
Flipboard Begins to Federate
https://medium.com/@[...]
2023-12-19
[132]
웹사이트
kbin.pub - Fediverse of content
https://kbin.pub/en
2023-07-24
[133]
웹사이트
Lemmy - ActivityPub for link aggregation
https://nlnet.nl/pro[...]
2023-06-05
[134]
웹사이트
lotide
https://sr.ht/~vpzom[...]
2020-10-29
[135]
웹사이트
Release v0.1.1 · lotide-org/lotide
https://github.com/l[...]
2023-07-25
[136]
간행물
MbinOrg/mbin
https://github.com/M[...]
Mbin
2024-06-22
[137]
웹사이트
Friendica 2019.01 released
https://friendi.ca/2[...]
2019-01-24
[138]
웹사이트
Home
https://gancio.org/
2023-07-24
[139]
웹사이트
v0.21.0 · les / gancio · GitLab
https://framagit.org[...]
2023-07-25
[140]
웹사이트
Decentralized social groups for ActivityPub
https://github.com/i[...]
2022-11-22
[141]
웹사이트
Release First major release · immers-space/guppe
https://github.com/i[...]
2023-07-25
[142]
웹사이트
Hubzilla - Frequently asked questions
https://hubzilla.org[...]
2023-07-25
[143]
웹사이트
Libervia progress note 2022-W45
https://salut-a-toi.[...]
2022-11-01
[144]
웹사이트
Kazarma
https://kazar.ma/
2023-07-27
[145]
웹사이트
Owncast v0.0.11
https://owncast.onli[...]
2022-03-05
[146]
웹사이트
Server-Server - ActivityPub implementation reports
https://activitypub.[...]
2019-01-02
[147]
웹사이트
P2P版YouTubeのPeerTube、ActivityPub実装を完了
https://www.itmedia.[...]
2019-02-03
[148]
웹사이트
Eight photo-centric social sites that are not Instagram
https://www.theverge[...]
2022-08-01
[149]
웹사이트
postmarks
https://github.com/c[...]
2023-10-07
[150]
웹사이트
Postmarks
https://motd.co/2023[...]
2023-10-07
[151]
웹사이트
streams
https://codeberg.org[...]
2022-11-02
[152]
웹사이트
Official release
https://macgirvin.co[...]
2023-09-23
[153]
웹사이트
Zap
https://zotlabs.org/[...]
2023-07-25
[154]
웹사이트
Zap
https://zotlabs.org/[...]
2024-06-23
[155]
웹사이트
Support ActivityPub for merge requests (&11247) · Epics · GitLab.org · GitLab
https://gitlab.com/g[...]
2023-08-26
[156]
웹사이트
Substack Competitor Ghost Announces ActivityPub Integration
https://wedistribute[...]
2024-04-22
[157]
웹사이트
First forgejo monthly update - December 2022
https://forgejo.org/[...]
2023-08-29
[158]
웹사이트
Tumblr's 'fediverse' integration is still being worked on, says owner and Automattic CEO Matt Mullenweg
https://techcrunch.c[...]
2023-12-11
[159]
웹사이트
Tumblr to add support for ActivityPub, the social protocol powering Mastodon and other apps
https://techcrunch.c[...]
2022-11-21
본 사이트는 AI가 위키백과와 뉴스 기사,정부 간행물,학술 논문등을 바탕으로 정보를 가공하여 제공하는 백과사전형 서비스입니다.
모든 문서는 AI에 의해 자동 생성되며, CC BY-SA 4.0 라이선스에 따라 이용할 수 있습니다.
하지만, 위키백과나 뉴스 기사 자체에 오류, 부정확한 정보, 또는 가짜 뉴스가 포함될 수 있으며, AI는 이러한 내용을 완벽하게 걸러내지 못할 수 있습니다.
따라서 제공되는 정보에 일부 오류나 편향이 있을 수 있으므로, 중요한 정보는 반드시 다른 출처를 통해 교차 검증하시기 바랍니다.
문의하기 : help@durumis.com