This is an automated email from the ASF dual-hosted git repository. wave 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 b10a8eb Copy petri.rdf b10a8eb is described below commit b10a8eb0a8273d1b4ff9b3166cf36fb3a0f170e3 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Sun Mar 14 12:15:27 2021 -0700 Copy petri.rdf Move so that Pelican will put this file onto petri.apache.org --- content/petri.rdf | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/content/petri.rdf b/content/petri.rdf new file mode 100644 index 0000000..260e0e2 --- /dev/null +++ b/content/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?disc...@petri.apache.org" /> + <category rdf:resource="http://projects.apache.org/category/education" /> + </Project> +</rdf:RDF>