ewilderj / doap

RDF schema for describing software projects
https://github.com/ewilderj/doap/wiki
Apache License 2.0
270 stars 57 forks source link

Wrong Content-Type for http://usefulinc.com/ns/doap #44

Closed linkmauve closed 1 month ago

linkmauve commented 6 years ago

The Content-Type header on this page should be application/rdf+xml; charset=utf-8 to let user-agents render it properly.

HughP commented 6 years ago

@ewilderj Would this be the cause of various kinds of characters being rendered in the browser? for instance: for me on ubuntu 16.04/chrome at the url: http://usefulinc.com/ns/doap# I see the following:


    <dc:description xml:lang="pt">Vocabulário de descrição de um Projeto (DOAP - Description of a Project), descrito no esquema (schema) W3C RDF e na Web Ontology Language.</dc:description>```

There are some characters which are being mis-read. It seems to me to be an encoding error, perhaps because it is not well defined?
kjetilk commented 6 years ago

@HughP yes, that is most likely the reason.

ewilderj commented 1 month ago

This is finally fixed