Re: Some invalid DOAP files



On Fri, 2010-04-16 at 10:31 -0500, Shaun McCance wrote:
> A few modules have DOAP files that aren't valid RDF. This is
> what they have:
> 
> <maintainer>
>   <foaf:Person>...</foaf:Person>
>   <foaf:Person>...</foaf:Person>
> </maintainer>
> 
> This doesn't work in RDF. Properties like maintainer take a
> single object. To list multiple maintainers, do this:
> 
> <maintainer>
>   <foaf:Person>...</foaf:Person>
> </maintainer>
> <maintainer>
>   <foaf:Person>...</foaf:Person>
> </maintainer>
> 
> It's a common (and understandable) mistake. It's one of RDF's
> little annoyances. I've already pushed fixes for gtkmm and
> libgnomecanvasmm with Murray's permission. Attached are git
> patches for empathy, totem, and gconf-editor. There may be
> others, but Blip hasn't gotten to them yet.

Totem one is fine to commit, thanks!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]