eolivelli commented on a change in pull request #11864: URL: https://github.com/apache/pulsar/pull/11864#discussion_r758431890
########## File path: site2/website/static/doap.rdf ########## @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<?xml-stylesheet type="text/xsl"?> +<rdf:RDF xml:lang="en" + xmlns="http://usefulinc.com/ns/doap#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:asfext="http://projects.apache.org/ns/asfext#" + xmlns:foaf="http://xmlns.com/foaf/0.1/"> +<!-- + ======================================================================= + + Copyright (c) 2011 The Apache Software Foundation. + All rights reserved. + + ======================================================================= +--> + <Project rdf:about="https://pulsar.apache.org/"> + <created>2011-02-06</created> + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> + <name>Apache Pulsar</name> + <homepage rdf:resource="https://pulsar.apache.org/" /> + <asfext:pmc rdf:resource="https://pulsar.apache.org" /> + <shortdesc>A distributed pub-sub messaging system.</shortdesc> + <description>Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API..</description> + <bug-database rdf:resource="https://github.com/apache/pulsar/issues" /> + <mailing-list rdf:resource="https://pulsar.apache.org/en/contact/" /> + <download-page rdf:resource="http://pulsar.apache.org/en/download/" /> + <programming-language>Java</programming-language> + <category rdf:resource="https://projects.apache.org/category/database" /> + + <repository> + <GitRepository> + <location rdf:resource="https://gitbox.apache.org/repos/asf/pulsar.git"/> + <browse rdf:resource="https://github.com/apache/pulsar"/> + </GitRepository> + </repository> + + <maintainer> + <foaf:Person> + <foaf:name>Apache Pulsar Community</foaf:name> + <foaf:mbox rdf:resource="mailto:[email protected]"/> + </foaf:Person> + </maintainer> + Review comment: @dave2wave I tried to use the sample XML generator but it creates a simpler file. Also I cannot understand what you mean by "Should include a list of Pulsar releases" Usually releases are recorded using the standard "reporter.apache.org" tool that is not related to the DOAP file -- 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]
