Update README.md
This commit is contained in:
parent
1ed1054c6e
commit
3f0b856a2c
18
README.md
18
README.md
|
@ -26,24 +26,28 @@ ActivityPub implementation for GNUBOARD 5
|
||||||
- [x] (Added) Geolocation
|
- [x] (Added) Geolocation
|
||||||
- [ ] (Added) File attachment
|
- [ ] (Added) File attachment
|
||||||
|
|
||||||
|
## 부가기능 (옵션)
|
||||||
|
- [x] 날씨
|
||||||
|
- [x] 환율
|
||||||
|
|
||||||
## 전문 예시
|
## 전문 예시
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"@context": "https://www.w3.org/ns/activitystreams",
|
"@context": "https://www.w3.org/ns/activitystreams",
|
||||||
"type": "Create",
|
"type": "Create",
|
||||||
"id": "http://utilhome.dothome.co.kr/bbs/board.php?bo_table=apstreams#Draft",
|
"id": "http://example.org/bbs/board.php?bo_table=apstreams#Draft",
|
||||||
"to": ["https://www.w3.org/ns/activitystreams#Public", "http://utilhome.dothome.co.kr/?route=activitypub.user&mb_id=admin"],
|
"to": ["https://www.w3.org/ns/activitystreams#Public", "http://example.org/?route=activitypub.user&mb_id=admin"],
|
||||||
"actor": "http://utilhome.dothome.co.kr/?route=activitypub.user&mb_id=admin",
|
"actor": "http://example.org/?route=activitypub.user&mb_id=admin",
|
||||||
"object": {
|
"object": {
|
||||||
"type": "Note",
|
"type": "Note",
|
||||||
"generator": "GNUBOARD5 ActivityPub Plugin (INSTANCE_ID: 4d6076784cbd864ade7c746690d37051, INSTANCE_VERSION: 0.1.11-dev)",
|
"generator": "GNUBOARD5 ActivityPub Plugin (INSTANCE_ID: 4d6076784cbd864ade7c746690d37051, INSTANCE_VERSION: 0.1.11-dev)",
|
||||||
"id": "http://utilhome.dothome.co.kr/bbs/board.php?bo_table=apstreams&wr_id=215",
|
"id": "http://example.org/bbs/board.php?bo_table=apstreams&wr_id=215",
|
||||||
"attributedTo": "http://utilhome.dothome.co.kr/?route=activitypub.user&mb_id=admin",
|
"attributedTo": "http://example.org/?route=activitypub.user&mb_id=admin",
|
||||||
"content": "날씨 어때요? @admin@utilhome.dothome.co.kr",
|
"content": "날씨 어때요? @admin@example.org",
|
||||||
"icon": "https://www.gravatar.com/avatar/bdbd5eb70305f1eaaa0340687758676a",
|
"icon": "https://www.gravatar.com/avatar/bdbd5eb70305f1eaaa0340687758676a",
|
||||||
"location": {
|
"location": {
|
||||||
"name": "121.88.93.28, 서울특별시 구로구 구로5동 (DLIVE), Seoul, Seoul-teukbyeolsi, Korea (Republic of), KR, 06030, +09:00",
|
"name": "xxx.xxx.xxx.xxx, 서울특별시 구로구 구로5동 (DLIVE), Seoul, Seoul-teukbyeolsi, Korea (Republic of), KR, 06030, +09:00",
|
||||||
"type": "Place",
|
"type": "Place",
|
||||||
"longitude": 126.8892945,
|
"longitude": 126.8892945,
|
||||||
"latitude": 37.5001593,
|
"latitude": 37.5001593,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user