Author: sebb
Date: Mon Oct  2 12:46:04 2023
New Revision: 1912687

URL: http://svn.apache.org/viewvc?rev=1912687&view=rev
Log:
MXNET and Giraph retired; fix projects

Added:
    comdev/projects.apache.org/trunk/data/projects-override/giraph.rdf   (with 
props)
    comdev/projects.apache.org/trunk/data/projects-override/mxnet.rdf   (with 
props)
Modified:
    comdev/projects.apache.org/trunk/data/projects.xml

Added: comdev/projects.apache.org/trunk/data/projects-override/giraph.rdf
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects-override/giraph.rdf?rev=1912687&view=auto
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects-override/giraph.rdf (added)
+++ comdev/projects.apache.org/trunk/data/projects-override/giraph.rdf Mon Oct  
2 12:46:04 2023
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!-- Copied from http://giraph.apache.org/doap_Giraph.rdf -->
+<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://attic.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/retired"; />
+    <category rdf:resource="http://projects.apache.org/category/big-data"; />
+    <repository>
+      <GitRepository>
+        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/giraph.git"/>
+        <browse rdf:resource="https://gitbox.apache.org/repos/asf/giraph.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Avery Ching</foaf:name>
+          <foaf:mbox rdf:resource="mailto:ach...@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Propchange: comdev/projects.apache.org/trunk/data/projects-override/giraph.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Added: comdev/projects.apache.org/trunk/data/projects-override/mxnet.rdf
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects-override/mxnet.rdf?rev=1912687&view=auto
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects-override/mxnet.rdf (added)
+++ comdev/projects.apache.org/trunk/data/projects-override/mxnet.rdf Mon Oct  
2 12:46:04 2023
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<!---
+    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
+
+         https://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.
+-->
+<?xml-stylesheet type="text/xsl"?>
+<!-- Copied from 
https://gitbox.apache.org/repos/asf?p=mxnet.git;a=blob_plain;f=doap.rdf;hb=HEAD 
-->
+<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/";>
+  <Project rdf:about="https://mxnet.apache.org";>
+    <created>2020-09-15</created>
+    <license rdf:resource="https://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache MXNet</name>
+    <homepage rdf:resource="https://mxnet.apache.org"; />
+    <asfext:pmc rdf:resource="http://attic.apache.org/"; />
+    <shortdesc>Apache MXNet is a deep learning framework designed for both 
efficiency and flexibility.</shortdesc>
+    <description>Apache MXNet is a deep learning framework designed for both 
efficiency and flexibility. It's lightweight, Portable, Flexible 
Distributed/Mobile Deep Learning with dynamic, mutation-aware data-flow 
dependency scheduler; for Python, R, Julia, Scala, Go, Javascript and 
more</description>
+    <bug-database rdf:resource="https://github.com/apache/mxnet/labels/Bug"; />
+    <mailing-list 
rdf:resource="https://lists.apache.org/list.html?d...@mxnet.apache.org"; />
+    <download-page 
rdf:resource="https://mxnet.apache.org/get_started/download"; />
+    <programming-language>C++</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/retired"; />
+    <category rdf:resource="https://projects.apache.org/category/big-data"; />
+    <release>
+      <Version>
+        <name>Apache MXNet (Incubating) 1.7.0</name>
+        <created>2020-09-13</created>
+        <revision>1.7.0</revision>
+      </Version>
+    </release>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://github.com/apache/mxnet"/>
+        <browse rdf:resource="https://github.com/apache/mxnet"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>ApacheMXNet Contributors</foaf:name>
+          <foaf:mbox rdf:resource="mailto:d...@mxnet.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>
+

Propchange: comdev/projects.apache.org/trunk/data/projects-override/mxnet.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: comdev/projects.apache.org/trunk/data/projects.xml
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/trunk/data/projects.xml?rev=1912687&r1=1912686&r2=1912687&view=diff
==============================================================================
--- comdev/projects.apache.org/trunk/data/projects.xml (original)
+++ comdev/projects.apache.org/trunk/data/projects.xml Mon Oct  2 12:46:04 2023
@@ -198,7 +198,8 @@
   <location>http://flink.apache.org/doap_flink.rdf</location>
   
<location>https://gitbox.apache.org/repos/asf?p=flume.git;a=blob_plain;f=doap_Flume.rdf;hb=b082429</location>
   
<location>http://svn.apache.org/repos/asf/geronimo/site/trunk/doap_Geronimo.rdf</location>
-  <location>http://giraph.apache.org/doap_Giraph.rdf</location>
+  <!-- retired: location>http://giraph.apache.org/doap_Giraph.rdf</location -->
+  
<location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/giraph.rdf</location>
   <location>https://gobblin.apache.org/doap_Gobblin.rdf</location>
   
<location>http://svn.apache.org/repos/asf/gora/cms_site/trunk/content/current/doap_Gora.rdf</location>
   
<location>https://gitbox.apache.org/repos/asf?p=groovy.git;a=blob_plain;f=DOAP.rdf</location>
@@ -258,7 +259,8 @@
   
<location>http://svn.apache.org/repos/asf/mina/metadata/ftpserver.rdf</location>
   <location>http://svn.apache.org/repos/asf/mina/metadata/sshd.rdf</location>
   <location>http://svn.apache.org/repos/asf/mina/metadata/vysper.rdf</location>
-  
<location>https://gitbox.apache.org/repos/asf?p=mxnet.git;a=blob_plain;f=doap.rdf;hb=HEAD</location>
+  <!-- retired: 
location>https://gitbox.apache.org/repos/asf?p=mxnet.git;a=blob_plain;f=doap.rdf;hb=HEAD</location
 -->
+  
<location>https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects-override/mxnet.rdf</location>
   
<location>https://gitbox.apache.org/repos/asf?p=mrunit.git;f=doap_mrunit.rdf;a=blob_plain;hb=HEAD</location>
   
<location>https://gitbox.apache.org/repos/asf?p=myfaces.git;a=blob_plain;f=doap_MyFaces.rdf;hb=HEAD</location>
   
<location>https://gitbox.apache.org/repos/asf?p=myfaces-tobago.git;a=blob_plain;f=doap.rdf;hb=HEAD</location>


Reply via email to