Update README.md

This commit is contained in:
Namhyeon Go 2022-07-07 12:13:33 +09:00 committed by GitHub
parent e6d88b9f91
commit 851b0533b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,74 +36,75 @@ ActivityPub implementation for GNUBOARD 5
{ {
"@context": "https://www.w3.org/ns/activitystreams", "@context": "https://www.w3.org/ns/activitystreams",
"type": "Create", "type": "Create",
"id": "http://example.org/bbs/board.php?bo_table=apstreams#Draft", "id": "http://example.org/bbs/board.php?bo_table=apstreams&wr_id=235",
"to": ["https://www.w3.org/ns/activitystreams#Public", "http://example.org/?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://example.org/?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://example.org/bbs/board.php?bo_table=apstreams&wr_id=221", "id": "http://example.org/bbs/board.php?bo_table=free&wr_id=1",
"attributedTo": "http://example.org/?route=activitypub.user&mb_id=admin", "attributedTo": "http://example.org/?route=activitypub.user&mb_id=admin",
"content": "hello, world @admin@example.org", "content": "안녕하세요 @admin@example.org",
"icon": "https://www.gravatar.com/avatar/bdbd5eb70305f1eaaa0340687758676a", "icon": "https://www.gravatar.com/avatar/bdbd5eb70305f1eaaa0340687758676a",
"location": { "location": {
"name": "xxx.xxx.xxx.xxx, 서울특별시 구로구 구로5동 (DLIVE), Seoul, Seoul-teukbyeolsi, Korea (Republic of), KR, 06030, +09:00", "name": "xxx.xxx.xxx.xxx, 서울특별시 금천구 가산동 (Korea Telecom), Seoul, Seoul-teukbyeolsi, Korea (Republic of), KR, 06030, +09:00",
"type": "Place", "type": "Place",
"longitude": 126.8892945, "longitude": 126.8917326,
"latitude": 37.5001593, "latitude": 37.4769094,
"units": "m", "units": "m",
"_weather": { "_weather": {
"dt": 1657103776, "dt": 1657163472,
"sunrise": 1657052227, "sunrise": 1657138663,
"sunset": 1657105004, "sunset": 1657191385,
"temp": 305.05, "temp": 305.42,
"feels_like": 310.6, "feels_like": 309.65,
"pressure": 1005, "pressure": 1005,
"humidity": 62, "humidity": 56,
"dew_point": 296.86, "dew_point": 295.52,
"uvi": 0, "uvi": 8.53,
"clouds": 75, "clouds": 100,
"visibility": 10000, "visibility": 10000,
"wind_speed": 3.09, "wind_speed": 5.72,
"wind_deg": 150, "wind_deg": 186,
"wind_gust": 10.14,
"weather": [{ "weather": [{
"id": 803, "id": 804,
"main": "Clouds", "main": "Clouds",
"description": "broken clouds", "description": "overcast clouds",
"icon": "04d" "icon": "04d"
}] }]
}, },
"_exchange": { "_exchange": {
"KRW": { "KRW": {
"AED": 353.38, "AED": 355.94,
"AUD": 882.25, "AUD": 887.07,
"BHD": 3442.79, "BHD": 3467.72,
"BND": 923.71, "BND": 930.73,
"CAD": 996.28, "CAD": 1003.15,
"CHF": 1340.42, "CHF": 1346.86,
"CNH": 194.16, "CNH": 194.76,
"DKK": 179.12, "DKK": 178.9,
"EUR": 1332.72, "EUR": 1331.33,
"GBP": 1551.95, "GBP": 1558.81,
"HKD": 165.42, "HKD": 166.61,
"IDR(100)": 8.66, "IDR(100)": 8.72,
"JPY(100)": 957.05, "JPY(100)": 960.93,
"KRW": 0, "KRW": 0,
"KWD": 2135.85, "KWD": 4253.09,
"MYR": 293.7, "MYR": 295.49,
"NOK": 129.06, "NOK": 128.98,
"NZD": 800.67, "NZD": 804.44,
"SAR": 345.76, "SAR": 348.27,
"SEK": 123.57, "SEK": 124.02,
"SGD": 923.71, "SGD": 930.73,
"THB": 36.11, "THB": 36.12,
"USD": 1298 "USD": 1307.4
} }
} }
} }
}, },
"published": "2022-07-06T10:36:18Z", "published": "2022-07-07T03:11:12Z",
"updated": "2022-07-06T10:36:18Z" "updated": "2022-07-07T03:11:12Z"
} }
``` ```