Skip to content

Commit 6893891

Browse files
committed
Add a DOAP file, per board and branding request
git-svn-id: https://svn.apache.org/repos/asf/mahout/trunk@1130214 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6cc8678 commit 6893891

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

doap_Mahout.rdf

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<?xml version="1.0"?>
2+
<?xml-stylesheet type="text/xsl"?>
3+
<rdf:RDF xml:lang="en"
4+
xmlns="http://usefulinc.com/ns/doap#"
5+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6+
xmlns:asfext="http://projects.apache.org/ns/asfext#"
7+
xmlns:foaf="http://xmlns.com/foaf/0.1/">
8+
<!--
9+
Licensed to the Apache Software Foundation (ASF) under one or more
10+
contributor license agreements. See the NOTICE file distributed with
11+
this work for additional information regarding copyright ownership.
12+
The ASF licenses this file to You under the Apache License, Version 2.0
13+
(the "License"); you may not use this file except in compliance with
14+
the License. You may obtain a copy of the License at
15+
16+
http://www.apache.org/licenses/LICENSE-2.0
17+
18+
Unless required by applicable law or agreed to in writing, software
19+
distributed under the License is distributed on an "AS IS" BASIS,
20+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21+
See the License for the specific language governing permissions and
22+
limitations under the License.
23+
-->
24+
<Project rdf:about="http://mahout.apache.org">
25+
<created>2011-05-31</created>
26+
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
27+
<name>Apache Mahout</name>
28+
<homepage rdf:resource="http://mahout.apache.org" />
29+
<asfext:pmc rdf:resource="http://mahout.apache.org" />
30+
<shortdesc>Scalable machine learning library</shortdesc>
31+
<bug-database rdf:resource="https://issues.apache.org/jira/browse/MAHOUT" />
32+
<mailing-list rdf:resource="https://cwiki.apache.org/confluence/display/MAHOUT/Mailing+Lists" />
33+
<download-page rdf:resource="https://cwiki.apache.org/confluence/display/MAHOUT/Downloads" />
34+
<programming-language>Java</programming-language>
35+
<category rdf:resource="http://projects.apache.org/category/library" />
36+
<release>
37+
<Version>
38+
<name>Apache Mahout</name>
39+
<created>2011-05-27</created>
40+
<revision>0.5</revision>
41+
</Version>
42+
</release>
43+
<repository>
44+
<SVNRepository>
45+
<location rdf:resource="http://svn.apache.org/repos/asf/mahout/trunk"/>
46+
<browse rdf:resource="http://svn.apache.org/viewvc/mahout/"/>
47+
</SVNRepository>
48+
</repository>
49+
</Project>
50+
</rdf:RDF>

0 commit comments

Comments
 (0)