Repository: giraph Updated Branches: refs/heads/trunk b914fec7e -> 181ce3956
GIRAPH-888. Please create a DOAP file for your TLP Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/181ce395 Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/181ce395 Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/181ce395 Branch: refs/heads/trunk Commit: 181ce39561c10aca2f4064047309d4a2ed66638f Parents: b914fec Author: Roman Shaposhnik <[email protected]> Authored: Sat Aug 9 13:40:51 2014 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Sat Aug 9 13:40:51 2014 -0700 ---------------------------------------------------------------------- src/site/resources/doap_Giraph.rdf | 50 +++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/181ce395/src/site/resources/doap_Giraph.rdf ---------------------------------------------------------------------- diff --git a/src/site/resources/doap_Giraph.rdf b/src/site/resources/doap_Giraph.rdf new file mode 100644 index 0000000..676c4da --- /dev/null +++ b/src/site/resources/doap_Giraph.rdf @@ -0,0 +1,50 @@ +<?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://giraph.apache.org"> + <created>2014-06-30</created> + <license rdf:resource="http://spdx.org/licenses/Apache-2.0" /> + <name>Apache Giraph</name> + <homepage rdf:resource="http://giraph.apache.org" /> + <asfext:pmc rdf:resource="http://giraph.apache.org" /> + <shortdesc>Apache Giraph is an iterative graph processing system built for high scalability. </shortdesc> + <description>Apache Giraph is an iterative graph processing system built for high scalability. For example, it is currently used at Facebook to analyze the social graph formed by users and their connections. </description> + <bug-database rdf:resource="https://issues.apache.org/jira/browse/GIRAPH" /> + <mailing-list rdf:resource="http://giraph.apache.org/mail-lists.html" /> + <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/giraph" /> + <programming-language>Java</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/giraph.git"/> + <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/giraph.git"/> + </GitRepository> + </repository> + <maintainer> + <foaf:Person> + <foaf:name>Avery Ching</foaf:name> + <foaf:mbox rdf:resource="mailto:[email protected]"/> + </foaf:Person> + </maintainer> + </Project> +</rdf:RDF>
