summaryrefslogtreecommitdiff
path: root/doap.rdf
diff options
context:
space:
mode:
authorSean R. Owen <srowen@apache.org>2015-08-29 08:47:31 +0000
committerSean R. Owen <srowen@apache.org>2015-08-29 08:47:31 +0000
commit6cb1b2006f273ea13989fce27b9916bacafb9f44 (patch)
treebf5d4accfbc8bbdbbb4fb5d9c8e626be0fc64774 /doap.rdf
parent949c618450681ee7338d572549335ccea73075fb (diff)
downloadspark-website-6cb1b2006f273ea13989fce27b9916bacafb9f44.tar.gz
spark-website-6cb1b2006f273ea13989fce27b9916bacafb9f44.tar.bz2
spark-website-6cb1b2006f273ea13989fce27b9916bacafb9f44.zip
SPARK-10175 fix links in Spark DOAP file
Diffstat (limited to 'doap.rdf')
-rw-r--r--doap.rdf12
1 files changed, 7 insertions, 5 deletions
diff --git a/doap.rdf b/doap.rdf
index eb40b7a48..1568c3fde 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -1,8 +1,8 @@
<?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="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/">
<!--
@@ -12,9 +12,9 @@
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.
@@ -23,12 +23,14 @@
-->
<Project rdf:about="http://spark.apache.org">
<created>2014-03-01</created>
- <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+ <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0" />
<name>Apache Spark</name>
<homepage rdf:resource="http://spark.apache.org" />
<asfext:pmc rdf:resource="http://spark.apache.org" />
<shortdesc>Apache Spark is a fast and general engine for large-scale data processing.</shortdesc>
<description>Apache Spark is a fast and general engine for large-scale data processing. It offers high-level APIs in Java, Scala and Python as well as a rich set of libraries including stream processing, machine learning, and graph analytics.</description>
+ <bug-database rdf:resource="http://issues.apache.org/jira/browse/SPARK" />
+ <mailing-list rdf:resource="http://spark.apache.org/community.html" />
<download-page rdf:resource="http://spark.apache.org/downloads.html" />
<programming-language>Java</programming-language>
<programming-language>Scala</programming-language>