Anonymitaet commented on a change in pull request #11864: URL: https://github.com/apache/pulsar/pull/11864#discussion_r699769382
########## 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> Review comment: ```suggestion <description>Pulsar is a distributed pub-sub messaging platform with a very flexible messaging model and an intuitive client API.</description> ``` -- 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]
