You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ch...@apache.org on 2018/03/14 02:20:27 UTC

[03/26] predictionio git commit: [PIO-133] Add DOAP

[PIO-133] Add DOAP


Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/9017d7fa
Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/9017d7fa
Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/9017d7fa

Branch: refs/heads/livedoc
Commit: 9017d7fae4a77246b63688508c3d56dedad177e0
Parents: 7339a16
Author: Donald Szeto <do...@apache.org>
Authored: Fri Oct 6 23:16:30 2017 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Fri Oct 6 23:16:30 2017 -0700

----------------------------------------------------------------------
 doap.rdf | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/9017d7fa/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
new file mode 100644
index 0000000..fb4ab65
--- /dev/null
+++ b/doap.rdf
@@ -0,0 +1,49 @@
+<?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://predictionio.incubator.apache.org/">
+    <created>2016-05-26</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache PredictionIO</name>
+    <homepage rdf:resource="http://predictionio.incubator.apache.org/" />
+    <asfext:pmc rdf:resource="http://incubator.apache.org" />
+    <shortdesc>PredictionIO is an open source Machine Learning Server built on top of state-of-the-art open source stack, that enables developers to manage and deploy production-ready predictive services for various kinds of machine learning tasks.</shortdesc>
+    <description>PredictionIO is an open source Machine Learning Server built on top of state-of-the-art open source stack, that enables developers to manage and deploy production-ready predictive services for various kinds of machine learning tasks.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/PIO" />
+    <mailing-list rdf:resource="http://predictionio.incubator.apache.org/support/" />
+    <programming-language>Scala</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-predictionio.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-predictionio.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Donald Szeto</foaf:name>
+          <foaf:mbox rdf:resource="mailto:donald@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>