Repository: yetus Updated Branches: refs/heads/master 1bab736c8 -> d45ae4124
YETUS-64. file our DOAP Signed-off-by: Sean Busbey <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/d45ae412 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/d45ae412 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/d45ae412 Branch: refs/heads/master Commit: d45ae412412ea827ec01542afaafb45cc5029633 Parents: 1bab736 Author: Allen Wittenauer <[email protected]> Authored: Wed Oct 21 00:31:27 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Thu Oct 29 07:52:22 2015 -0700 ---------------------------------------------------------------------- asf-site-src/source/doap_yetus.rdf | 54 +++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/d45ae412/asf-site-src/source/doap_yetus.rdf ---------------------------------------------------------------------- diff --git a/asf-site-src/source/doap_yetus.rdf b/asf-site-src/source/doap_yetus.rdf new file mode 100644 index 0000000..b57a982 --- /dev/null +++ b/asf-site-src/source/doap_yetus.rdf @@ -0,0 +1,54 @@ +<?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="https://yetus.apache.org"> + <created>2015-09-16</created> + <license rdf:resource="http://spdx.org/licenses/Apache-2.0" /> + <name>Apache Yetus</name> + <homepage rdf:resource="https://yetus.apache.org/" /> + <asfext:pmc rdf:resource="https://yetus.apache.org/" /> + <shortdesc>A collection of libraries and tools that enable contribution and release processes for software projects.</shortdesc> + <description>A collection of libraries and tools that enable contribution and release processes for software projects.</description> + <bug-database rdf:resource="https://issues.apache.org/jira/browse/yetus" /> + <mailing-list rdf:resource="https://yetus.apache.org/mailinglists/" /> + <download-page rdf:resource="http://yetus.apache.org/downloads/" /> + <programming-language>Bash</programming-language> + <programming-language>Java</programming-language> + <programming-language>Python</programming-language> + <category rdf:resource="http://projects.apache.org/category/build-management" /> + <category rdf:resource="http://projects.apache.org/category/library" /> + <category rdf:resource="http://projects.apache.org/category/testing" /> + <repository> + <GitRepository> + <location rdf:resource="https://git-wip-us.apache.org/repos/asf/yetus.git"/> + <browse rdf:resource="https://github.com/apache/yetus"/> + </GitRepository> + </repository> + <maintainer> + <foaf:Person> + <foaf:name>Allen Wittenauer</foaf:name> + <foaf:mbox rdf:resource="mailto:[email protected]"/> + </foaf:Person> + </maintainer> + </Project> +</rdf:RDF>
