You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hb...@apache.org on 2015/05/24 23:00:42 UTC

svn commit: r1681529 - in /comdev/projects.apache.org/site/json/foundation: HEADER.html committees-retired.json

Author: hboutemy
Date: Sun May 24 21:00:42 2015
New Revision: 1681529

URL: http://svn.apache.org/r1681529
Log:
add committees-retired.json to replace committees-evolution.json once integrated in js and py

Added:
    comdev/projects.apache.org/site/json/foundation/committees-retired.json
Modified:
    comdev/projects.apache.org/site/json/foundation/HEADER.html

Modified: comdev/projects.apache.org/site/json/foundation/HEADER.html
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/foundation/HEADER.html?rev=1681529&r1=1681528&r2=1681529&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/foundation/HEADER.html (original)
+++ comdev/projects.apache.org/site/json/foundation/HEADER.html Sun May 24 21:00:42 2015
@@ -11,4 +11,5 @@ for more information.
 <li><a href="projects.json"><code>projects.json</code></a> imported with <code>import/rdfparse.py</code> from <a href='https://svn.apache.org/repos/asf/infrastructure/site-tools/trunk/projects/files.xml'>projects' DOAP files</a></li>
 <li><a href="releases.json"><code>releases.json</code></a> generated by <code>cronjobs/parsereleases.py</code> from <a href="http://www.apache.org/dist/">http://www.apache.org/dist/</a></li>
 <li><a href="committees.json"><code>committees.json</code></a> and <a href="committees-evolution.json"><code>committees-evolution.json</code></a> imported with <code>import/parsecommittees.py</code> from <code>https://svn.apache.org/repos/private/committers/board/committee-info.txt</code></li>
+<li><a href="committees-retired.json"><code>committees-retired.json</code></a>, which should replace <code>committees-evolution.json</code> when integrated</li>
 </ul>
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/foundation/committees-retired.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/foundation/committees-retired.json?rev=1681529&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/foundation/committees-retired.json (added)
+++ comdev/projects.apache.org/site/json/foundation/committees-retired.json Sun May 24 21:00:42 2015
@@ -0,0 +1,93 @@
+[
+  {
+    "id": "hivemind",
+    "homepage": "http://hivemind.apache.org/",
+    "name": "Apache HiveMind",
+    "established": "2006-04",
+    "retired": "2009-04"
+  },
+  {
+    "id": "shale",
+    "homepage": "http://shale.apache.org/",
+    "name": "Apache Shale",
+    "established": "2006-06",
+    "retired": "2009-05"
+  },
+  {
+    "id": "beehive",
+    "homepage": "http://beehive.apache.org/",
+    "name": "Apache Beehive",
+    "established": "2005-07",
+    "retired": "2010-01"
+  },
+  {
+    "id": "ibatis",
+    "homepage": "http://ibatis.apache.org/",
+    "name": "Apache iBatis",
+    "established": "2005-05",
+    "retired": "2010-06"
+  },
+  {
+    "id": "excalibur",
+    "homepage": "http://excalibur.apache.org/",
+    "name": "Apache Excalibur",
+    "established": "2004-05",
+    "retired": "2010-12"
+  },
+  {
+    "id": "harmony",
+    "homepage": "http://harmony.apache.org/",
+    "name": "Apache Harmony",
+    "established": "2006-10",
+    "retired": "2011-11"
+  },
+  {
+    "id": "jakarta",
+    "homepage": "http://jakarta.apache.org/",
+    "name": "Apache Jakarta",
+    "established": "1999-09",
+    "retired": "2011-12"
+  },
+  {
+    "id": "stdcxx",
+    "homepage": "http://stdcxx.apache.org/",
+    "name": "Apache C++ Standard Library",
+    "established": "2007-11",
+    "retired": "2013-07"
+  },
+  {
+    "id": "esme",
+    "homepage": "http://esme.apache.org/",
+    "name": "Apache ESME",
+    "established": "2010-12",
+    "retired": "2013-07"
+  },
+  {
+    "id": "xmlbeans",
+    "homepage": "http://xmlbeans.apache.org/",
+    "name": "Apache XML Beans",
+    "established": "2004-06",
+    "retired": "2013-07"
+  },
+  {
+    "id": "whirr",
+    "homepage": "http://whirr.apache.org/",
+    "name": "Apache Whirr",
+    "established": "2011-08",
+    "retired": "2015-03"
+  },
+  {
+    "id": "click",
+    "homepage": "http://click.apache.org/",
+    "name": "Apache Click",
+    "established": "2009-11",
+    "retired": "2015-04"
+  },
+  {
+    "id": "lenya",
+    "homepage": "http://lenya.apache.org/",
+    "name": "Apache Lenya",
+    "established": "2004-09",
+    "retired": "2015-04"
+  }
+]
\ No newline at end of file