sebbASF commented on issue #463: URL: https://github.com/apache/tooling-trusted-releases/issues/463#issuecomment-3707358239
The DOAP creation page https://projects.apache.org/create.html lists the entries which can be repeated. One of them is language. Here is a dummy DOAP I just created (the AL header has been removed for brevity): ``` <Project rdf:about="https://accumulo.apache.org/dummy"> <created>2026-01-03</created> <license rdf:resource="https://spdx.org/licenses/Apache-2.0" /> <name>Apache Dummy</name> <homepage rdf:resource="https://accumulo.apache.org/dummy" /> <asfext:pmc rdf:resource="https://accumulo.apache.org" /> <shortdesc>Short</shortdesc> <description>Long</description> <programming-language>ActionScript</programming-language> <programming-language>C</programming-language> <category rdf:resource="https://projects.apache.org/category/big-data" /> <category rdf:resource="https://projects.apache.org/category/build-management" /> </Project> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
