This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/graduation-adjustments
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/feature/graduation-adjustments 
by this push:
     new 3fa9bee  - Added two rdp files for the project and the committee (PMC)
3fa9bee is described below

commit 3fa9beefa7850b808f6832ca3e87d2832d4846ae
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Apr 16 16:37:01 2019 +0200

    - Added two rdp files for the project and the committee (PMC)
---
 src/site/resources/plc4x-doap.rdf | 98 +++++++++++++++++++++++++++++++++++++++
 src/site/resources/plc4x-pmc.rdf  | 67 ++++++++++++++++++++++++++
 2 files changed, 165 insertions(+)

diff --git a/src/site/resources/plc4x-doap.rdf 
b/src/site/resources/plc4x-doap.rdf
new file mode 100644
index 0000000..47d3cd2
--- /dev/null
+++ b/src/site/resources/plc4x-doap.rdf
@@ -0,0 +1,98 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!--
+    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.
+-->
+<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) 2018 The Apache Software Foundation.
+       All rights reserved.
+
+      =======================================================================
+    -->
+
+    <Project rdf:about="https://plc4x.rdf.apache.org/";>
+        <name>Apache PLC4X</name>
+        <created>2019-04-18</created>
+        <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0"/>
+        <homepage rdf:resource="https://plc4x.apache.org/"/>
+        <asfext:pmc rdf:resource="https://plc4x.apache.org/"/>
+        <shortdesc>Universal API for communicating with programmable logic 
controllers.</shortdesc>
+        <description>PLC4X is a set of libraries for communicating with 
industrial programmable logic controllers (PLCs) using a variety of protocols 
but with a shared API.</description>
+        <bug-database 
rdf:resource="https://issues.apache.org/jira/projects/PLC4X"/>
+        <download-page 
rdf:resource="https://plc4x.apache.org/users/download.html"/>
+        <mailing-list 
rdf:resource="https://plc4x.apache.org/mailing-lists.html"/>
+
+        <programming-language>Java</programming-language>
+        <programming-language>C++</programming-language>
+
+        <category 
rdf:resource="http://projects.apache.org/category/network-client"/>
+        <category 
rdf:resource="http://projects.apache.org/category/integration"/>
+        <category rdf:resource="http://projects.apache.org/category/iot"/>
+        <category rdf:resource="http://projects.apache.org/category/java"/>
+        <category rdf:resource="http://projects.apache.org/category/library"/>
+
+        <repository>
+            <GitRepository>
+                <browse rdf:resource="https://github.com/apache/plc4x.git"/>
+                <location rdf:resource="https://github.com/apache/plc4x.git"/>
+            </GitRepository>
+        </repository>
+
+        <maintainer>
+            <foaf:Person>
+                <foaf:name>PLC4X PMC</foaf:name>
+                <foaf:mbox rdf:resource="mailto:[email protected]"/>
+            </foaf:Person>
+        </maintainer>
+
+        <release>
+            <Version>
+                <name>Latest Legacy 0.3.1 release</name>
+                <created>2017-03-13</created>
+                <revision>0.3.1</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 0.3.0 release</name>
+                <created>2019-02-05</created>
+                <revision>0.3.0</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 0.2.0 release</name>
+                <created>2018-12-02</created>
+                <revision>0.2.0</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 0.1.0 release</name>
+                <created>2018-10-05</created>
+                <revision>0.1.0</revision>
+            </Version>
+        </release>
+    </Project>
+</rdf:RDF>
diff --git a/src/site/resources/plc4x-pmc.rdf b/src/site/resources/plc4x-pmc.rdf
new file mode 100644
index 0000000..19b6bb6
--- /dev/null
+++ b/src/site/resources/plc4x-pmc.rdf
@@ -0,0 +1,67 @@
+<?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.
+-->
+<rdf:RDF 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/";
+         xml:lang="en">
+    <asfext:pmc rdf:about="plc4x">
+        <asfext:name>Apache PLC4X</asfext:name>
+        <foaf:homepage rdf:resource="http://plc4x.apache.org/"/>
+        <asfext:charter>The mission of the Apache PLC4X project is creating
+            a set of libraries for communicating with industrial programmable 
logic
+            controllers (PLCs) using a variety of protocols but with a shared 
API.
+        </asfext:charter>
+
+        <asfext:chair>
+            <foaf:Person>
+                <foaf:name>Christofer Dutz</foaf:name>
+            </foaf:Person>
+        </asfext:chair>
+
+        <asfext:member>
+            <foaf:Person>
+                <foaf:name>Christofer Dutz</foaf:name>
+            </foaf:Person>
+        </asfext:member>
+        <asfext:member>
+            <foaf:Person>
+                <foaf:name>Julian Feinauer</foaf:name>
+            </foaf:Person>
+        </asfext:member>
+        <asfext:member>
+            <foaf:Person>
+                <foaf:name>Justin Mclean</foaf:name>
+            </foaf:Person>
+        </asfext:member>
+        <asfext:member>
+            <foaf:Person>
+                <foaf:name>Markus Sommer</foaf:name>
+            </foaf:Person>
+        </asfext:member>
+        <asfext:member>
+            <foaf:Person>
+                <foaf:name>Sebastian Rühl</foaf:name>
+            </foaf:Person>
+        </asfext:member>
+        <asfext:member>
+            <foaf:Person>
+                <foaf:name>Tim Mitsch</foaf:name>
+            </foaf:Person>
+        </asfext:member>
+    </asfext:pmc>
+</rdf:RDF>
\ No newline at end of file

Reply via email to