Another issue I have found in doap files: git repositories are listed as they were SVN repositories

In http://svn.apache.org/repos/asf/cassandra/site/doap.rdf
<repository>
<SVNRepository>
<location rdf:resource="http://git-wip-us.apache.org/repos/asf?p=cassandra.git"/> <browse rdf:resource="http://git-wip-us.apache.org/repos/asf?p=cassandra.git"/>
</SVNRepository>
</repository>
should be:
<repository>
<GITRepository>
<location rdf:resource="http://git-wip-us.apache.org/repos/asf?p=cassandra.git"/> <browse rdf:resource="http://git-wip-us.apache.org/repos/asf?p=cassandra.git"/>
</GITRepository>
</repository>

And in http://isis.apache.org/doap_isis.rdf
<repository>
<SVNRepository>
<location rdf:resource="https://git-wip-us.apache.org/repos/asf/isis.git"/>
<browse rdf:resource="https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=summary"/>
</SVNRepository>
</repository>
shoul be:
<repository>
<GITRepository>
<location rdf:resource="https://git-wip-us.apache.org/repos/asf/isis.git"/>
<browse rdf:resource="https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=summary"/>
</GITRepository>
</repository>

I believe the reason for this is the for http://projects.apache.org/create.html which has just SVN
Is it useful to share this info on the list or am I going OT?

Davide


Il 23/04/2013 11:56, Davide Galletti ha scritto:
It turned out that no projects are missing a DOAP file; I have had problems parsing a couple of files; they seem not to be valid RDFs according to http://www.w3.org/RDF/Validator/

http://forrest.apache.org/doap.xml
http://svn.apache.org/repos/asf/uima/site/trunk/uima-website/docs/doap/uima.rdf

Forrest does not contain any RDF statement

UIMA has a detailed asfext:PMC section which generates these errors:

Error: {E201} rdf:about not allowed as attribute here.[Line = 61, Column = 34] Error: {E202} Expecting XML start or end element(s). String data "Apache UIMA" not allowed. Maybe there should be an rdf:parseType='Literal' for embedding mixed XML content in RDF. Maybe a striping error.[Line = 62, Column = 31] Error: {E201} Multiple children of property element[Line = 63, Column = 21] Error: {E202} Expecting XML start or end element(s). String data "Marshall Schor" not allowed. Maybe there should be an rdf:parseType='Literal' for embedding mixed XML content in RDF. Maybe a striping error.[Line = 65, Column = 36] Error: {E201} Multiple children of property element[Line = 68, Column = 23] Error: {E202} Expecting XML start or end element(s). String data "The mission of the Apache UIMA project is" not allowed. Maybe there should be an rdf:parseType='Literal' for embedding mixed XML content in RDF. Maybe a striping error.[Line = 68, Column = 64]
------------------------------------------------------------------------

61:<asfext:PMC rdf:about="UIMA">
62:<asfext:name>Apache UIMA</asfext:name>
63:<asfext:chair>
64:<foaf:Person>
65:<foaf:name>Marshall Schor</foaf:name>
66:</foaf:Person>
67:</asfext:chair>
68:<asfext:charter>The mission of the Apache UIMA project is
69:         the creation and maintenance of
70:         open-source software related to the analysis of unstructured
71:         data, guided by the UIMA Oasis Standard.</asfext:charter>
72:</asfext:PMC>

I thought it might be useful to share this info,

Cheers,

Davide

Il 15/01/2013 22:18, Ross Gardler ha scritto:
It would be excellent if you could encourage projects without a DOAP file
to create one. In fact all top level Apache projects should have one as per
our branding requirements [1] which state:

"All projects must provide a DOAP - Description Of A Project - file or
entry for both the project itself and all product releases that they make.
Follow the guidelines at<http://projects.apache.org/create.html>  to make a
DOAP file and register it. This will allow the ASF to best showcase all of
its projects and products in a variety of ways."

Compiling a list of those projects that do not yet have a DOAP file and
posting it here will be an excellent contribution to help us help them.

Note we provide a web form for Apache projects to create their DOAP at [2]

Ross

[1]http://www.apache.org/foundation/marks/pmcs.html
[2]http://projects.apache.org/create.html

On 15 January 2013 09:30, Davide Galletti<davide.galle...@gmail.com>  wrote:


Reply via email to