This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 53ff206563 [INLONG-8846][Doc] Add ASF DOAP File for InLong (#8847)
53ff206563 is described below
commit 53ff206563b626cc076bb780b388e9ee754e3eb8
Author: Charles Zhang <[email protected]>
AuthorDate: Wed Sep 6 18:50:27 2023 +0800
[INLONG-8846][Doc] Add ASF DOAP File for InLong (#8847)
---
doap_InLong.rdf | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
diff --git a/doap_InLong.rdf b/doap_InLong.rdf
new file mode 100644
index 0000000000..34e33e557e
--- /dev/null
+++ b/doap_InLong.rdf
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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://inlong.apache.org">
+ <created>2023-09-06</created>
+ <license rdf:resource="https://spdx.org/licenses/Apache-2.0" />
+ <name>Apache InLong</name>
+ <homepage rdf:resource="https://inlong.apache.org" />
+ <asfext:pmc rdf:resource="https://inlong.apache.org" />
+ <shortdesc>Apache InLong - a one-stop, full-scenario integration framework
for massive data</shortdesc>
+ <description>Apache InLong is a one-stop, full-scenario integration
framework for massive data that supports Data Ingestion, Data Synchronization,
and Data Subscription, and it provides automatic, safe, reliable, and
high-performance data transmission capabilities to facilitate the construction
of streaming-based data analysis, modeling, and applications.</description>
+ <bug-database rdf:resource="https://github.com/apache/inlong/issues" />
+ <mailing-list
rdf:resource="https://lists.apache.org/[email protected]" />
+ <download-page rdf:resource="https://inlong.apache.org/downloads" />
+ <programming-language>Java</programming-language>
+ <category rdf:resource="https://projects.apache.org/category/big-data" />
+ <repository>
+ <SVNRepository>
+ <location
rdf:resource="https://dist.apache.org/repos/dist/release/inlong/"/>
+ <browse
rdf:resource="https://dist.apache.org/repos/dist/release/inlong/"/>
+ </SVNRepository>
+ </repository>
+ <repository>
+ <GitRepository>
+ <location rdf:resource="https://[email protected]:apache/inlong.git"/>
+ <browse rdf:resource="https://github.com/apache/inlong"/>
+ </GitRepository>
+ </repository>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Charles Zhang</foaf:name>
+ <foaf:mbox rdf:resource="mailto:[email protected]"/>
+ </foaf:Person>
+ </maintainer>
+ </Project>
+</rdf:RDF>
+