The DOAP at 
http://svn.apache.org/repos/asf/cordova/site/public/infra/doap_Cordova.rdf
uses the incorrect syntax for its categories.

    <category 
rdf:resource="https://projects.apache.org/projects.html?category#mobile";
/>
    <category 
rdf:resource="https://projects.apache.org/projects.html?category#library";
/>

should be

    <category rdf:resource="https://projects.apache.org/category/mobile"; />
    <category rdf:resource="https://projects.apache.org/category/library"; />

Please fix so the project can be correctly categorised.

Note: if you wish to update the source location of the DOAP, please update

https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects.xml

Thanks.

Sebb

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to