mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
use the proprt syntax
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
This directory contains local copies of the w3.org jsonld documents
|
||||
|
||||
To update the activitystreams document run:
|
||||
curl -L -H 'Accept: application/ld+json' https://www.w3.org/ns/activitystreams > activitystreams.jsonld
|
||||
curl -o activitystreams.jsonld -L -H 'Accept: application/ld+json' https://www.w3.org/ns/activitystreams
|
||||
|
||||
To update the identity document run:
|
||||
curl -L -H 'Accept: application/ld+json' https://w3id.org/identity/v1 > identity-v1.jsonld
|
||||
curl -o identity-v1.jsonld -L -H 'Accept: application/ld+json' https://w3id.org/identity/v1
|
||||
|
||||
To update the security document run:
|
||||
curl -L -H 'Accept: application/ld+json' https://w3id.org/security/v1 > security-v1.jsonld
|
||||
curl -o security-v1.jsonld -L -H 'Accept: application/ld+json' https://w3id.org/security/v1
|
||||
|
||||
Reference in New Issue
Block a user