You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by hu...@apache.org on 2019/12/15 08:01:13 UTC

[petri-site] branch master updated: re-add petri.rdf

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

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 5584558  re-add petri.rdf
5584558 is described below

commit 5584558df06604defcc391e0b022580547e500ca
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Dec 15 09:01:04 2019 +0100

    re-add petri.rdf
---
 petri.rdf | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/petri.rdf b/petri.rdf
new file mode 100644
index 0000000..260e0e2
--- /dev/null
+++ b/petri.rdf
@@ -0,0 +1,35 @@
+<?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/">
+<!--
+    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.
+-->
+  <Project rdf:about="http://petri.apache.org">
+    <created>2019-11-20</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Petri</name>
+    <homepage rdf:resource="http://petri.apache.org" />
+    <asfext:pmc rdf:resource="http://petri.apache.org" />
+    <shortdesc>Apache Petri deals with the assessment of, education in, and adoption of the Foundation's policies and procedures for collaborative development and the pros and cons of joining the Foundation.</shortdesc>
+    <description>Apache Petri deals with the assessment of, education in, and adoption of the Foundation's policies and procedures for collaborative development and the pros and cons of joining the Foundation.</description>
+    <mailing-list rdf:resource="https://lists.apache.org/list.html?discuss@petri.apache.org" />
+    <category rdf:resource="http://projects.apache.org/category/education" />
+  </Project>
+</rdf:RDF>