This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2b251e84 add doap file (#318)
2b251e84 is described below
commit 2b251e84c70766ae70eb29d43ca121c240dd846f
Author: liubao68 <[email protected]>
AuthorDate: Thu Oct 10 19:52:13 2024 +0800
add doap file (#318)
---
assets/doap_servicecomb_java_chassis.rdf | 60 ++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/assets/doap_servicecomb_java_chassis.rdf
b/assets/doap_servicecomb_java_chassis.rdf
new file mode 100644
index 00000000..80e470a1
--- /dev/null
+++ b/assets/doap_servicecomb_java_chassis.rdf
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<!--
+ ~ Licensed to the Apache Software Foundation (ASF) under one or more
+ ~ contributor license agreements. See the NOTICE file distributed with
+ ~ this work for additional information regarding copyright ownership.
+ ~ The ASF licenses this file to You under the Apache License, Version 2.0
+ ~ (the "License"); you may not use this file except in compliance with
+ ~ the License. You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<?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/">
+ <Project rdf:about="https://github.com/apache/servicecomb-java-chassis">
+ <created>2021-03-25</created>
+ <license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
+ <name>Apache ServiceComb Java Chassis</name>
+ <homepage rdf:resource="https://servicecomb.apache.org/" />
+ <asfext:pmc rdf:resource="https://servicecomb.apache.org/" />
+ <shortdesc>ServiceComb Java Chassis is an RPC framework that implements
Open API specification, providing configuration management, service discovery,
dynamic routing, observability, and service governance features.</shortdesc>
+ <description>ServiceComb Java Chassis is an RPC framework that implements
Open API specification, providing configuration management, service discovery,
dynamic routing, observability, and service governance features.</description>
+ <bug-database
rdf:resource="https://issues.apache.org/jira/projects/SCB/issues/" />
+ <mailing-list
rdf:resource="http://servicecomb.apache.org/cn/developers/subscribe-mail-list/"
/>
+ <download-page rdf:resource="https://servicecomb.apache.org/release/" />
+ <programming-language>Java</programming-language>
+ <category rdf:resource="http://projects.apache.org/category/rpc-framework"
/>
+ <category rdf:resource="http://projects.apache.org/category/library" />
+ <release>
+ <Version>
+ <name>ServiceComb Java Chassis 3.2.1</name>
+ <created>2024-08-10</created>
+ <revision>3.2.1</revision>
+ </Version>
+ </release>
+ <repository>
+ <GitRepository>
+ <location
rdf:resource="https://github.com/apache/servicecomb-java-chassis.git"/>
+ <browse
rdf:resource="https://github.com/apache/servicecomb-java-chassis"/>
+ </GitRepository>
+ </repository>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>liubao</foaf:name>
+ <foaf:mbox rdf:resource="mailto:[email protected]"/>
+ </foaf:Person>
+ </maintainer>
+ </Project>
+</rdf:RDF>
+