Re: Should the specs be forked and maintained elsewhere?

On Fri, 24 Mar 2023 at 19:50, Benjamin Goering <ben@bengo.co> wrote:

> bengo@bengo ~ ⚡  for mediaType in 'application/rdf' 'application/rdf+xml'
>> 'application/ld' 'application/ld+json' 'application/json' 'text/html'
>> 'application/activity+json' 'application/ld+json; profile="
>> https://www.w3.org/ns/activitystreams"'; do echo "trying $mediaType" &&
>>  curl --silent -H "Accept: $mediaType"
>> https://www.w3.org/ns/activitystreams -I | head -n1; done;
>> trying application/rdf
>> HTTP/2 406
>> trying application/rdf+xml
>> HTTP/2 406
>> trying application/ld
>> HTTP/2 406
>> trying application/ld+json
>> HTTP/2 200
>> trying application/json
>> HTTP/2 200
>> trying text/html
>> HTTP/2 200
>> trying application/activity+json
>> HTTP/2 406
>> trying application/ld+json; profile="
>> https://www.w3.org/ns/activitystreams"
>> HTTP/2 200
>
>
✓

A.

Received on Friday, 24 March 2023 20:35:48 UTC