Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
c74fc25a2f | |||
a2773e2705 | |||
f1e37c9ff5 | |||
56bf8b0293 | |||
e2f616df73 | |||
2f94ed4305 | |||
21abc54ccd |
20
README.md
20
README.md
|
@ -1,7 +1,8 @@
|
||||||
# gnuboard5-activitypub
|
# gnuboard5-activitypub
|
||||||
ActivityPub implementation for GNUBOARD 5
|
GNUBOARD5-ActivityPub: ActivityPub (Fediverse) implementation for GNUBOARD5
|
||||||
|
|
||||||
https://sir.kr/g5_plugin/10381
|
* https://sir.kr/g5_plugin/10381
|
||||||
|
* https://codeberg.org/fediverse/delightful-activitypub-development
|
||||||
|
|
||||||
## 사용 전 설정
|
## 사용 전 설정
|
||||||
* `apstreams` 게시판 추가
|
* `apstreams` 게시판 추가
|
||||||
|
@ -15,12 +16,12 @@ https://sir.kr/g5_plugin/10381
|
||||||
- [x] Followers
|
- [x] Followers
|
||||||
- [x] Following
|
- [x] Following
|
||||||
- [x] Liked
|
- [x] Liked
|
||||||
- [ ] Shares (개선 진행 중)
|
- [ ] ~~Shares~~ (Altered to inbound/outbound)
|
||||||
- [x] Geolocation (IP2Location, Naver Cloud)
|
- [x] Geolocation
|
||||||
- [x] File attachment
|
- [x] File attachment
|
||||||
- [ ] File attachment - Automatically download a file to the local server
|
- [ ] File attachment - Automatically download a remote file to the local server
|
||||||
- [x] Digest/Signature
|
- [x] Digest/Signature - Outbound
|
||||||
- [ ] Digest/Signature - Verification
|
- [ ] ~~Digest/Signature - Inbound~~ (No required)
|
||||||
- [x] w3id.org (e.g. the `publicKey` field of an actor)
|
- [x] w3id.org (e.g. the `publicKey` field of an actor)
|
||||||
- [ ] OAuth 2.0
|
- [ ] OAuth 2.0
|
||||||
- [ ] Message Queue Compatible (e.g. Redis, RebbitMQ, Kafka)
|
- [ ] Message Queue Compatible (e.g. Redis, RebbitMQ, Kafka)
|
||||||
|
@ -29,9 +30,10 @@ https://sir.kr/g5_plugin/10381
|
||||||
- [x] 아바타 (gravatar.com)
|
- [x] 아바타 (gravatar.com)
|
||||||
- [x] 날씨 (openweathermap.org)
|
- [x] 날씨 (openweathermap.org)
|
||||||
- [x] 환율 (koreaexim.go.kr)
|
- [x] 환율 (koreaexim.go.kr)
|
||||||
|
- [x] 국내 Geolocation (Naver Cloud)
|
||||||
|
- [x] 국외 Geolocation (IP2Location)
|
||||||
|
|
||||||
|
## 전문(메시지) 예시
|
||||||
## 전문 예시
|
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user