ckan / ckanext-dcat

CKAN ♥ DCAT
164 stars 142 forks source link

replace occurrences of `text/ttl` with `text/turtle` #242

Closed knudmoeller closed 1 year ago

knudmoeller commented 1 year ago

Several templates and the README have the media type of the Turtle format set to text/ttl (in the <link> elements for alternative representations). This is wrong, it should be text/turtle, as defined in the Turtle specification: https://www.w3.org/TR/turtle/#h3_sec-mime

This PR changes all occurrences of text/ttl to text/turtle.

seitenbau-govdata commented 1 year ago

LGTM. The failing tests are independent of this PR and will be fixed (dropping support for older CKAN versions) in a separate PR (https://github.com/ckan/ckanext-dcat/pull/244).