Modified: comdev/projects.apache.org/site/json/projects/datafu.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/datafu.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/datafu.json (original)
+++ comdev/projects.apache.org/site/json/projects/datafu.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,21 @@
-{"bug-database": "https://issues.apache.org/jira/browse/DATAFU";, 
"GitRepository": 
"https://git-wip-us.apache.org/repos/asf/incubator-datafu.git";, "license": 
"http://spdx.org/licenses/Apache-2.0";, "repository": null, "created": 
"2014-08-04", "category": "http://projects.apache.org/category/big-data";, 
"doap": 
"https://git-wip-us.apache.org/repos/asf?p=incubator-datafu.git;a=blob_plain;f=doap_DataFu.rdf;hb=HEAD";,
 "maintainer": null, "shortdesc": "Apache DataFu is a collection of libraries 
for working with large-scale data in Hadoop. The project was inspired by the 
need for stable, well-tested libraries for data mining and statistics.", 
"description": "Apache DataFu consists of two libraries:\n\nApache DataFu Pig 
is a collection of useful user-defined functions for data analysis in Apache 
Pig.\n\nApache DataFu Hourglass is a library for incrementally processing data 
using Apache Hadoop MapReduce. This library was inspired by the prevelance of 
sliding window computations over daily track
 ing data. Computations such as these typically happen at regular intervals 
(e.g. daily, weekly), and therefore the sliding nature of the computations 
means that much of the work is unnecessarily repeated. DataFu's Hourglass was 
created to make these computations more efficient, yielding sometimes 50-95% 
reductions in computational resources.", "Person": {"name": "Matthew Hayes", 
"mbox": "mailto:[email protected]"}, "programming-language": "Java", 
"homepage": "http://datafu.incubator.apache.org/";, "pmc": "incubator", "name": 
"Apache DataFu", "mailing-list": 
"http://datafu.incubator.apache.org/community/mailing-lists.html"}
\ No newline at end of file
+{
+"GitRepository": 
"https://git-wip-us.apache.org/repos/asf/incubator-datafu.git";,
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Matthew Hayes"
+},
+"bug-database": "https://issues.apache.org/jira/browse/DATAFU";,
+"category": "http://projects.apache.org/category/big-data";,
+"created": "2014-08-04",
+"description": "Apache DataFu consists of two libraries:\n\nApache DataFu Pig 
is a collection of useful user-defined functions for data analysis in Apache 
Pig.\n\nApache DataFu Hourglass is a library for incrementally processing data 
using Apache Hadoop MapReduce. This library was inspired by the prevelance of 
sliding window computations over daily tracking data. Computations such as 
these typically happen at regular intervals (e.g. daily, weekly), and therefore 
the sliding nature of the computations means that much of the work is 
unnecessarily repeated. DataFu's Hourglass was created to make these 
computations more efficient, yielding sometimes 50-95% reductions in 
computational resources.",
+"doap": 
"https://git-wip-us.apache.org/repos/asf?p=incubator-datafu.git;a=blob_plain;f=doap_DataFu.rdf;hb=HEAD";,
+"homepage": "http://datafu.incubator.apache.org/";,
+"license": "http://spdx.org/licenses/Apache-2.0";,
+"mailing-list": 
"http://datafu.incubator.apache.org/community/mailing-lists.html";,
+"maintainer": null,
+"name": "Apache DataFu",
+"pmc": "incubator",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "Apache DataFu is a collection of libraries for working with 
large-scale data in Hadoop. The project was inspired by the need for stable, 
well-tested libraries for data mining and statistics."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/db-derby.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/db-derby.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/db-derby.json (original)
+++ comdev/projects.apache.org/site/json/projects/db-derby.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,23 @@
-{"bug-database": "http://issues.apache.org/jira/browse/DERBY";, 
"SVNRepository": "http://svn.apache.org/repos/asf/db/derby/code/trunk/";, 
"license": "http://usefulinc.com/doap/licenses/asl20";, "repository": null, 
"created": "2006-03-29", "category": 
"http://projects.apache.org/category/database";, "Version": {"revision": 
"10.1.3.1", "name": "Apache Derby", "created": "2006-07-05"}, "release": null, 
"doap": "http://svn.apache.org/repos/asf/db/derby/site/trunk/doap_Derby.rdf";, 
"shortdesc": "Apache Derby is an open source relational database implemented in 
Java.", "description": "Apache Derby is an open source relational database 
implemented entirely in Java. It has a small footprint that makes it easy to 
embed in any Java-based application, but it also supports the more familiar 
client/server mode. It is based on the Java, JDBC, and SQL standards, making 
code developed more portable to standards-compliant databases.", 
"download-page": "http://db.apache.org/derby/derby_downloads.html";, "p
 rogramming-language": "Java", "homepage": "http://db.apache.org/derby";, "pmc": 
"db", "name": "Apache Derby", "mailing-list": 
"http://db.apache.org/derby/derby_mail.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/db/derby/code/trunk/";,
+"Version": {
+"created": "2006-07-05",
+"name": "Apache Derby",
+"revision": "10.1.3.1"
+},
+"bug-database": "http://issues.apache.org/jira/browse/DERBY";,
+"category": "http://projects.apache.org/category/database";,
+"created": "2006-03-29",
+"description": "Apache Derby is an open source relational database implemented 
entirely in Java. It has a small footprint that makes it easy to embed in any 
Java-based application, but it also supports the more familiar client/server 
mode. It is based on the Java, JDBC, and SQL standards, making code developed 
more portable to standards-compliant databases.",
+"doap": "http://svn.apache.org/repos/asf/db/derby/site/trunk/doap_Derby.rdf";,
+"download-page": "http://db.apache.org/derby/derby_downloads.html";,
+"homepage": "http://db.apache.org/derby";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://db.apache.org/derby/derby_mail.html";,
+"name": "Apache Derby",
+"pmc": "db",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Derby is an open source relational database implemented 
in Java."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/db-torque.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/db-torque.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/db-torque.json (original)
+++ comdev/projects.apache.org/site/json/projects/db-torque.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,23 @@
-{"bug-database": "http://issues.apache.org/scarab/issues";, "SVNRepository": 
"http://svn.apache.org/repos/asf/db/torque/runtime/trunk";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "repository": null, "created": 
"2006-03-27", "category": "http://projects.apache.org/category/database";, 
"Version": {"revision": "3.2", "name": "Torque", "created": "2005-12-10"}, 
"release": null, "doap": 
"http://svn.apache.org/repos/asf/db/torque/trunks/doap_Torque.rdf";, 
"shortdesc": "Torque is an object-relational mapper for Java.", "description": 
"Torque is an object-relational mapper for Java. In other words, Torque lets 
you access and manipulate data in a relational database using java objects. 
Unlike most other object-relational mappers, Torque does not use reflection to 
access user-provided classes, but it generates the necessary classes (including 
the Data Objects) from an XML schema describing the database layout (which can 
either be written by hand or generated from an existing database
 ). The XML schema can also be used to generate and execute a SQL script which 
creates all the tables in the database.", "download-page": 
"http://db.apache.org/torque/download.html";, "programming-language": "Java", 
"homepage": "http://db.apache.org/torque/";, "pmc": "db", "name": "Apache 
Torque", "mailing-list": "http://db.apache.org/torque/mail-lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/db/torque/runtime/trunk";,
+"Version": {
+"created": "2005-12-10",
+"name": "Torque",
+"revision": "3.2"
+},
+"bug-database": "http://issues.apache.org/scarab/issues";,
+"category": "http://projects.apache.org/category/database";,
+"created": "2006-03-27",
+"description": "Torque is an object-relational mapper for Java. In other 
words, Torque lets you access and manipulate data in a relational database 
using java objects. Unlike most other object-relational mappers, Torque does 
not use reflection to access user-provided classes, but it generates the 
necessary classes (including the Data Objects) from an XML schema describing 
the database layout (which can either be written by hand or generated from an 
existing database). The XML schema can also be used to generate and execute a 
SQL script which creates all the tables in the database.",
+"doap": "http://svn.apache.org/repos/asf/db/torque/trunks/doap_Torque.rdf";,
+"download-page": "http://db.apache.org/torque/download.html";,
+"homepage": "http://db.apache.org/torque/";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://db.apache.org/torque/mail-lists.html";,
+"name": "Apache Torque",
+"pmc": "db",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Torque is an object-relational mapper for Java."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/deltacloud.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/deltacloud.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/deltacloud.json (original)
+++ comdev/projects.apache.org/site/json/projects/deltacloud.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,35 @@
-{"bug-database": "https://issues.apache.org/jira/browse/DTACLOUD";, 
"SVNRepository": "https://git-wip-us.apache.org/repos/asf/deltacloud.git";, 
"license": "http://usefulinc.com/doap/licenses/asl20";, "implements": null, 
"repository": null, "created": "2013-07-16", "category": 
"http://projects.apache.org/category/cloud, 
http://projects.apache.org/category/library";, "Version": {"revision": "1.0.3", 
"name": "Apache Deltacloud", "created": "2013-04-22"}, "release": null, "doap": 
"http://deltacloud.apache.org/doap_Deltacloud.rdf";, "maintainer": null, 
"shortdesc": "Apache Deltacloud provides common front-end APIs to abstract 
differences between cloud providers.", "description": "Deltacloud contains a 
cloud abstraction API - whether the Deltacloud classic API, the DMTF CIMI API 
or even the EC2 API. Each abstraction API works as a wrapper around a large 
number of clouds, shielding users from their differences. For every cloud 
provider there is a driver \"speaking\" that cloud provider's native
  API, freeing you from dealing with the particulars of each cloud's API.", 
"Person": {"name": "Apache Deltacloud PMC", "mbox": 
"mailto:[email protected]"}, "download-page": 
"http://deltacloud.apache.org/download.html";, "programming-language": "Ruby", 
"homepage": "http://deltacloud.apache.org";, "Standard": {"body": "DMTF", "id": 
"DSP0263", "title": "Cloud Infrastructure Management Interface", "url": 
"http://dmtf.org/standards/cloud"}, "pmc": "deltacloud", "name": "Apache 
Deltacloud", "mailing-list": "http://deltacloud.apache.org/contact.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Apache Deltacloud PMC"
+},
+"SVNRepository": "https://git-wip-us.apache.org/repos/asf/deltacloud.git";,
+"Standard": {
+"body": "DMTF",
+"id": "DSP0263",
+"title": "Cloud Infrastructure Management Interface",
+"url": "http://dmtf.org/standards/cloud";
+},
+"Version": {
+"created": "2013-04-22",
+"name": "Apache Deltacloud",
+"revision": "1.0.3"
+},
+"bug-database": "https://issues.apache.org/jira/browse/DTACLOUD";,
+"category": "http://projects.apache.org/category/cloud, 
http://projects.apache.org/category/library";,
+"created": "2013-07-16",
+"description": "Deltacloud contains a cloud abstraction API - whether the 
Deltacloud classic API, the DMTF CIMI API or even the EC2 API. Each abstraction 
API works as a wrapper around a large number of clouds, shielding users from 
their differences. For every cloud provider there is a driver \"speaking\" that 
cloud provider's native API, freeing you from dealing with the particulars of 
each cloud's API.",
+"doap": "http://deltacloud.apache.org/doap_Deltacloud.rdf";,
+"download-page": "http://deltacloud.apache.org/download.html";,
+"homepage": "http://deltacloud.apache.org";,
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://deltacloud.apache.org/contact.html";,
+"maintainer": null,
+"name": "Apache Deltacloud",
+"pmc": "deltacloud",
+"programming-language": "Ruby",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Deltacloud provides common front-end APIs to abstract 
differences between cloud providers."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/deltaspike.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/deltaspike.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/deltaspike.json (original)
+++ comdev/projects.apache.org/site/json/projects/deltaspike.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,21 @@
-{"bug-database": "https://issues.apache.org/jira/browse/DELTASPIKE";, 
"SVNRepository": "https://git-wip-us.apache.org/repos/asf/deltaspike.git";, 
"license": "http://usefulinc.com/doap/licenses/asl20";, "repository": null, 
"created": "2014-04-11", "category": 
"http://projects.apache.org/category/javaee";, "doap": 
"https://git-wip-us.apache.org/repos/asf?p=deltaspike.git;f=doap_DeltaSpike.rdf;a=blob_plain;hb=HEAD";,
 "maintainer": null, "shortdesc": "DeltaSpike is a collection of portable 
Extensions for CDI Containers", "description": "Apache DeltaSpike is a portable 
JSR-299 CDI (Contexts and Dependency Injection for Java) Extension library 
which contains lots of useful tools and helpers which are missing in the CDI 
core spec.\n\nDeltaSpike is not a CDI-container itself, but a 
portable\nExtension library which can run on all CDI-containers!\n\nDeltaSpike 
is tested and runs on many Java EE Servers like Apache TomEE, Red Hat JBoss 
Application Server, JBoss Wildfly, Oracle WebLogic, Oracle Gla
 ssfish, IBM WebSphere, and also on simple Servlet containers like Apache 
Tomcat or Jetty in combination with either JBoss Weld or Apache OpenWebBeans.", 
"Person": {"name": "Mark Struberg", "mbox": "mailto:[email protected]"}, 
"programming-language": "Java", "homepage": "http://deltaspike.apache.org";, 
"pmc": "deltaspike", "name": "Apache DeltaSpike", "mailing-list": 
"http://deltaspike.apache.org/community.html#mailing-lists"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Mark Struberg"
+},
+"SVNRepository": "https://git-wip-us.apache.org/repos/asf/deltaspike.git";,
+"bug-database": "https://issues.apache.org/jira/browse/DELTASPIKE";,
+"category": "http://projects.apache.org/category/javaee";,
+"created": "2014-04-11",
+"description": "Apache DeltaSpike is a portable JSR-299 CDI (Contexts and 
Dependency Injection for Java) Extension library which contains lots of useful 
tools and helpers which are missing in the CDI core spec.\n\nDeltaSpike is not 
a CDI-container itself, but a portable\nExtension library which can run on all 
CDI-containers!\n\nDeltaSpike is tested and runs on many Java EE Servers like 
Apache TomEE, Red Hat JBoss Application Server, JBoss Wildfly, Oracle WebLogic, 
Oracle Glassfish, IBM WebSphere, and also on simple Servlet containers like 
Apache Tomcat or Jetty in combination with either JBoss Weld or Apache 
OpenWebBeans.",
+"doap": 
"https://git-wip-us.apache.org/repos/asf?p=deltaspike.git;f=doap_DeltaSpike.rdf;a=blob_plain;hb=HEAD";,
+"homepage": "http://deltaspike.apache.org";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://deltaspike.apache.org/community.html#mailing-lists";,
+"maintainer": null,
+"name": "Apache DeltaSpike",
+"pmc": "deltaspike",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "DeltaSpike is a collection of portable Extensions for CDI 
Containers"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/devicemap.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/devicemap.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/devicemap.json (original)
+++ comdev/projects.apache.org/site/json/projects/devicemap.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,22 @@
-{"bug-database": "https://issues.apache.org/jira/browse/DMAP";, 
"SVNRepository": "https://svn.apache.org/repos/asf/devicemap";, "license": 
"http://spdx.org/licenses/Apache-2.0";, "repository": null, "created": 
"2014-12-17", "category": "http://projects.apache.org/category/mobile";, "doap": 
"http://svn.apache.org/repos/asf/devicemap/trunk/doap_DeviceMap.rdf";, 
"maintainer": null, "shortdesc": "Device Data Repository and classification 
API.", "description": "Apache Devicemap is a data repository containing devices 
attributes, and their related browsers, and operating systems. The project also 
maintains an api to classify these attributes. ", "Person": {"name": "Reza 
Naghibi", "mbox": "mailto:[email protected]"}, "download-page": 
"http://devicemap.apache.org/download/";, "programming-language": "Java", 
"homepage": "http://devicemap.apache.org";, "pmc": "devicemap", "name": "Apache 
DeviceMap", "mailing-list": "http://devicemap.apache.org/mailing-lists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Reza Naghibi"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/devicemap";,
+"bug-database": "https://issues.apache.org/jira/browse/DMAP";,
+"category": "http://projects.apache.org/category/mobile";,
+"created": "2014-12-17",
+"description": "Apache Devicemap is a data repository containing devices 
attributes, and their related browsers, and operating systems. The project also 
maintains an api to classify these attributes. ",
+"doap": "http://svn.apache.org/repos/asf/devicemap/trunk/doap_DeviceMap.rdf";,
+"download-page": "http://devicemap.apache.org/download/";,
+"homepage": "http://devicemap.apache.org";,
+"license": "http://spdx.org/licenses/Apache-2.0";,
+"mailing-list": "http://devicemap.apache.org/mailing-lists.html";,
+"maintainer": null,
+"name": "Apache DeviceMap",
+"pmc": "devicemap",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "Device Data Repository and classification API."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/directmemory.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/directmemory.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/directmemory.json (original)
+++ comdev/projects.apache.org/site/json/projects/directmemory.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,22 @@
-{"bug-database": "https://issues.apache.org/jira/browse/DIRECTMEMORY";, 
"SVNRepository": "https://svn.apache.org/repos/asf/directmemory/trunk/";, 
"license": "http://spdx.org/licenses/Apache-2.0";, "repository": null, 
"created": "2014-06-23", "category": 
"http://projects.apache.org/category/big-data";, "release": null, "doap": 
"https://svn.apache.org/repos/asf/directmemory/trunk/doap_DirectMemory.rdf";, 
"Version": {"revision": "0.2", "name": "Apache DirectMemory 0.2", "created": 
"2013-09-15"}, "description": "Apache DirectMemory is a off-heap cache for the 
Java Virtual Machine", "download-page": 
"http://directmemory.apache.org/downloads.html";, "programming-language": 
"Java", "homepage": "http://directmemory.apache.org";, "pmc": "directmemory", 
"name": "Apache DirectMemory", "mailing-list": 
"http://directmemory.apache.org/mail-lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "https://svn.apache.org/repos/asf/directmemory/trunk/";,
+"Version": {
+"created": "2013-09-15",
+"name": "Apache DirectMemory 0.2",
+"revision": "0.2"
+},
+"bug-database": "https://issues.apache.org/jira/browse/DIRECTMEMORY";,
+"category": "http://projects.apache.org/category/big-data";,
+"created": "2014-06-23",
+"description": "Apache DirectMemory is a off-heap cache for the Java Virtual 
Machine",
+"doap": 
"https://svn.apache.org/repos/asf/directmemory/trunk/doap_DirectMemory.rdf";,
+"download-page": "http://directmemory.apache.org/downloads.html";,
+"homepage": "http://directmemory.apache.org";,
+"license": "http://spdx.org/licenses/Apache-2.0";,
+"mailing-list": "http://directmemory.apache.org/mail-lists.html";,
+"name": "Apache DirectMemory",
+"pmc": "directmemory",
+"programming-language": "Java",
+"release": null,
+"repository": null
+}
\ No newline at end of file

Modified: 
comdev/projects.apache.org/site/json/projects/directory-directory-studio.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/directory-directory-studio.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- 
comdev/projects.apache.org/site/json/projects/directory-directory-studio.json 
(original)
+++ 
comdev/projects.apache.org/site/json/projects/directory-directory-studio.json 
Sun Apr 12 18:55:14 2015
@@ -1 +1,35 @@
-{"bug-database": "http://issues.apache.org/jira/browse/DIRSTUDIO";, 
"SVNRepository": "http://svn.apache.org/repos/asf/directory/studio/";, 
"license": "http://usefulinc.com/doap/licenses/asl20";, "implements": null, 
"repository": null, "created": "2007-05-04", "category": 
"http://projects.apache.org/category/network-client";, "Version": {"revision": 
"2.0 M3 (2.0.0.v20120224)", "name": "Latest 2.x milestone release", "created": 
"2012-02-29"}, "release": null, "doap": 
"http://svn.apache.org/repos/asf/directory/studio/trunk/doap_dirstudio.rdf";, 
"maintainer": null, "shortdesc": "The Eclipse based LDAP browser and directory 
client", "description": "Apache Directory Studio is a complete directory 
tooling platform intended to be used with any LDAP server however it is 
particularly designed for use with ApacheDS. It is an Eclipse RCP application, 
composed of several Eclipse (OSGi) plugins, that can be easily upgraded with 
additional ones. These plugins can even run within Eclipse itself.", "Pers
 on": {"name": "Pierre-Arnaud Marcelot", "mbox": 
"mailto:[email protected]"}, "download-page": 
"http://directory.apache.org/studio/downloads.html";, "programming-language": 
"Java", "homepage": "http://directory.apache.org/studio/";, "Standard": {"body": 
"IETF", "id": "RFC 4511", "title": "Lightweight Directory Access Protocol 
(LDAP): The Protocol", "url": "http://www.ietf.org/rfc/rfc4511.txt"}, "pmc": 
"directory", "name": "Apache Directory Studio", "mailing-list": 
"http://directory.apache.org/community%26resources/mailing-lists-and-irc.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Pierre-Arnaud Marcelot"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/directory/studio/";,
+"Standard": {
+"body": "IETF",
+"id": "RFC 4511",
+"title": "Lightweight Directory Access Protocol (LDAP): The Protocol",
+"url": "http://www.ietf.org/rfc/rfc4511.txt";
+},
+"Version": {
+"created": "2012-02-29",
+"name": "Latest 2.x milestone release",
+"revision": "2.0 M3 (2.0.0.v20120224)"
+},
+"bug-database": "http://issues.apache.org/jira/browse/DIRSTUDIO";,
+"category": "http://projects.apache.org/category/network-client";,
+"created": "2007-05-04",
+"description": "Apache Directory Studio is a complete directory tooling 
platform intended to be used with any LDAP server however it is particularly 
designed for use with ApacheDS. It is an Eclipse RCP application, composed of 
several Eclipse (OSGi) plugins, that can be easily upgraded with additional 
ones. These plugins can even run within Eclipse itself.",
+"doap": 
"http://svn.apache.org/repos/asf/directory/studio/trunk/doap_dirstudio.rdf";,
+"download-page": "http://directory.apache.org/studio/downloads.html";,
+"homepage": "http://directory.apache.org/studio/";,
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": 
"http://directory.apache.org/community%26resources/mailing-lists-and-irc.html";,
+"maintainer": null,
+"name": "Apache Directory Studio",
+"pmc": "directory",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "The Eclipse based LDAP browser and directory client"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/directory-directory.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/directory-directory.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/directory-directory.json 
(original)
+++ comdev/projects.apache.org/site/json/projects/directory-directory.json Sun 
Apr 12 18:55:14 2015
@@ -1 +1,29 @@
-{"bug-database": "http://issues.apache.org/jira/browse/DIR";, "SVNRepository": 
"http://svn.apache.org/repos/asf/directory";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "implements": null, "repository": 
null, "created": "2006-03-27", "category": 
"http://projects.apache.org/category/network-server, 
http://projects.apache.org/category/network-client";, "doap": 
"http://svn.apache.org/repos/asf/directory/project/trunk/resources/doap_Directory.rdf";,
 "maintainer": null, "shortdesc": "LDAP and Kerberos, entirely in Java", 
"description": "The Apache Directory project provides directory solutions 
entirely written in Java. These include a directory server, which has been 
certified as LDAP v3 compliant by the Open Group (ApacheDS), and Eclipse-based 
directory tools (Apache Directory Studio).", "Person": {"name": "Alex 
Karasulu", "mbox": "mailto:[email protected]"}, "download-page": 
"http://www.apache.org/dyn/closer.cgi/directory";, "programming-language": 
"Java", "homepage": "http://
 directory.apache.org", "Standard": {"body": "IETF", "id": "RFC 4120", "title": 
"The Kerberos Network Authentication Service (V5)", "url": 
"http://www.ietf.org/rfc/rfc4120.txt"}, "pmc": "directory", "name": "Apache 
Directory", "mailing-list": 
"http://directory.apache.org/community%26resources/mailing-lists-and-irc.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Alex Karasulu"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/directory";,
+"Standard": {
+"body": "IETF",
+"id": "RFC 4120",
+"title": "The Kerberos Network Authentication Service (V5)",
+"url": "http://www.ietf.org/rfc/rfc4120.txt";
+},
+"bug-database": "http://issues.apache.org/jira/browse/DIR";,
+"category": "http://projects.apache.org/category/network-server, 
http://projects.apache.org/category/network-client";,
+"created": "2006-03-27",
+"description": "The Apache Directory project provides directory solutions 
entirely written in Java. These include a directory server, which has been 
certified as LDAP v3 compliant by the Open Group (ApacheDS), and Eclipse-based 
directory tools (Apache Directory Studio).",
+"doap": 
"http://svn.apache.org/repos/asf/directory/project/trunk/resources/doap_Directory.rdf";,
+"download-page": "http://www.apache.org/dyn/closer.cgi/directory";,
+"homepage": "http://directory.apache.org";,
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": 
"http://directory.apache.org/community%26resources/mailing-lists-and-irc.html";,
+"maintainer": null,
+"name": "Apache Directory",
+"pmc": "directory",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "LDAP and Kerberos, entirely in Java"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/directory.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/directory.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/directory.json (original)
+++ comdev/projects.apache.org/site/json/projects/directory.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,35 @@
-{"bug-database": "http://issues.apache.org/jira/browse/DIRSERVER";, 
"SVNRepository": "http://svn.apache.org/repos/asf/directory/apacheds/";, 
"license": "http://usefulinc.com/doap/licenses/asl20";, "implements": null, 
"repository": null, "created": "2007-04-17", "category": 
"http://projects.apache.org/category/network-server";, "Version": {"revision": 
"2.0.0-M6", "name": "Latest 2.x milestone release", "created": "2012-02-29"}, 
"release": null, "doap": 
"http://svn.apache.org/repos/asf/directory/apacheds/trunk/doap_apacheds.rdf";, 
"maintainer": null, "shortdesc": "An extensible, embeddable LDAP and Kerberos 
server, entirely in Java", "description": "ApacheDS is an extensible and 
embeddable directory server entirely written in Java, which has been certified 
LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and 
the Change Password Protocol. It has been designed to introduce triggers, 
stored procedures, queues and views to the world of LDAP which has lacked these 
rich c
 onstructs.", "Person": {"name": "Stefan Zoerner", "mbox": 
"mailto:[email protected]"}, "download-page": 
"http://www.apache.org/dyn/closer.cgi/directory/apacheds/";, 
"programming-language": "Java", "homepage": 
"http://directory.apache.org/apacheds/1.5";, "Standard": {"body": "IETF", "id": 
"RFC 4120", "title": "The Kerberos Network Authentication Service (V5)", "url": 
"http://www.ietf.org/rfc/rfc4120.txt"}, "pmc": "directory", "name": "Apache 
Directory Server", "mailing-list": 
"http://directory.apache.org/community%26resources/mailing-lists-and-irc.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Stefan Zoerner"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/directory/apacheds/";,
+"Standard": {
+"body": "IETF",
+"id": "RFC 4120",
+"title": "The Kerberos Network Authentication Service (V5)",
+"url": "http://www.ietf.org/rfc/rfc4120.txt";
+},
+"Version": {
+"created": "2012-02-29",
+"name": "Latest 2.x milestone release",
+"revision": "2.0.0-M6"
+},
+"bug-database": "http://issues.apache.org/jira/browse/DIRSERVER";,
+"category": "http://projects.apache.org/category/network-server";,
+"created": "2007-04-17",
+"description": "ApacheDS is an extensible and embeddable directory server 
entirely written in Java, which has been certified LDAPv3 compatible by the 
Open Group. Besides LDAP it supports Kerberos 5 and the Change Password 
Protocol. It has been designed to introduce triggers, stored procedures, queues 
and views to the world of LDAP which has lacked these rich constructs.",
+"doap": 
"http://svn.apache.org/repos/asf/directory/apacheds/trunk/doap_apacheds.rdf";,
+"download-page": "http://www.apache.org/dyn/closer.cgi/directory/apacheds/";,
+"homepage": "http://directory.apache.org/apacheds/1.5";,
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": 
"http://directory.apache.org/community%26resources/mailing-lists-and-irc.html";,
+"maintainer": null,
+"name": "Apache Directory Server",
+"pmc": "directory",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "An extensible, embeddable LDAP and Kerberos server, entirely in 
Java"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/empire-db.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/empire-db.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/empire-db.json (original)
+++ comdev/projects.apache.org/site/json/projects/empire-db.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,26 @@
-{"bug-database": "https://issues.apache.org/jira/browse/EMPIREDB";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "created": "2011-01-16", 
"category": "http://projects.apache.org/category/database";, "Version": 
{"revision": "2.4.3", "name": "apache-empire-db-2.4.3", "created": 
"2014-08-19"}, "release": null, "doap": 
"http://empire-db.apache.org/doap_Empire-db.rdf";, "maintainer": null, 
"shortdesc": "Apache Empire-db is a lightweight relational database abstraction 
layer and data persistence component", "description": "Apache Empire-db is a 
relational database abstraction layer that allows developers to take a much 
more SQL-centric approach in application development than traditional 
Object/Relational mapping frameworks (ORM). With its unique object orientated 
command API it allows the creation of SQL-statements of any complexity that 
take full advantage of all DBMS features which leads to highly efficient 
database operations and code. Additionally by eliminating the use of err
 or-prone string operations it also offers an unprecedented level of 
ease-of-use and compile-time-safety.", "Person": {"name": "Rainer D\u00f6bele", 
"mbox": "mailto:[email protected]"}, "download-page": 
"http://empire-db.apache.org/downloads/latest.htm";, "programming-language": 
"Java", "homepage": "http://empire-db.apache.org";, "pmc": "empire-db", "name": 
"Apache Empire-db", "mailing-list": 
"http://empire-db.apache.org/community/mailing_lists.htm"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Rainer D\u00f6bele"
+},
+"Version": {
+"created": "2014-08-19",
+"name": "apache-empire-db-2.4.3",
+"revision": "2.4.3"
+},
+"bug-database": "https://issues.apache.org/jira/browse/EMPIREDB";,
+"category": "http://projects.apache.org/category/database";,
+"created": "2011-01-16",
+"description": "Apache Empire-db is a relational database abstraction layer 
that allows developers to take a much more SQL-centric approach in application 
development than traditional Object/Relational mapping frameworks (ORM). With 
its unique object orientated command API it allows the creation of 
SQL-statements of any complexity that take full advantage of all DBMS features 
which leads to highly efficient database operations and code. Additionally by 
eliminating the use of error-prone string operations it also offers an 
unprecedented level of ease-of-use and compile-time-safety.",
+"doap": "http://empire-db.apache.org/doap_Empire-db.rdf";,
+"download-page": "http://empire-db.apache.org/downloads/latest.htm";,
+"homepage": "http://empire-db.apache.org";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://empire-db.apache.org/community/mailing_lists.htm";,
+"maintainer": null,
+"name": "Apache Empire-db",
+"pmc": "empire-db",
+"programming-language": "Java",
+"release": null,
+"shortdesc": "Apache Empire-db is a lightweight relational database 
abstraction layer and data persistence component"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/esme.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/esme.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/esme.json (original)
+++ comdev/projects.apache.org/site/json/projects/esme.json Sun Apr 12 18:55:14 
2015
@@ -1 +1,23 @@
-{"bug-database": "https://issues.apache.org/jira/browse/ESME";, 
"SVNRepository": "http://svn.apache.org/repos/asf/esme";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "repository": null, "created": 
"2011-06-21", "category": "http://projects.apache.org/category/content";, 
"Version": {"revision": "1.2", "name": "esme-1.2", "created": "2011-03-04"}, 
"release": null, "doap": 
"http://svn.apache.org/repos/asf/esme/site/trunk/doap/doap_ESME.rdf";, 
"maintainer": "http://www.dakoller.net/foaf.rdf#me";, "shortdesc": "Apache ESME 
(Enterprise Social Messaging Environment) is a secure and highly scalable 
microsharing and micromessaging platform that allows people to discover and 
meet one another and get controlled access to other sources of information, all 
in a business process context.   ", "description": "Apache ESME (Enterprise 
Social Messaging Environment) is a secure and highly scalable microsharing and 
micromessaging platform that allows people to discover and meet one another and 
ge
 t controlled access to other sources of information, all in a business process 
context.   \nYou can hardly turn a web page these days without seeing a story 
that describes how people are using social networks, whether it is Twitter, 
Facebook or some other service to develop and build their personal communities. 
In business, we increasingly see blogs and wikis demonstrating utility in 
problem solving and communications but the real time nature of business process 
problem solving largely remains untouched by social networking tools. Existing 
services, while attractive do not scale well and have proven unreliable. This 
is unacceptable to business which must be 'Always On' and able to support 
people in their daily working lives. Such applications must therefore be 
scalable and reliable but also provide a lot more.\nWhen solving problems, how 
good might it be if a user was able to tap into the collective knowledge of her 
peers or surrounding groups of people with whom she might naturally
  network in the workplace setting? How much quicker and with greater precision 
might she be able to solve daily problems? What if there was a communications 
mechanism that takes the best of what services like Twitter offers and 
co-mingled that with readily recognizable business processes? That solution is 
Apache ESME.", "download-page": "http://svn.apache.org/repos/asf/esme/";, 
"programming-language": "Scala", "homepage": "http://esme.apache.org";, "pmc": 
"attic", "name": "Apache ESME"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/esme";,
+"Version": {
+"created": "2011-03-04",
+"name": "esme-1.2",
+"revision": "1.2"
+},
+"bug-database": "https://issues.apache.org/jira/browse/ESME";,
+"category": "http://projects.apache.org/category/content";,
+"created": "2011-06-21",
+"description": "Apache ESME (Enterprise Social Messaging Environment) is a 
secure and highly scalable microsharing and micromessaging platform that allows 
people to discover and meet one another and get controlled access to other 
sources of information, all in a business process context.   \nYou can hardly 
turn a web page these days without seeing a story that describes how people are 
using social networks, whether it is Twitter, Facebook or some other service to 
develop and build their personal communities. In business, we increasingly see 
blogs and wikis demonstrating utility in problem solving and communications but 
the real time nature of business process problem solving largely remains 
untouched by social networking tools. Existing services, while attractive do 
not scale well and have proven unreliable. This is unacceptable to business 
which must be 'Always On' and able to support people in their daily working 
lives. Such applications must therefore be scalable and reliable but
  also provide a lot more.\nWhen solving problems, how good might it be if a 
user was able to tap into the collective knowledge of her peers or surrounding 
groups of people with whom she might naturally network in the workplace 
setting? How much quicker and with greater precision might she be able to solve 
daily problems? What if there was a communications mechanism that takes the 
best of what services like Twitter offers and co-mingled that with readily 
recognizable business processes? That solution is Apache ESME.",
+"doap": "http://svn.apache.org/repos/asf/esme/site/trunk/doap/doap_ESME.rdf";,
+"download-page": "http://svn.apache.org/repos/asf/esme/";,
+"homepage": "http://esme.apache.org";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"maintainer": "http://www.dakoller.net/foaf.rdf#me";,
+"name": "Apache ESME",
+"pmc": "attic",
+"programming-language": "Scala",
+"release": null,
+"repository": null,
+"shortdesc": "Apache ESME (Enterprise Social Messaging Environment) is a 
secure and highly scalable microsharing and micromessaging platform that allows 
people to discover and meet one another and get controlled access to other 
sources of information, all in a business process context.   "
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/etch.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/etch.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/etch.json (original)
+++ comdev/projects.apache.org/site/json/projects/etch.json Sun Apr 12 18:55:14 
2015
@@ -1 +1,28 @@
-{"bug-database": "https://issues.apache.org/jira/browse/ETCH";, 
"SVNRepository": "http://svn.apache.org/repos/asf/etch";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "repository": null, "created": 
"2013-02-04", "category": "http://projects.apache.org/category/network-server, 
http://projects.apache.org/category/network-client, 
http://projects.apache.org/category/library";, "Version": {"revision": 
"1.0.0-incubating", "name": "Apache Etch (incubating)", "created": 
"2008-07-29"}, "release": null, "doap": 
"http://svn.apache.org/repos/asf/etch/site/trunk/infra/doap_Etch.rdf";, 
"maintainer": null, "shortdesc": "Apache Etch provides is a cross-platform, 
language- and transport-independent RPC-like messaging framework.", 
"description": "Etch is a cross-platform, language- and transport-independent 
framework for building and consuming network services. The Etch toolset 
includes a network service description language, a compiler, and binding 
libraries for a variety of programming langua
 ges. Etch is also transport-independent, allowing for a variety of different 
transports to be used based on need and circumstance. The goal of Etch is to 
make it simple to define small, focused services that can be easily accessed, 
combined, and deployed in a similar manner. With Etch, service development and 
consumption becomes no more difficult than library development and 
consumption.", "Person": {"name": "Apache Etch PMC", "mbox": 
"mailto:[email protected]"}, "download-page": 
"http://etch.apache.org/downloads.html";, "programming-language": "C, C#, C++, 
Go, Java, JavaScript, Python", "homepage": "http://etch.apache.org";, "pmc": 
"svn", "name": "Apache Etch", "mailing-list": 
"http://etch.apache.org/mailinglists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Apache Etch PMC"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/etch";,
+"Version": {
+"created": "2008-07-29",
+"name": "Apache Etch (incubating)",
+"revision": "1.0.0-incubating"
+},
+"bug-database": "https://issues.apache.org/jira/browse/ETCH";,
+"category": "http://projects.apache.org/category/network-server, 
http://projects.apache.org/category/network-client, 
http://projects.apache.org/category/library";,
+"created": "2013-02-04",
+"description": "Etch is a cross-platform, language- and transport-independent 
framework for building and consuming network services. The Etch toolset 
includes a network service description language, a compiler, and binding 
libraries for a variety of programming languages. Etch is also 
transport-independent, allowing for a variety of different transports to be 
used based on need and circumstance. The goal of Etch is to make it simple to 
define small, focused services that can be easily accessed, combined, and 
deployed in a similar manner. With Etch, service development and consumption 
becomes no more difficult than library development and consumption.",
+"doap": "http://svn.apache.org/repos/asf/etch/site/trunk/infra/doap_Etch.rdf";,
+"download-page": "http://etch.apache.org/downloads.html";,
+"homepage": "http://etch.apache.org";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://etch.apache.org/mailinglists.html";,
+"maintainer": null,
+"name": "Apache Etch",
+"pmc": "svn",
+"programming-language": "C, C#, C++, Go, Java, JavaScript, Python",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Etch provides is a cross-platform, language- and 
transport-independent RPC-like messaging framework."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/excalibur.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/excalibur.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/excalibur.json (original)
+++ comdev/projects.apache.org/site/json/projects/excalibur.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,28 @@
-{"bug-database": 
"http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10420";, 
"SVNRepository": "https://svn.apache.org/repos/asf/excalibur/";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "repository": null, "created": 
"2006-07-26", "category": "http://projects.apache.org/category/network-server, 
http://projects.apache.org/category/retired";, "Version": {"revision": "1.1", 
"name": "Excalibur Fortress", "created": "2005-08-29"}, "release": null, 
"doap": "http://svn.apache.org/repos/asf/excalibur/trunk/doap_Excalibur.rdf";, 
"maintainer": null, "shortdesc": "Java inversion of control framework including 
containers and components", "description": "The predecessor of Apache Avalon, 
Apache Excalibur hosts the Avalon framework, a Java container framework, the 
Excalibur and Fortress inversion of control containers, and a rich library of 
components.  Excalibur code powers Apache James and Cocoon and numerous other 
open source and commercial projects.", "Person": {"name": "J Aar
 on Farr", "mbox": "mailto:[email protected]"}, "download-page": 
"http://excalibur.apache.org/download.cgi";, "programming-language": "Java", 
"homepage": "http://excalibur.apache.org";, "pmc": "attic", "name": "Apache 
Excalibur", "mailing-list": "http://excalibur.apache.org/mail-lists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "J Aaron Farr"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/excalibur/";,
+"Version": {
+"created": "2005-08-29",
+"name": "Excalibur Fortress",
+"revision": "1.1"
+},
+"bug-database": 
"http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10420";,
+"category": "http://projects.apache.org/category/network-server, 
http://projects.apache.org/category/retired";,
+"created": "2006-07-26",
+"description": "The predecessor of Apache Avalon, Apache Excalibur hosts the 
Avalon framework, a Java container framework, the Excalibur and Fortress 
inversion of control containers, and a rich library of components.  Excalibur 
code powers Apache James and Cocoon and numerous other open source and 
commercial projects.",
+"doap": "http://svn.apache.org/repos/asf/excalibur/trunk/doap_Excalibur.rdf";,
+"download-page": "http://excalibur.apache.org/download.cgi";,
+"homepage": "http://excalibur.apache.org";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://excalibur.apache.org/mail-lists.html";,
+"maintainer": null,
+"name": "Apache Excalibur",
+"pmc": "attic",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Java inversion of control framework including containers and 
components"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/falcon.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/falcon.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/falcon.json (original)
+++ comdev/projects.apache.org/site/json/projects/falcon.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,29 @@
-{"bug-database": "https://issues.apache.org/jira/browse/FALCON";, 
"SVNRepository": "https://svn.apache.org/repos/asf/falcon";, "GitRepository": 
"https://git-wip-us.apache.org/repos/asf?p=falcon.git";, "license": 
"http://spdx.org/licenses/Apache-2.0";, "repository": null, "created": 
"2014-12-31", "category": "http://projects.apache.org/category/big-data";, 
"Version": {"revision": "0.7-incubating", "name": "Apache Falcon", "created": 
"2014-12-05"}, "release": null, "doap": 
"https://svn.apache.org/repos/asf/falcon/trunk/falcon.rdf";, "maintainer": null, 
"shortdesc": "Data management and processing platform", "description": "Apache 
Falcon is a data processing and management solution for Hadoop designed for 
data motion, coordination of data pipelines, lifecycle management, and data 
discovery. Falcon enables end consumers to quickly onboard their data and its 
associated processing and management tasks on Hadoop clusters.", "Person": 
{"name": "Srikanth Sundarrajan", "mbox": "mailto:sriksun@apach
 e.org"}, "download-page": 
"http://www.apache.org/dyn/closer.cgi/incubator/falcon/";, 
"programming-language": "Java", "homepage": "http://falcon.apache.org";, "pmc": 
"falcon", "name": "Apache Falcon", "mailing-list": 
"http://falcon.apache.org/mail-lists.html"}
\ No newline at end of file
+{
+"GitRepository": "https://git-wip-us.apache.org/repos/asf?p=falcon.git";,
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Srikanth Sundarrajan"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/falcon";,
+"Version": {
+"created": "2014-12-05",
+"name": "Apache Falcon",
+"revision": "0.7-incubating"
+},
+"bug-database": "https://issues.apache.org/jira/browse/FALCON";,
+"category": "http://projects.apache.org/category/big-data";,
+"created": "2014-12-31",
+"description": "Apache Falcon is a data processing and management solution for 
Hadoop designed for data motion, coordination of data pipelines, lifecycle 
management, and data discovery. Falcon enables end consumers to quickly onboard 
their data and its associated processing and management tasks on Hadoop 
clusters.",
+"doap": "https://svn.apache.org/repos/asf/falcon/trunk/falcon.rdf";,
+"download-page": "http://www.apache.org/dyn/closer.cgi/incubator/falcon/";,
+"homepage": "http://falcon.apache.org";,
+"license": "http://spdx.org/licenses/Apache-2.0";,
+"mailing-list": "http://falcon.apache.org/mail-lists.html";,
+"maintainer": null,
+"name": "Apache Falcon",
+"pmc": "falcon",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Data management and processing platform"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/felix.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/felix.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/felix.json (original)
+++ comdev/projects.apache.org/site/json/projects/felix.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,28 @@
-{"SVNRepository": "https://svn.apache.org/repos/asf/felix";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "implements": null, "repository": 
null, "created": "2007-06-27", "category": 
"http://projects.apache.org/category/network-server";, "bug-database": 
"https://issues.apache.org/jira/browse/FELIX";, "maintainer": null, "shortdesc": 
"OSGi framework implementation and related technologies.", "doap": 
"http://svn.apache.org/repos/asf/felix/trunk/doap/doap_Felix.rdf";, "Person": 
{"name": "Felix PMC", "mbox": "mailto:[email protected]"}, "download-page": 
"http://felix.apache.org/site/downloads.cgi";, "programming-language": "Java", 
"homepage": "http://felix.apache.org";, "Standard": {"body": "OSGi Alliance", 
"id": null, "title": "OSGi R4 Specification", "url": "http://www.osgi.org"}, 
"pmc": "felix", "name": "Apache Felix", "mailing-list": 
"http://felix.apache.org/site/mailinglists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Felix PMC"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/felix";,
+"Standard": {
+"body": "OSGi Alliance",
+"id": null,
+"title": "OSGi R4 Specification",
+"url": "http://www.osgi.org";
+},
+"bug-database": "https://issues.apache.org/jira/browse/FELIX";,
+"category": "http://projects.apache.org/category/network-server";,
+"created": "2007-06-27",
+"doap": "http://svn.apache.org/repos/asf/felix/trunk/doap/doap_Felix.rdf";,
+"download-page": "http://felix.apache.org/site/downloads.cgi";,
+"homepage": "http://felix.apache.org";,
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://felix.apache.org/site/mailinglists.html";,
+"maintainer": null,
+"name": "Apache Felix",
+"pmc": "felix",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "OSGi framework implementation and related technologies."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/flex.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/flex.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/flex.json (original)
+++ comdev/projects.apache.org/site/json/projects/flex.json Sun Apr 12 18:55:14 
2015
@@ -1 +1,28 @@
-{"bug-database": "https://issues.apache.org/jira/browse/FLEX";, 
"SVNRepository": "https://git-wip-us.apache.org/repos/asf/flex-sdk.git";, 
"license": "http://usefulinc.com/doap/licenses/asl20";, "repository": null, 
"created": "2013-01-06", "category": 
"http://projects.apache.org/category/web-framework";, "Version": {"revision": 
"4.13.0", "name": "Apache Flex SDK 4.13.0", "created": "2014-07-16"}, 
"release": null, "doap": "http://flex.apache.org/doap_Flex.rdf";, "maintainer": 
null, "shortdesc": "Apache Flex\u00ae is a highly productive, open source 
application framework for building and maintaining expressive web applications 
that deploy consistently on all major browsers, desktops and devices (including 
smartphones, tablets and tv).", "description": "Apache Flex\u00ae is a highly 
productive, open source application framework for building and maintaining 
expressive web applications that deploy consistently on all major browsers, 
desktops and devices (including smartphones, tablets and tv).
  It provides a modern, standards-based language and programming model that 
supports common design patterns suitable for developers from many backgrounds. 
Flex applications can be deployed to the ubiquitous Adobe\u00ae Flash\u00ae 
Player in the browser, Adobe\u00ae AIR\u2122 on desktop and mobile or to native 
Android\u2122, IOS\u2122, QNX\u00ae, Windows\u00ae or Mac\u00ae applications.", 
"Person": {"name": "Alex Harui", "mbox": "mailto:[email protected]"}, 
"download-page": "http://flex.apache.org/download-source.html";, 
"programming-language": "ActionScript", "homepage": "http://flex.apache.org";, 
"pmc": "flex", "name": "Apache Flex", "mailing-list": 
"http://flex.apache.org/community-mailinglists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Alex Harui"
+},
+"SVNRepository": "https://git-wip-us.apache.org/repos/asf/flex-sdk.git";,
+"Version": {
+"created": "2014-07-16",
+"name": "Apache Flex SDK 4.13.0",
+"revision": "4.13.0"
+},
+"bug-database": "https://issues.apache.org/jira/browse/FLEX";,
+"category": "http://projects.apache.org/category/web-framework";,
+"created": "2013-01-06",
+"description": "Apache Flex\u00ae is a highly productive, open source 
application framework for building and maintaining expressive web applications 
that deploy consistently on all major browsers, desktops and devices (including 
smartphones, tablets and tv). It provides a modern, standards-based language 
and programming model that supports common design patterns suitable for 
developers from many backgrounds. Flex applications can be deployed to the 
ubiquitous Adobe\u00ae Flash\u00ae Player in the browser, Adobe\u00ae AIR\u2122 
on desktop and mobile or to native Android\u2122, IOS\u2122, QNX\u00ae, 
Windows\u00ae or Mac\u00ae applications.",
+"doap": "http://flex.apache.org/doap_Flex.rdf";,
+"download-page": "http://flex.apache.org/download-source.html";,
+"homepage": "http://flex.apache.org";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://flex.apache.org/community-mailinglists.html";,
+"maintainer": null,
+"name": "Apache Flex",
+"pmc": "flex",
+"programming-language": "ActionScript",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Flex\u00ae is a highly productive, open source 
application framework for building and maintaining expressive web applications 
that deploy consistently on all major browsers, desktops and devices (including 
smartphones, tablets and tv)."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/flink.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/flink.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/flink.json (original)
+++ comdev/projects.apache.org/site/json/projects/flink.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,15 @@
-{"category": "big-data", "GitRepository": 
"https://git-wip-us.apache.org/repos/asf?p=flink.git";, "bug-database": 
"https://issues.apache.org/jira/browse/FLINK";, "description": "Flink is an open 
source system for expressive, declarative, fast, and efficient data analysis. 
It combines the scalability and programming flexibility of distributed 
MapReduce-like platforms with the efficiency, out-of-core execution, and query 
optimization capabilities found in parallel databases.", "mailing-list": 
"http://flink.apache.org/community.html#mailing-lists";, "programming-language": 
"java", "file": "flink", "pmc": "flink", "shortdesc": "Apache Flink is a system 
for distributed data processing", "download-page": 
"http://flink.apache.org/downloads.html";, "homepage": 
"http://flink.apache.org/";, "SVNRepository": 
"https://svn.apache.org/repos/asf/flink/";, "name": "Apache Flink"}
\ No newline at end of file
+{
+"GitRepository": "https://git-wip-us.apache.org/repos/asf?p=flink.git";,
+"SVNRepository": "https://svn.apache.org/repos/asf/flink/";,
+"bug-database": "https://issues.apache.org/jira/browse/FLINK";,
+"category": "big-data",
+"description": "Flink is an open source system for expressive, declarative, 
fast, and efficient data analysis. It combines the scalability and programming 
flexibility of distributed MapReduce-like platforms with the efficiency, 
out-of-core execution, and query optimization capabilities found in parallel 
databases.",
+"download-page": "http://flink.apache.org/downloads.html";,
+"file": "flink",
+"homepage": "http://flink.apache.org/";,
+"mailing-list": "http://flink.apache.org/community.html#mailing-lists";,
+"name": "Apache Flink",
+"pmc": "flink",
+"programming-language": "java",
+"shortdesc": "Apache Flink is a system for distributed data processing"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/flume.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/flume.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/flume.json (original)
+++ comdev/projects.apache.org/site/json/projects/flume.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,28 @@
-{"bug-database": "https://issues.apache.org/jira/browse/FLUME";, 
"SVNRepository": "https://git-wip-us.apache.org/repos/asf?p=flume.git";, 
"license": "http://spdx.org/licenses/Apache-2.0";, "repository": null, 
"created": "2014-06-13", "category": 
"http://projects.apache.org/category/big-data";, "Version": {"revision": 
"1.5.0", "name": "Apache Flume", "created": "2014-05-20"}, "release": null, 
"doap": 
"https://git-wip-us.apache.org/repos/asf?p=flume.git;a=blob_plain;f=doap_Flume.rdf;hb=b082429";,
 "maintainer": null, "shortdesc": "Apache Flume is a distributed, reliable, and 
available system for efficiently collecting, aggregating and moving large 
amounts of log data from many different sources to a centralized data store.", 
"description": "Apache Flume is a distributed, reliable, and available system 
for efficiently collecting, aggregating and moving large amounts of log data 
from many different sources to a centralized data store", "Person": {"name": 
"Apache Flume Developers", "mbox": "ma
 ilto:[email protected]"}, "download-page": 
"http://flume.apache.org/download.html";, "programming-language": "Java", 
"homepage": "http://flume.apache.org";, "pmc": "flume", "name": "Apache Flume", 
"mailing-list": "http://flume.apache.org/mailinglists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Apache Flume Developers"
+},
+"SVNRepository": "https://git-wip-us.apache.org/repos/asf?p=flume.git";,
+"Version": {
+"created": "2014-05-20",
+"name": "Apache Flume",
+"revision": "1.5.0"
+},
+"bug-database": "https://issues.apache.org/jira/browse/FLUME";,
+"category": "http://projects.apache.org/category/big-data";,
+"created": "2014-06-13",
+"description": "Apache Flume is a distributed, reliable, and available system 
for efficiently collecting, aggregating and moving large amounts of log data 
from many different sources to a centralized data store",
+"doap": 
"https://git-wip-us.apache.org/repos/asf?p=flume.git;a=blob_plain;f=doap_Flume.rdf;hb=b082429";,
+"download-page": "http://flume.apache.org/download.html";,
+"homepage": "http://flume.apache.org";,
+"license": "http://spdx.org/licenses/Apache-2.0";,
+"mailing-list": "http://flume.apache.org/mailinglists.html";,
+"maintainer": null,
+"name": "Apache Flume",
+"pmc": "flume",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Flume is a distributed, reliable, and available system 
for efficiently collecting, aggregating and moving large amounts of log data 
from many different sources to a centralized data store."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/geronimo.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/geronimo.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/geronimo.json (original)
+++ comdev/projects.apache.org/site/json/projects/geronimo.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,35 @@
-{"bug-database": "http://issues.apache.org/jira/browse/GERONIMO";, 
"SVNRepository": "https://svn.apache.org/repos/asf/geronimo/";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "implements": null, "repository": 
null, "created": "2010-04-30", "category": 
"http://projects.apache.org/category/javaee, 
http://projects.apache.org/category/network-server, 
http://projects.apache.org/category/http, 
http://projects.apache.org/category/web-framework";, "Version": {"revision": 
"1.0", "name": "Final 1.0 release", "created": "2006-07-05"}, "release": null, 
"doap": 
"http://svn.apache.org/repos/asf/geronimo/site/trunk/doap_Geronimo.rdf";, 
"maintainer": null, "shortdesc": "Java EE Application Server", "description": 
"Apache Geronimo is an open source server runtime that integrates the best open 
source projects to create Java/OSGi server runtimes that meet the needs of 
enterprise developers and system administrators. Our most popular distribution 
is a fully certified Java EE 5 application server
  runtime.", "Person": {"name": "Donald Woods", "mbox": 
"mailto:[email protected]"}, "download-page": 
"http://geronimo.apache.org/downloads.html";, "programming-language": "Java", 
"homepage": "http://geronimo.apache.org";, "Standard": {"body": "JCP", "id": 
"JSR 316", "title": "Java Platform, Enterprise Edition 6 (Java EE 6) 
Specification", "url": "http://jcp.org/en/jsr/detail?id=316"}, "pmc": 
"geronimo", "name": "Apache Geronimo", "mailing-list": 
"http://geronimo.apache.org/mailing-lists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Donald Woods"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/geronimo/";,
+"Standard": {
+"body": "JCP",
+"id": "JSR 316",
+"title": "Java Platform, Enterprise Edition 6 (Java EE 6) Specification",
+"url": "http://jcp.org/en/jsr/detail?id=316";
+},
+"Version": {
+"created": "2006-07-05",
+"name": "Final 1.0 release",
+"revision": "1.0"
+},
+"bug-database": "http://issues.apache.org/jira/browse/GERONIMO";,
+"category": "http://projects.apache.org/category/javaee, 
http://projects.apache.org/category/network-server, 
http://projects.apache.org/category/http, 
http://projects.apache.org/category/web-framework";,
+"created": "2010-04-30",
+"description": "Apache Geronimo is an open source server runtime that 
integrates the best open source projects to create Java/OSGi server runtimes 
that meet the needs of enterprise developers and system administrators. Our 
most popular distribution is a fully certified Java EE 5 application server 
runtime.",
+"doap": 
"http://svn.apache.org/repos/asf/geronimo/site/trunk/doap_Geronimo.rdf";,
+"download-page": "http://geronimo.apache.org/downloads.html";,
+"homepage": "http://geronimo.apache.org";,
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://geronimo.apache.org/mailing-lists.html";,
+"maintainer": null,
+"name": "Apache Geronimo",
+"pmc": "geronimo",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Java EE Application Server"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/giraph.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/giraph.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/giraph.json (original)
+++ comdev/projects.apache.org/site/json/projects/giraph.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,22 @@
-{"bug-database": "https://issues.apache.org/jira/browse/GIRAPH";, 
"GitRepository": "https://git-wip-us.apache.org/repos/asf/giraph.git";, 
"license": "http://spdx.org/licenses/Apache-2.0";, "repository": null, 
"created": "2014-06-30", "category": 
"http://projects.apache.org/category/big-data";, "doap": 
"http://giraph.apache.org/doap_Giraph.rdf";, "maintainer": null, "shortdesc": 
"Apache Giraph is an iterative graph processing system built for high 
scalability. ", "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. ", 
"Person": {"name": "Avery Ching", "mbox": "mailto:[email protected]"}, 
"download-page": "http://www.apache.org/dyn/closer.cgi/giraph";, 
"programming-language": "Java", "homepage": "http://giraph.apache.org";, "pmc": 
"giraph", "name": "Apache Giraph", "mailing-list": 
"http://giraph.apache.org/mail-lists.html"}
\ No newline at end of file
+{
+"GitRepository": "https://git-wip-us.apache.org/repos/asf/giraph.git";,
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Avery Ching"
+},
+"bug-database": "https://issues.apache.org/jira/browse/GIRAPH";,
+"category": "http://projects.apache.org/category/big-data";,
+"created": "2014-06-30",
+"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. ",
+"doap": "http://giraph.apache.org/doap_Giraph.rdf";,
+"download-page": "http://www.apache.org/dyn/closer.cgi/giraph";,
+"homepage": "http://giraph.apache.org";,
+"license": "http://spdx.org/licenses/Apache-2.0";,
+"mailing-list": "http://giraph.apache.org/mail-lists.html";,
+"maintainer": null,
+"name": "Apache Giraph",
+"pmc": "giraph",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "Apache Giraph is an iterative graph processing system built for 
high scalability. "
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/gora.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/gora.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/gora.json (original)
+++ comdev/projects.apache.org/site/json/projects/gora.json Sun Apr 12 18:55:14 
2015
@@ -1 +1,30 @@
-{"bug-database": "https://issues.apache.org/jira/browse/GORA";, 
"SVNRepository": "https://svn.apache.org/repos/asf/gora/trunk/";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "repository": null, "created": 
"2012-01-30", "category": "http://projects.apache.org/category/database";, 
"releases": null, "release": {"Version": {"revision": "0.1-incubating", "name": 
"0.1-incubating release", "created": "2011-04-06"}}, "doap": 
"http://svn.apache.org/repos/asf/gora/cms_site/trunk/content/current/doap_Gora.rdf";,
 "maintainer": null, "shortdesc": "The Apache Gora open source framework 
provides an in-memory data model and persistence for big data. Gora supports 
persisting to column stores, key value stores, document stores and RDBMSs, and 
analyzing the data with extensive Apache Hadoop MapReduce support.", 
"description": "Although there are various excellent ORM frameworks for 
relational databases, data modeling in NoSQL data stores differ profoundly from 
their relational cousins. Moreover
 , data-model agnostic frameworks such as JDO are not sufficient for use cases, 
where one needs to use the full power of the data models in column stores. Gora 
fills this gap by giving the user an easy-to-use in-memory data model and 
persistence for big data framework with data store specific mappings and built 
in Apache Hadoop support.", "Person": {"name": "Gora Development Team", "mbox": 
"mailto:[email protected]"}, "download-page": 
"http://gora.apache.org/releases.html";, "programming-language": "Java", 
"homepage": "http://gora.apache.org";, "pmc": "gora", "name": "Apache Gora", 
"mailing-list": "http://gora.apache.org/mailing_lists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Gora Development Team"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/gora/trunk/";,
+"bug-database": "https://issues.apache.org/jira/browse/GORA";,
+"category": "http://projects.apache.org/category/database";,
+"created": "2012-01-30",
+"description": "Although there are various excellent ORM frameworks for 
relational databases, data modeling in NoSQL data stores differ profoundly from 
their relational cousins. Moreover, data-model agnostic frameworks such as JDO 
are not sufficient for use cases, where one needs to use the full power of the 
data models in column stores. Gora fills this gap by giving the user an 
easy-to-use in-memory data model and persistence for big data framework with 
data store specific mappings and built in Apache Hadoop support.",
+"doap": 
"http://svn.apache.org/repos/asf/gora/cms_site/trunk/content/current/doap_Gora.rdf";,
+"download-page": "http://gora.apache.org/releases.html";,
+"homepage": "http://gora.apache.org";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://gora.apache.org/mailing_lists.html";,
+"maintainer": null,
+"name": "Apache Gora",
+"pmc": "gora",
+"programming-language": "Java",
+"release": {
+"Version": {
+"created": "2011-04-06",
+"name": "0.1-incubating release",
+"revision": "0.1-incubating"
+}
+},
+"releases": null,
+"repository": null,
+"shortdesc": "The Apache Gora open source framework provides an in-memory data 
model and persistence for big data. Gora supports persisting to column stores, 
key value stores, document stores and RDBMSs, and analyzing the data with 
extensive Apache Hadoop MapReduce support."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/gump.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/gump.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/gump.json (original)
+++ comdev/projects.apache.org/site/json/projects/gump.json Sun Apr 12 18:55:14 
2015
@@ -1 +1,15 @@
-{"SVNRepository": "https://svn.apache.org/repos/asf/gump/";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "repository": null, "category": 
"http://projects.apache.org/category/build-management, 
http://projects.apache.org/category/testing";, "created": "2006-02-28", 
"bug-database": 
"http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10457";, 
"shortdesc": "Gump provides large scale continuous integration for various open 
source projects.", "doap": 
"http://svn.apache.org/repos/asf/gump/site/doap_Gump.rdf";, 
"programming-language": "Python", "homepage": "http://gump.apache.org/";, "pmc": 
"gump", "name": "Apache Gump", "mailing-list": 
"http://gump.apache.org/mail.html"}
\ No newline at end of file
+{
+"SVNRepository": "https://svn.apache.org/repos/asf/gump/";,
+"bug-database": 
"http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10457";,
+"category": "http://projects.apache.org/category/build-management, 
http://projects.apache.org/category/testing";,
+"created": "2006-02-28",
+"doap": "http://svn.apache.org/repos/asf/gump/site/doap_Gump.rdf";,
+"homepage": "http://gump.apache.org/";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://gump.apache.org/mail.html";,
+"name": "Apache Gump",
+"pmc": "gump",
+"programming-language": "Python",
+"repository": null,
+"shortdesc": "Gump provides large scale continuous integration for various 
open source projects."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/hadoop.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/hadoop.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/hadoop.json (original)
+++ comdev/projects.apache.org/site/json/projects/hadoop.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,17 @@
-{"bug-database": "http://issues.apache.org/jira/browse/HADOOP";, 
"SVNRepository": "http://svn.apache.org/repos/asf/hadoop/";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "repository": null, "created": 
"2006-02-28", "category": "http://projects.apache.org/category/database";, 
"doap": "http://hadoop.apache.org/doap.rdf";, "shortdesc": "A distributed 
computing platform.", "description": "Hadoop is a distributed computing 
platform. This includes the Hadoop Distributed Filesystem (HDFS) and an 
implementation of MapReduce.", "download-page": 
"http://www.apache.org/dyn/closer.cgi/hadoop/";, "programming-language": "Java", 
"homepage": "http://hadoop.apache.org/";, "pmc": "hadoop", "name": "Apache 
Hadoop", "mailing-list": "http://hadoop.apache.org/mailing_lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/hadoop/";,
+"bug-database": "http://issues.apache.org/jira/browse/HADOOP";,
+"category": "http://projects.apache.org/category/database";,
+"created": "2006-02-28",
+"description": "Hadoop is a distributed computing platform. This includes the 
Hadoop Distributed Filesystem (HDFS) and an implementation of MapReduce.",
+"doap": "http://hadoop.apache.org/doap.rdf";,
+"download-page": "http://www.apache.org/dyn/closer.cgi/hadoop/";,
+"homepage": "http://hadoop.apache.org/";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://hadoop.apache.org/mailing_lists.html";,
+"name": "Apache Hadoop",
+"pmc": "hadoop",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "A distributed computing platform."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/hama.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/hama.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/hama.json (original)
+++ comdev/projects.apache.org/site/json/projects/hama.json Sun Apr 12 18:55:14 
2015
@@ -1 +1,22 @@
-{"bug-database": "https://issues.apache.org/jira/browse/HAMA";, 
"SVNRepository": "https://svn.apache.org/repos/asf/hama/trunk";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "repository": null, "created": 
"2014-04-11", "category": "http://projects.apache.org/category/big-data";, 
"doap": 
"https://svn.apache.org/repos/asf/hama/trunk/src/site/resources/doap_Hama.rdf";, 
"maintainer": null, "shortdesc": "Hama is an efficient and scalable 
general-purpose BSP computing engine.", "description": "The Apache Hama is an 
efficient and scalable general-purpose BSP computing engine which can be used 
to speed up a large variety of compute-intensive analytics applications.", 
"Person": {"name": "Edward J. Yoon", "mbox": "mailto:[email protected]"}, 
"download-page": "http://hama.apache.org/downloads.html";, 
"programming-language": "Java", "homepage": "http://hama.apache.org";, "pmc": 
"hama", "name": "Apache Hama", "mailing-list": 
"http://hama.apache.org/mail-lists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Edward J. Yoon"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/hama/trunk";,
+"bug-database": "https://issues.apache.org/jira/browse/HAMA";,
+"category": "http://projects.apache.org/category/big-data";,
+"created": "2014-04-11",
+"description": "The Apache Hama is an efficient and scalable general-purpose 
BSP computing engine which can be used to speed up a large variety of 
compute-intensive analytics applications.",
+"doap": 
"https://svn.apache.org/repos/asf/hama/trunk/src/site/resources/doap_Hama.rdf";,
+"download-page": "http://hama.apache.org/downloads.html";,
+"homepage": "http://hama.apache.org";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://hama.apache.org/mail-lists.html";,
+"maintainer": null,
+"name": "Apache Hama",
+"pmc": "hama",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "Hama is an efficient and scalable general-purpose BSP computing 
engine."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/harmony.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/harmony.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/harmony.json (original)
+++ comdev/projects.apache.org/site/json/projects/harmony.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,35 @@
-{"bug-database": "http://issues.apache.org/jira/browse/HARMONY";, 
"SVNRepository": "https://svn.apache.org/repos/asf/harmony/";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "implements": null, "repository": 
null, "created": "2010-11-24", "category": 
"http://projects.apache.org/category/virtual-machine, 
http://projects.apache.org/category/retired";, "Version": {"revision": "6.0M3", 
"name": "Harmony 6.0 M3", "created": "2010-09-02"}, "release": null, "doap": 
"http://svn.apache.org/repos/asf/harmony/standard/doap_Harmony.rdf";, 
"maintainer": null, "shortdesc": "A Java SE 5 and 6 runtime and development 
kit.", "description": " Apache Harmony software is a modular Java runtime with 
class libraries and associated tools.\n    ", "Person": {"name": "Nathan 
Beyer", "mbox": "mailto:[email protected]"}, "download-page": 
"http://harmony.apache.org/download.cgi";, "programming-language": "Java, C", 
"homepage": "http://harmony.apache.org/";, "Standard": {"body": "JCP", "id": 
"java-se-6", "t
 itle": "Java SE 6", "url": "http://download.oracle.com/javase/6/docs/"}, 
"pmc": "attic", "name": "Apache Harmony", "mailing-list": 
"http://harmony.apache.org/mailing.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Nathan Beyer"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/harmony/";,
+"Standard": {
+"body": "JCP",
+"id": "java-se-6",
+"title": "Java SE 6",
+"url": "http://download.oracle.com/javase/6/docs/";
+},
+"Version": {
+"created": "2010-09-02",
+"name": "Harmony 6.0 M3",
+"revision": "6.0M3"
+},
+"bug-database": "http://issues.apache.org/jira/browse/HARMONY";,
+"category": "http://projects.apache.org/category/virtual-machine, 
http://projects.apache.org/category/retired";,
+"created": "2010-11-24",
+"description": " Apache Harmony software is a modular Java runtime with class 
libraries and associated tools.\n    ",
+"doap": "http://svn.apache.org/repos/asf/harmony/standard/doap_Harmony.rdf";,
+"download-page": "http://harmony.apache.org/download.cgi";,
+"homepage": "http://harmony.apache.org/";,
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://harmony.apache.org/mailing.html";,
+"maintainer": null,
+"name": "Apache Harmony",
+"pmc": "attic",
+"programming-language": "Java, C",
+"release": null,
+"repository": null,
+"shortdesc": "A Java SE 5 and 6 runtime and development kit."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/hbase.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/hbase.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/hbase.json (original)
+++ comdev/projects.apache.org/site/json/projects/hbase.json Sun Apr 12 
18:55:14 2015
@@ -1 +1,28 @@
-{"bug-database": "http://issues.apache.org/jira/browse/HBASE";, 
"SVNRepository": "http://svn.apache.org/repos/asf/hbase";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "repository": null, "created": 
"2012-04-14", "category": "http://projects.apache.org/category/database";, 
"Version": {"revision": "0.92.1", "name": "Apache hbase 0.92.1", "created": 
"2012-03-19"}, "release": null, "doap": 
"http://hbase.apache.org/doap_Hbase.rdf";, "maintainer": null, "shortdesc": 
"Apache HBase software is the Hadoop database. Think of it as a distributed, 
scalable, big data store.", "description": "Use Apache HBase software when you 
need random, realtime read/write access to your Big Data. This project's goal 
is the hosting of very large tables -- billions of rows X millions of columns 
-- atop clusters of commodity hardware. HBase is an open-source, distributed, 
versioned, column-oriented store modeled after Google's Bigtable: A Distributed 
Storage System for Structured Data by Chang et al. Just
  as Bigtable leverages the distributed data storage provided by the Google 
File System, HBase provides Bigtable-like capabilities on top of Hadoop and 
HDFS. ", "Person": {"name": "Apache HBase PMC", "mbox": 
"mailto:[email protected]"}, "download-page": 
"http://www.apache.org/dyn/closer.cgi/hbase/";, "programming-language": "Java", 
"homepage": "http://hbase.apache.org";, "pmc": "hbase", "name": "Apache HBase", 
"mailing-list": "http://hbase.apache.org/mail-lists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:[email protected]";,
+"name": "Apache HBase PMC"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/hbase";,
+"Version": {
+"created": "2012-03-19",
+"name": "Apache hbase 0.92.1",
+"revision": "0.92.1"
+},
+"bug-database": "http://issues.apache.org/jira/browse/HBASE";,
+"category": "http://projects.apache.org/category/database";,
+"created": "2012-04-14",
+"description": "Use Apache HBase software when you need random, realtime 
read/write access to your Big Data. This project's goal is the hosting of very 
large tables -- billions of rows X millions of columns -- atop clusters of 
commodity hardware. HBase is an open-source, distributed, versioned, 
column-oriented store modeled after Google's Bigtable: A Distributed Storage 
System for Structured Data by Chang et al. Just as Bigtable leverages the 
distributed data storage provided by the Google File System, HBase provides 
Bigtable-like capabilities on top of Hadoop and HDFS. ",
+"doap": "http://hbase.apache.org/doap_Hbase.rdf";,
+"download-page": "http://www.apache.org/dyn/closer.cgi/hbase/";,
+"homepage": "http://hbase.apache.org";,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": "http://hbase.apache.org/mail-lists.html";,
+"maintainer": null,
+"name": "Apache HBase",
+"pmc": "hbase",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Apache HBase software is the Hadoop database. Think of it as a 
distributed, scalable, big data store."
+}
\ No newline at end of file

Modified: 
comdev/projects.apache.org/site/json/projects/hc-commons-httpclient.json
URL: 
http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/hc-commons-httpclient.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/hc-commons-httpclient.json 
(original)
+++ comdev/projects.apache.org/site/json/projects/hc-commons-httpclient.json 
Sun Apr 12 18:55:14 2015
@@ -1 +1,30 @@
-{"bug-database": "http://issues.apache.org/jira/browse/HTTPCLIENT";, 
"SVNRepository": 
"http://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk";, "license": 
"http://usefulinc.com/doap/licenses/asl20";, "implements": null, "repository": 
null, "created": "2001-04-25", "category": 
"http://projects.apache.org/category/http, 
http://projects.apache.org/category/library, 
http://projects.apache.org/category/network-client";, "Version": {"revision": 
"3.1", "name": "commons-httpclient-3.1", "created": "2007-08-22"}, "release": 
null, "doap": 
"http://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf";,
 "shortdesc": "\nClient-side HTTP implementation in Java.\n    ", 
"description": "\nCommons HttpClient is a library for client-side HTTP 
communication.\nIt provides support for HTTP/1.1 and HTTP/1.0, plus\nvarious 
authentication schemes and cookie policies.\nThanks to it's widespread use and 
years of development, it is a very\nmature and stable codebase. However, due to 
l
 imitations in the API design,\nCommons HttpClient will eventually be replaced 
by HttpClient 4.0\nwith a completely redesigned API based on HttpCore.\n    ", 
"download-page": "http://httpcomponents.apache.org/downloads.cgi";, 
"programming-language": "Java", "homepage": 
"http://hc.apache.org/httpclient-3.x/";, "Standard": {"body": "IETF", "id": "RFC 
2965", "title": "HTTP State Management Mechanism (Cookie2)", "url": 
"http://tools.ietf.org/html/rfc2965"}, "pmc": "httpcomponents", "name": "Apache 
Commons HttpClient", "mailing-list": 
"http://httpcomponents.apache.org/httpclient-3.x/mail-lists.html"}
\ No newline at end of file
+{
+"SVNRepository": 
"http://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk";,
+"Standard": {
+"body": "IETF",
+"id": "RFC 2965",
+"title": "HTTP State Management Mechanism (Cookie2)",
+"url": "http://tools.ietf.org/html/rfc2965";
+},
+"Version": {
+"created": "2007-08-22",
+"name": "commons-httpclient-3.1",
+"revision": "3.1"
+},
+"bug-database": "http://issues.apache.org/jira/browse/HTTPCLIENT";,
+"category": "http://projects.apache.org/category/http, 
http://projects.apache.org/category/library, 
http://projects.apache.org/category/network-client";,
+"created": "2001-04-25",
+"description": "\nCommons HttpClient is a library for client-side HTTP 
communication.\nIt provides support for HTTP/1.1 and HTTP/1.0, plus\nvarious 
authentication schemes and cookie policies.\nThanks to it's widespread use and 
years of development, it is a very\nmature and stable codebase. However, due to 
limitations in the API design,\nCommons HttpClient will eventually be replaced 
by HttpClient 4.0\nwith a completely redesigned API based on HttpCore.\n    ",
+"doap": 
"http://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk/doap_httpclient.rdf";,
+"download-page": "http://httpcomponents.apache.org/downloads.cgi";,
+"homepage": "http://hc.apache.org/httpclient-3.x/";,
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20";,
+"mailing-list": 
"http://httpcomponents.apache.org/httpclient-3.x/mail-lists.html";,
+"name": "Apache Commons HttpClient",
+"pmc": "httpcomponents",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "\nClient-side HTTP implementation in Java.\n    "
+}
\ No newline at end of file


Reply via email to