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/04/12 20:55:17 UTC

svn commit: r1673042 [5/9] - /comdev/projects.apache.org/site/json/projects/

Modified: comdev/projects.apache.org/site/json/projects/hc-httpcomponents-core.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/hc-httpcomponents-core.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/hc-httpcomponents-core.json (original)
+++ comdev/projects.apache.org/site/json/projects/hc-httpcomponents-core.json Sun Apr 12 18:55:14 2015
@@ -1 +1,30 @@
-{"bug-database": "http://issues.apache.org/jira/browse/HTTPCORE", "SVNRepository": "http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk", "license": "http://usefulinc.com/doap/licenses/asl20", "implements": null, "repository": null, "created": "2007-11-15", "category": "http://projects.apache.org/category/http, http://projects.apache.org/category/library, http://projects.apache.org/category/network-client, http://projects.apache.org/category/network-server", "Version": {"revision": "4.1.4 GA", "name": "HttpComponents Core 4.1.4 GA", "created": "2011-12-23"}, "release": null, "doap": "http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/doap_HttpComponents_Core.rdf", "shortdesc": "\nJava libraries for bare-bone HTTP communication,\nincluding support for NIO.\n    ", "description": "\n    HttpCore is a set of low level HTTP transport components that can be used to build custom\n    client and server side HTTP services with a minimal footprint. HttpCore supports two 
 I/O\n    models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O\n    model based on Java NIO.  The blocking I/O model may be more appropriate for data intensive,\n    low latency scenarios, whereas the non-blocking model may be more appropriate for high latency\n    scenarios where raw data throughput is less important than the ability to handle thousands of\n    simultaneous HTTP connections in a resource efficient manner.\n    ", "download-page": "http://httpcomponents.apache.org/downloads.cgi", "programming-language": "Java", "homepage": "http://hc.apache.org/httpcomponents-core/", "Standard": {"body": "IETF", "id": "RFC 2818", "title": "HTTP Over TLS", "url": "http://tools.ietf.org/html/rfc2818"}, "pmc": "httpcomponents", "name": "Apache HttpComponents Core", "mailing-list": "http://httpcomponents.apache.org/mail-lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk",
+"Standard": {
+"body": "IETF",
+"id": "RFC 2818",
+"title": "HTTP Over TLS",
+"url": "http://tools.ietf.org/html/rfc2818"
+},
+"Version": {
+"created": "2011-12-23",
+"name": "HttpComponents Core 4.1.4 GA",
+"revision": "4.1.4 GA"
+},
+"bug-database": "http://issues.apache.org/jira/browse/HTTPCORE",
+"category": "http://projects.apache.org/category/http, http://projects.apache.org/category/library, http://projects.apache.org/category/network-client, http://projects.apache.org/category/network-server",
+"created": "2007-11-15",
+"description": "\n    HttpCore is a set of low level HTTP transport components that can be used to build custom\n    client and server side HTTP services with a minimal footprint. HttpCore supports two I/O\n    models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O\n    model based on Java NIO.  The blocking I/O model may be more appropriate for data intensive,\n    low latency scenarios, whereas the non-blocking model may be more appropriate for high latency\n    scenarios where raw data throughput is less important than the ability to handle thousands of\n    simultaneous HTTP connections in a resource efficient manner.\n    ",
+"doap": "http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/doap_HttpComponents_Core.rdf",
+"download-page": "http://httpcomponents.apache.org/downloads.cgi",
+"homepage": "http://hc.apache.org/httpcomponents-core/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://httpcomponents.apache.org/mail-lists.html",
+"name": "Apache HttpComponents Core",
+"pmc": "httpcomponents",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "\nJava libraries for bare-bone HTTP communication,\nincluding support for NIO.\n    "
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/hc.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/hc.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/hc.json (original)
+++ comdev/projects.apache.org/site/json/projects/hc.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/httpclient/trunk", "license": "http://usefulinc.com/doap/licenses/asl20", "implements": null, "repository": null, "created": "2007-11-15", "category": "http://projects.apache.org/category/http, http://projects.apache.org/category/library, http://projects.apache.org/category/network-client", "Version": {"revision": "4.2-alpha1", "name": "httpcomponents-client-4.2-alpha1", "created": "2011-11-03"}, "release": null, "doap": "http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf", "shortdesc": "\nJava library implementing an HTTP client based on HttpCore components.\n    ", "description": "\nHttpClient is a library for client-side HTTP communication built on HttpCore.\nIt provides connection management, cookie management, and authentication.\nThis is the successor to the widely used Jakarta Commons HttpClient 3.1.\n
     ", "download-page": "http://httpcomponents.apache.org/downloads.cgi", "programming-language": "Java", "homepage": "http://hc.apache.org/httpcomponents-client/", "Standard": {"body": "IETF", "id": "RFC 2965", "title": "HTTP State Management Mechanism (Cookie2)", "url": "http://tools.ietf.org/html/rfc2965"}, "pmc": "httpcomponents", "name": "Apache HttpComponents Client", "mailing-list": "http://httpcomponents.apache.org/mail-lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk",
+"Standard": {
+"body": "IETF",
+"id": "RFC 2965",
+"title": "HTTP State Management Mechanism (Cookie2)",
+"url": "http://tools.ietf.org/html/rfc2965"
+},
+"Version": {
+"created": "2011-11-03",
+"name": "httpcomponents-client-4.2-alpha1",
+"revision": "4.2-alpha1"
+},
+"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": "2007-11-15",
+"description": "\nHttpClient is a library for client-side HTTP communication built on HttpCore.\nIt provides connection management, cookie management, and authentication.\nThis is the successor to the widely used Jakarta Commons HttpClient 3.1.\n    ",
+"doap": "http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/doap_HttpComponents_Client.rdf",
+"download-page": "http://httpcomponents.apache.org/downloads.cgi",
+"homepage": "http://hc.apache.org/httpcomponents-client/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://httpcomponents.apache.org/mail-lists.html",
+"name": "Apache HttpComponents Client",
+"pmc": "httpcomponents",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "\nJava library implementing an HTTP client based on HttpCore components.\n    "
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/helix.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/helix.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/helix.json (original)
+++ comdev/projects.apache.org/site/json/projects/helix.json Sun Apr 12 18:55:14 2015
@@ -1 +1,23 @@
-{"bug-database": "https://issues.apache.org/jira/browse/HELIX", "SVNRepository": "https://git-wip-us.apache.org/repos/asf/helix.git", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2014-04-16", "category": "http://projects.apache.org/category/cloud, http://projects.apache.org/category/big-data", "Version": {"revision": "0.6.3", "name": "Helix 0.6.3", "created": "2014-03-27"}, "release": null, "doap": "http://svn.apache.org/repos/asf/helix/doap_Helix.rdf", "shortdesc": "A cluster management framework for partitioned and replicated distributed resources", "description": "Apache Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix automates reassignment of resources in the face of node failure and recovery, cluster expansion, and reconfiguration.", "download-page": "http://www.apache.org/dyn/closer.cgi/helix", "programming-languag
 e": "Java", "homepage": "http://helix.apache.org", "pmc": "helix", "name": "Apache Helix", "mailing-list": "http://helix.apache.org/mail-lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "https://git-wip-us.apache.org/repos/asf/helix.git",
+"Version": {
+"created": "2014-03-27",
+"name": "Helix 0.6.3",
+"revision": "0.6.3"
+},
+"bug-database": "https://issues.apache.org/jira/browse/HELIX",
+"category": "http://projects.apache.org/category/cloud, http://projects.apache.org/category/big-data",
+"created": "2014-04-16",
+"description": "Apache Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix automates reassignment of resources in the face of node failure and recovery, cluster expansion, and reconfiguration.",
+"doap": "http://svn.apache.org/repos/asf/helix/doap_Helix.rdf",
+"download-page": "http://www.apache.org/dyn/closer.cgi/helix",
+"homepage": "http://helix.apache.org",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://helix.apache.org/mail-lists.html",
+"name": "Apache Helix",
+"pmc": "helix",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "A cluster management framework for partitioned and replicated distributed resources"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/hive.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/hive.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/hive.json (original)
+++ comdev/projects.apache.org/site/json/projects/hive.json Sun Apr 12 18:55:14 2015
@@ -1 +1,22 @@
-{"bug-database": "https://issues.apache.org/jira/browse/HIVE", "SVNRepository": "http://svn.apache.org/repos/asf/hive/", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2011-11-09", "category": "http://projects.apache.org/category/database", "doap": "http://hive.apache.org/doap_Hive.rdf", "maintainer": null, "shortdesc": "The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage.", "description": "The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage. Built on top of Apache Hadoop (TM), it provides\n\n* tools to enable easy data extract/transform/load (ETL)\n* a mechanism to impose structure on a variety of data formats\n* access to files stored either directly in Apache HDFS (TM) or in other data storage systems such as Apache HBase (TM)\n* query execution via MapReduce\n\nHive defines a simple SQL-like qu
 ery language, called HiveQL, that enables users familiar with SQL to query the data. At the same time, this language also allows programmers who are familiar with the MapReduce framework to be able to plug in their custom mappers and reducers to perform more sophisticated analysis that may not be supported by the built-in capabilities of the language. HiveQL can also be extended with custom scalar functions (UDF's), aggregations (UDAF's), and table functions (UDTF's).\n", "Person": {"name": "John Sichi", "mbox": "mailto:jvs@apache.org"}, "download-page": "http://hive.apache.org/releases.html", "programming-language": "Java", "homepage": "http://hive.apache.org", "pmc": "hive", "name": "Apache Hive", "mailing-list": "http://hive.apache.org/mailing_lists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:jvs@apache.org",
+"name": "John Sichi"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/hive/",
+"bug-database": "https://issues.apache.org/jira/browse/HIVE",
+"category": "http://projects.apache.org/category/database",
+"created": "2011-11-09",
+"description": "The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage. Built on top of Apache Hadoop (TM), it provides\n\n* tools to enable easy data extract/transform/load (ETL)\n* a mechanism to impose structure on a variety of data formats\n* access to files stored either directly in Apache HDFS (TM) or in other data storage systems such as Apache HBase (TM)\n* query execution via MapReduce\n\nHive defines a simple SQL-like query language, called HiveQL, that enables users familiar with SQL to query the data. At the same time, this language also allows programmers who are familiar with the MapReduce framework to be able to plug in their custom mappers and reducers to perform more sophisticated analysis that may not be supported by the built-in capabilities of the language. HiveQL can also be extended with custom scalar functions (UDF's), aggregations (UDAF's), and table functions (UDTF's).\n",
+"doap": "http://hive.apache.org/doap_Hive.rdf",
+"download-page": "http://hive.apache.org/releases.html",
+"homepage": "http://hive.apache.org",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://hive.apache.org/mailing_lists.html",
+"maintainer": null,
+"name": "Apache Hive",
+"pmc": "hive",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/hivemind.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/hivemind.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/hivemind.json (original)
+++ comdev/projects.apache.org/site/json/projects/hivemind.json Sun Apr 12 18:55:14 2015
@@ -1 +1,23 @@
-{"bug-database": "http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10500", "SVNRepository": "http://svn.apache.org/repos/asf/hivemind ", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2006-01-31", "category": "http://projects.apache.org/category/library, http://projects.apache.org/category/retired", "Version": {"revision": "1.1.1", "name": "hivemind", "created": "2006-01-29"}, "release": null, "doap": "http://svn.apache.org/repos/asf/hivemind/hivemind2/trunk/doap_Hivemind.rdf", "shortdesc": "Services and Configuration Microkernel", "description": "HiveMind is a framework for creating applications, not an application, or even an application server, itself. The 'core' of HiveMind is the startup logic that knows how to parse and understand the module deployment descriptors, and use that information to instantiate and initialize all those services and configurations.", "download-page": "http://hivemind.apache.org/download.html", "program
 ming-language": "Java", "homepage": "http://hivemind.apache.org/", "pmc": "attic", "name": "Apache Hivemind", "mailing-list": "http://hivemind.apache.org/mail-lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/hivemind ",
+"Version": {
+"created": "2006-01-29",
+"name": "hivemind",
+"revision": "1.1.1"
+},
+"bug-database": "http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10500",
+"category": "http://projects.apache.org/category/library, http://projects.apache.org/category/retired",
+"created": "2006-01-31",
+"description": "HiveMind is a framework for creating applications, not an application, or even an application server, itself. The 'core' of HiveMind is the startup logic that knows how to parse and understand the module deployment descriptors, and use that information to instantiate and initialize all those services and configurations.",
+"doap": "http://svn.apache.org/repos/asf/hivemind/hivemind2/trunk/doap_Hivemind.rdf",
+"download-page": "http://hivemind.apache.org/download.html",
+"homepage": "http://hivemind.apache.org/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://hivemind.apache.org/mail-lists.html",
+"name": "Apache Hivemind",
+"pmc": "attic",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Services and Configuration Microkernel"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/httpd-mod_ftp.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/httpd-mod_ftp.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/httpd-mod_ftp.json (original)
+++ comdev/projects.apache.org/site/json/projects/httpd-mod_ftp.json Sun Apr 12 18:55:14 2015
@@ -1 +1,29 @@
-{"bug-database": "http://httpd.apache.org/bug_report.html", "SVNRepository": "http://svn.apache.org/repos/asf/httpd/mod_ftp/", "license": "http://usefulinc.com/doap/licenses/asl20", "implements": null, "repository": null, "category": "http://projects.apache.org/category/network-server, http://projects.apache.org/category/ftp, http://projects.apache.org/category/httpd-module", "release": null, "Version": {"revision": "0.9.6-beta", "name": "Current 0.9 release", "created": "2008-10-08"}, "doap": "http://svn.apache.org/repos/asf/httpd/site/trunk/content/mod_ftp/doap.rdf", "shortdesc": "\n      mod_ftp is an FTP protocol module hosted within Apache HTTP Server.\n    ", "description": "\n      mod_ftp is an FTP Protocol module to serve httpd content over the FTP\n      protocol (whereever the HTTP protocol could also be used). It provides\n      both RETR/REST retrieval and STOR/APPE upload, using the same user/permissions\n      model as httpd (so it shares the same security considerati
 ons as mod_dav\n      plus mod_dav_fs). \n    ", "download-page": "http://httpd.apache.org/download.cgi", "programming-language": "C", "homepage": "http://httpd.apache.org/mod_ftp/", "Standard": {"body": "IETF", "id": "RFC 4217", "title": "\"Securing FTP with TLS\", Ford-Hutchinson", "url": "http://www.ietf.org/rfc/rfc4217.txt"}, "pmc": "httpd", "name": "Apache mod_ftp", "mailing-list": "http://httpd.apache.org/lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/httpd/mod_ftp/",
+"Standard": {
+"body": "IETF",
+"id": "RFC 4217",
+"title": "\"Securing FTP with TLS\", Ford-Hutchinson",
+"url": "http://www.ietf.org/rfc/rfc4217.txt"
+},
+"Version": {
+"created": "2008-10-08",
+"name": "Current 0.9 release",
+"revision": "0.9.6-beta"
+},
+"bug-database": "http://httpd.apache.org/bug_report.html",
+"category": "http://projects.apache.org/category/network-server, http://projects.apache.org/category/ftp, http://projects.apache.org/category/httpd-module",
+"description": "\n      mod_ftp is an FTP Protocol module to serve httpd content over the FTP\n      protocol (whereever the HTTP protocol could also be used). It provides\n      both RETR/REST retrieval and STOR/APPE upload, using the same user/permissions\n      model as httpd (so it shares the same security considerations as mod_dav\n      plus mod_dav_fs). \n    ",
+"doap": "http://svn.apache.org/repos/asf/httpd/site/trunk/content/mod_ftp/doap.rdf",
+"download-page": "http://httpd.apache.org/download.cgi",
+"homepage": "http://httpd.apache.org/mod_ftp/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://httpd.apache.org/lists.html",
+"name": "Apache mod_ftp",
+"pmc": "httpd",
+"programming-language": "C",
+"release": null,
+"repository": null,
+"shortdesc": "\n      mod_ftp is an FTP protocol module hosted within Apache HTTP Server.\n    "
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/httpd.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/httpd.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/httpd.json (original)
+++ comdev/projects.apache.org/site/json/projects/httpd.json Sun Apr 12 18:55:14 2015
@@ -1 +1,15 @@
-{"category": "network-server, http, httpd-module", "GitRepository": "", "bug-database": "http://httpd.apache.org/bug_report.html", "description": "The Apache HTTP Server is an open-source HTTP server for modern operating systems including UNIX, Microsoft Windows, Mac OS/X and Netware.\r\n\r\nThe goal of this project is to provide a secure, efficient and extensible server that provides HTTP services observing the current HTTP standards. Apache has been the most popular web server on the Internet since April of 1996.\r\n    ", "mailing-list": "http://httpd.apache.org/lists.html", "programming-language": "C", "file": "httpd", "pmc": "httpd", "shortdesc": "The Apache HTTP Server application, 'httpd'.    ", "download-page": "http://httpd.apache.org/download.cgi", "homepage": "http://httpd.apache.org/", "SVNRepository": "http://svn.apache.org/repos/asf/httpd/httpd/", "name": "Apache HTTP Server"}
\ No newline at end of file
+{
+"GitRepository": "",
+"SVNRepository": "http://svn.apache.org/repos/asf/httpd/httpd/",
+"bug-database": "http://httpd.apache.org/bug_report.html",
+"category": "network-server, http, httpd-module",
+"description": "The Apache HTTP Server is an open-source HTTP server for modern operating systems including UNIX, Microsoft Windows, Mac OS/X and Netware.\r\n\r\nThe goal of this project is to provide a secure, efficient and extensible server that provides HTTP services observing the current HTTP standards. Apache has been the most popular web server on the Internet since April of 1996.\r\n    ",
+"download-page": "http://httpd.apache.org/download.cgi",
+"file": "httpd",
+"homepage": "http://httpd.apache.org/",
+"mailing-list": "http://httpd.apache.org/lists.html",
+"name": "Apache HTTP Server",
+"pmc": "httpd",
+"programming-language": "C",
+"shortdesc": "The Apache HTTP Server application, 'httpd'.    "
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/incubator-droids-(incubating).json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/incubator-droids-%28incubating%29.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/incubator-droids-(incubating).json (original)
+++ comdev/projects.apache.org/site/json/projects/incubator-droids-(incubating).json Sun Apr 12 18:55:14 2015
@@ -1 +1,22 @@
-{"SVNRepository": "http://svn.apache.org/repos/asf/incubator/droids/", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2007-2-7", "shortname": "droids", "doap": "http://svn.apache.org/repos/asf/incubator/droids/doap.rdf", "maintainer": null, "shortdesc": "An intelligent standalone robot framework that allows to\n      create robots as plugins, which can automatically seeks out relevant online information\n      based on the user's specifications.", "description": "Apache Droids (incubating) aims to be an intelligent standalone robot\n      framework that allows to create robots as plugins, which can automatically seeks out\n      relevant online information based on the user's specifications. Droids makes it very \n      easy to extend existing robots or write a new one from scratch, which can \n      automatically seek out relevant online information based on the user's specifications.\n      Droids (plural) is not designed for a special useca
 se, it is a framework: \n      Take what you need, do what you want. ", "Person": {"homepage": "http://people.apache.org/~thorsten/", "name": "Thorsten Scherler", "mbox_sha1sum": "\n          e72c8b5a4a9c30977163aa73e241a0c7770b2b69"}, "download-page": "https://cwiki.apache.org/confluence/display/DROIDS/installation", "programming-language": "Java", "homepage": "http://incubator.apache.org/droids/", "pmc": "incubator", "name": "Apache Droids (incubating)", "mailing-list": "http://incubator.apache.org/droids/mail-lists.html"}
\ No newline at end of file
+{
+"Person": {
+"homepage": "http://people.apache.org/~thorsten/",
+"mbox_sha1sum": "\n          e72c8b5a4a9c30977163aa73e241a0c7770b2b69",
+"name": "Thorsten Scherler"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/incubator/droids/",
+"created": "2007-2-7",
+"description": "Apache Droids (incubating) aims to be an intelligent standalone robot\n      framework that allows to create robots as plugins, which can automatically seeks out\n      relevant online information based on the user's specifications. Droids makes it very \n      easy to extend existing robots or write a new one from scratch, which can \n      automatically seek out relevant online information based on the user's specifications.\n      Droids (plural) is not designed for a special usecase, it is a framework: \n      Take what you need, do what you want. ",
+"doap": "http://svn.apache.org/repos/asf/incubator/droids/doap.rdf",
+"download-page": "https://cwiki.apache.org/confluence/display/DROIDS/installation",
+"homepage": "http://incubator.apache.org/droids/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://incubator.apache.org/droids/mail-lists.html",
+"maintainer": null,
+"name": "Apache Droids (incubating)",
+"pmc": "incubator",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "An intelligent standalone robot framework that allows to\n      create robots as plugins, which can automatically seeks out relevant online information\n      based on the user's specifications.",
+"shortname": "droids"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/incubator.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/incubator.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/incubator.json (original)
+++ comdev/projects.apache.org/site/json/projects/incubator.json Sun Apr 12 18:55:14 2015
@@ -1 +1,15 @@
-{"category": "", "GitRepository": "", "bug-database": "", "description": "The Incubator project is the entry path into The Apache Software Foundation (ASF) for projects and codebases wishing to become part of the Foundation's efforts. All code donations from external organisations and existing external projects wishing to join Apache enter through the Incubator.", "mailing-list": "http://incubator.apache.org/guides/lists.html", "programming-language": "", "file": "incubator", "pmc": "incubator", "shortdesc": "", "download-page": "", "homepage": "http://incubator.apache.org/", "SVNRepository": "", "name": "Apache Incubator"}
\ No newline at end of file
+{
+"GitRepository": "",
+"SVNRepository": "",
+"bug-database": "",
+"category": "",
+"description": "The Incubator project is the entry path into The Apache Software Foundation (ASF) for projects and codebases wishing to become part of the Foundation's efforts. All code donations from external organisations and existing external projects wishing to join Apache enter through the Incubator.",
+"download-page": "",
+"file": "incubator",
+"homepage": "http://incubator.apache.org/",
+"mailing-list": "http://incubator.apache.org/guides/lists.html",
+"name": "Apache Incubator",
+"pmc": "incubator",
+"programming-language": "",
+"shortdesc": ""
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/isis.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/isis.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/isis.json (original)
+++ comdev/projects.apache.org/site/json/projects/isis.json Sun Apr 12 18:55:14 2015
@@ -1 +1,28 @@
-{"bug-database": "https://issues.apache.org/jira/browse/ISIS", "SVNRepository": "https://git-wip-us.apache.org/repos/asf/isis.git", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2013-01-03", "category": "http://projects.apache.org/category/web-framework", "Version": {"revision": "1.0.0", "name": "quickstart_wicket-restful_jdo-archetype", "created": "2012-12-24"}, "release": null, "doap": "http://isis.apache.org/doap_isis.rdf", "maintainer": null, "shortdesc": "Apache Isis is a framework for rapidly developing domain-driven apps in Java", "description": "Apache Isis is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services and repositories, and the framework dynamically (at runtime) generates a representation of that domain model as a webapp or as a RESTful API. For prototyping or production.", "Person": {"name": "Dan Haywood", "mbox": "mailto:danhaywood@apache.org"}, "download-pag
 e": "http://isis.apache.org/download.html", "programming-language": "Java", "homepage": "http://isis.apache.org", "pmc": "isis", "name": "Apache Isis", "mailing-list": "http://isis.apache.org/support.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:danhaywood@apache.org",
+"name": "Dan Haywood"
+},
+"SVNRepository": "https://git-wip-us.apache.org/repos/asf/isis.git",
+"Version": {
+"created": "2012-12-24",
+"name": "quickstart_wicket-restful_jdo-archetype",
+"revision": "1.0.0"
+},
+"bug-database": "https://issues.apache.org/jira/browse/ISIS",
+"category": "http://projects.apache.org/category/web-framework",
+"created": "2013-01-03",
+"description": "Apache Isis is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services and repositories, and the framework dynamically (at runtime) generates a representation of that domain model as a webapp or as a RESTful API. For prototyping or production.",
+"doap": "http://isis.apache.org/doap_isis.rdf",
+"download-page": "http://isis.apache.org/download.html",
+"homepage": "http://isis.apache.org",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://isis.apache.org/support.html",
+"maintainer": null,
+"name": "Apache Isis",
+"pmc": "isis",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Isis is a framework for rapidly developing domain-driven apps in Java"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/jackrabbit.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jackrabbit.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jackrabbit.json (original)
+++ comdev/projects.apache.org/site/json/projects/jackrabbit.json Sun Apr 12 18:55:14 2015
@@ -1 +1,29 @@
-{"bug-database": "http://issues.apache.org/jira/browse/JCR", "SVNRepository": "http://svn.apache.org/repos/asf/jackrabbit/trunk/", "license": "http://usefulinc.com/doap/licenses/asl20", "implements": null, "repository": null, "category": "http://projects.apache.org/category/database, http://projects.apache.org/category/library, http://projects.apache.org/category/network-server, http://projects.apache.org/category/xml", "release": null, "Version": {"revision": "1.2.2", "name": "Apache Jackrabbit 1.2.2", "created": "2007-02-21"}, "doap": "http://jackrabbit.apache.org/doap_Jackrabbit.rdf", "shortdesc": "Apache Jackrabbit Content Repository", "description": "\n      Apache Jackrabbit is a fully conforming implementation of the\n      Content Repository for Java Technology API (JCR). A content\n      repository is a hierarchical content store with support for\n      structured and unstructured content, full text search, versioning,\n      transactions, observation, and more. Typical app
 lications that use\n      content repositories include content management, document management,\n      and records management systems.\n    ", "download-page": "http://jackrabbit.apache.org/download.cgi", "programming-language": "Java", "homepage": "http://jackrabbit.apache.org/", "Standard": {"body": "JCP", "id": "JSR 170", "title": "Content Repository for Java technology (JCR) API", "url": "http://jcp.org/en/jsr/detail?id=170"}, "pmc": "jackrabbit", "name": "Apache Jackrabbit", "mailing-list": "http://jackrabbit.apache.org/mail-lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/jackrabbit/trunk/",
+"Standard": {
+"body": "JCP",
+"id": "JSR 170",
+"title": "Content Repository for Java technology (JCR) API",
+"url": "http://jcp.org/en/jsr/detail?id=170"
+},
+"Version": {
+"created": "2007-02-21",
+"name": "Apache Jackrabbit 1.2.2",
+"revision": "1.2.2"
+},
+"bug-database": "http://issues.apache.org/jira/browse/JCR",
+"category": "http://projects.apache.org/category/database, http://projects.apache.org/category/library, http://projects.apache.org/category/network-server, http://projects.apache.org/category/xml",
+"description": "\n      Apache Jackrabbit is a fully conforming implementation of the\n      Content Repository for Java Technology API (JCR). A content\n      repository is a hierarchical content store with support for\n      structured and unstructured content, full text search, versioning,\n      transactions, observation, and more. Typical applications that use\n      content repositories include content management, document management,\n      and records management systems.\n    ",
+"doap": "http://jackrabbit.apache.org/doap_Jackrabbit.rdf",
+"download-page": "http://jackrabbit.apache.org/download.cgi",
+"homepage": "http://jackrabbit.apache.org/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://jackrabbit.apache.org/mail-lists.html",
+"name": "Apache Jackrabbit",
+"pmc": "jackrabbit",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Jackrabbit Content Repository"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/jakarta-ecs.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jakarta-ecs.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jakarta-ecs.json (original)
+++ comdev/projects.apache.org/site/json/projects/jakarta-ecs.json Sun Apr 12 18:55:14 2015
@@ -1 +1,22 @@
-{"SVNRepository": "http://svn.apache.org/repos/asf/jakarta/ecs/", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2006-01-20", "category": "http://projects.apache.org/category/library, http://projects.apache.org/category/retired", "Version": {"revision": "1.4.2", "name": "ecs", "created": "2003-07-10"}, "release": null, "doap": "http://svn.apache.org/repos/asf/jakarta/ecs/trunk/doap_ECS.rdf", "shortdesc": "API for generating elements for various markup languages", "description": "The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML, but can easily be extended to create tags for any markup language.", "download-page": "http://jakarta.apache.org/site/downloads/downloads_ecs.cgi", "programming-language": "Java", "homepage": "http://jakarta.apache.org/ecs/", "pmc": "attic", "name": "Apache ECS", "mailing-list": "http://jakarta.apache.org/site/mail2.html#ECS"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/jakarta/ecs/",
+"Version": {
+"created": "2003-07-10",
+"name": "ecs",
+"revision": "1.4.2"
+},
+"category": "http://projects.apache.org/category/library, http://projects.apache.org/category/retired",
+"created": "2006-01-20",
+"description": "The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML, but can easily be extended to create tags for any markup language.",
+"doap": "http://svn.apache.org/repos/asf/jakarta/ecs/trunk/doap_ECS.rdf",
+"download-page": "http://jakarta.apache.org/site/downloads/downloads_ecs.cgi",
+"homepage": "http://jakarta.apache.org/ecs/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://jakarta.apache.org/site/mail2.html#ECS",
+"name": "Apache ECS",
+"pmc": "attic",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "API for generating elements for various markup languages"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/jakarta-jakarta-cactus.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jakarta-jakarta-cactus.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jakarta-jakarta-cactus.json (original)
+++ comdev/projects.apache.org/site/json/projects/jakarta-jakarta-cactus.json Sun Apr 12 18:55:14 2015
@@ -1 +1,28 @@
-{"bug-database": "http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10471", "SVNRepository": "http://svn.apache.org/repos/asf/jakarta/cactus/", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2007-07-09", "category": "http://projects.apache.org/category/testing, http://projects.apache.org/category/retired", "Version": {"revision": "1.8.0", "name": "v1.8.0", "created": "April 11 2008"}, "release": null, "doap": "http://svn.apache.org/repos/asf/jakarta/cactus/trunk/doap_Jakarta_Cactus.rdf", "maintainer": null, "shortdesc": "Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...).", "description": "The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it.\n\nCactus implements an in-container strategy, meaning that tests are executed inside the container. ", "Person": {"name": "Felipe Leme", "mbox": "mailto:felipeal@apache.org"}, 
 "download-page": "http://jakarta.apache.org/cactus/downloads.html", "programming-language": "Java", "homepage": "http://jakarta.apache.org/cactus", "pmc": "attic", "name": "Apache Jakarta Cactus", "mailing-list": "http://jakarta.apache.org/cactus/mailinglist.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:felipeal@apache.org",
+"name": "Felipe Leme"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/jakarta/cactus/",
+"Version": {
+"created": "April 11 2008",
+"name": "v1.8.0",
+"revision": "1.8.0"
+},
+"bug-database": "http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10471",
+"category": "http://projects.apache.org/category/testing, http://projects.apache.org/category/retired",
+"created": "2007-07-09",
+"description": "The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it.\n\nCactus implements an in-container strategy, meaning that tests are executed inside the container. ",
+"doap": "http://svn.apache.org/repos/asf/jakarta/cactus/trunk/doap_Jakarta_Cactus.rdf",
+"download-page": "http://jakarta.apache.org/cactus/downloads.html",
+"homepage": "http://jakarta.apache.org/cactus",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://jakarta.apache.org/cactus/mailinglist.html",
+"maintainer": null,
+"name": "Apache Jakarta Cactus",
+"pmc": "attic",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...)."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/jakarta-oro.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jakarta-oro.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jakarta-oro.json (original)
+++ comdev/projects.apache.org/site/json/projects/jakarta-oro.json Sun Apr 12 18:55:14 2015
@@ -1 +1,23 @@
-{"bug-database": "http://http://issues.apache.org/bugzilla/buglist.cgi?product=ORO", "SVNRepository": "http://svn.apache.org/repos/asf/jakarta/oro/", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2006-01-20", "category": "http://projects.apache.org/category/library, http://projects.apache.org/category/regexp, http://projects.apache.org/category/retired", "Version": {"revision": "2.0.8", "name": "jakarta-oro", "created": "2003-12-28"}, "release": null, "doap": "http://svn.apache.org/repos/asf/jakarta/oro/trunk/doap_ORO.rdf", "shortdesc": "Regular Expression engine supporting various dialects", "description": "A set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc.", "download-page": "http://jakarta.apache.org/site/downloads/downloads_oro.cgi", "programming-language": "Java", "homep
 age": "http://jakarta.apache.org/oro/", "pmc": "attic", "name": "Apache ORO", "mailing-list": "http://jakarta.apache.org/site/mail2.html#ORO"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/jakarta/oro/",
+"Version": {
+"created": "2003-12-28",
+"name": "jakarta-oro",
+"revision": "2.0.8"
+},
+"bug-database": "http://http://issues.apache.org/bugzilla/buglist.cgi?product=ORO",
+"category": "http://projects.apache.org/category/library, http://projects.apache.org/category/regexp, http://projects.apache.org/category/retired",
+"created": "2006-01-20",
+"description": "A set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc.",
+"doap": "http://svn.apache.org/repos/asf/jakarta/oro/trunk/doap_ORO.rdf",
+"download-page": "http://jakarta.apache.org/site/downloads/downloads_oro.cgi",
+"homepage": "http://jakarta.apache.org/oro/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://jakarta.apache.org/site/mail2.html#ORO",
+"name": "Apache ORO",
+"pmc": "attic",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Regular Expression engine supporting various dialects"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/jakarta-regexp.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jakarta-regexp.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jakarta-regexp.json (original)
+++ comdev/projects.apache.org/site/json/projects/jakarta-regexp.json Sun Apr 12 18:55:14 2015
@@ -1 +1,23 @@
-{"bug-database": "http://http://issues.apache.org/bugzilla/buglist.cgi?product=regexp", "SVNRepository": "http://svn.apache.org/repos/asf/jakarta/regexp/", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2006-01-20", "category": "http://projects.apache.org/category/library, http://projects.apache.org/category/regexp, http://projects.apache.org/category/retired", "Version": {"revision": "1.4", "name": "jakarta-regexp", "created": "2005-08-16"}, "release": null, "doap": "http://svn.apache.org/repos/asf/jakarta/regexp/trunk/doap_Regexp.rdf", "shortdesc": "Regular Expression engine", "description": "100% Pure Java Regular Expression package", "download-page": "http://jakarta.apache.org/site/downloads/downloads_regexp.cgi", "programming-language": "Java", "homepage": "http://jakarta.apache.org/regexp/", "pmc": "attic", "name": "Apache Regexp", "mailing-list": "http://jakarta.apache.org/site/mail2.html#Regexp"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/jakarta/regexp/",
+"Version": {
+"created": "2005-08-16",
+"name": "jakarta-regexp",
+"revision": "1.4"
+},
+"bug-database": "http://http://issues.apache.org/bugzilla/buglist.cgi?product=regexp",
+"category": "http://projects.apache.org/category/library, http://projects.apache.org/category/regexp, http://projects.apache.org/category/retired",
+"created": "2006-01-20",
+"description": "100% Pure Java Regular Expression package",
+"doap": "http://svn.apache.org/repos/asf/jakarta/regexp/trunk/doap_Regexp.rdf",
+"download-page": "http://jakarta.apache.org/site/downloads/downloads_regexp.cgi",
+"homepage": "http://jakarta.apache.org/regexp/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://jakarta.apache.org/site/mail2.html#Regexp",
+"name": "Apache Regexp",
+"pmc": "attic",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Regular Expression engine"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/james.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/james.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/james.json (original)
+++ comdev/projects.apache.org/site/json/projects/james.json Sun Apr 12 18:55:14 2015
@@ -1 +1,35 @@
-{"bug-database": "http://issues.apache.org/jira/browse/JAMES", "SVNRepository": "http://svn.apache.org/repos/asf/james/server/trunk", "license": "http://usefulinc.com/doap/licenses/asl20", "implements": null, "repository": null, "created": "2006-03-14", "category": "http://projects.apache.org/category/mail, http://projects.apache.org/category/network-server", "Version": {"revision": "svn trunk", "name": "Automated Nightly Build", "created": "nightly"}, "release": null, "doap": "http://svn.apache.org/repos/asf/james/site/trunk/doap_JAMES.rdf", "maintainer": null, "shortdesc": "The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. ", "description": "The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have
  designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols.\n\nJames is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail application platform API.\n", "Person": {"name": "Apache JAMES Team", "mbox": "mailto:server-dev@james.apache.org"}, "download-page": "http://james.apache.org/download.cgi", "programming-language": "Java", "homepage": "http://james.apache.org", "Standard": {"body": "IETF", "id": "RFC 977", "title": "NNTP Protocol ", "url": "http://www.ietf.org/rfc/rfc977.txt"}, "pmc": "james", "name": "Apache JAMES", "mailing-list": "http:
 //james.apache.org/mail.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:server-dev@james.apache.org",
+"name": "Apache JAMES Team"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/james/server/trunk",
+"Standard": {
+"body": "IETF",
+"id": "RFC 977",
+"title": "NNTP Protocol ",
+"url": "http://www.ietf.org/rfc/rfc977.txt"
+},
+"Version": {
+"created": "nightly",
+"name": "Automated Nightly Build",
+"revision": "svn trunk"
+},
+"bug-database": "http://issues.apache.org/jira/browse/JAMES",
+"category": "http://projects.apache.org/category/mail, http://projects.apache.org/category/network-server",
+"created": "2006-03-14",
+"description": "The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols.\n\nJames is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail application platform API.\n",
+"doap": "http://svn.apache.org/repos/asf/james/site/trunk/doap_JAMES.rdf",
+"download-page": "http://james.apache.org/download.cgi",
+"homepage": "http://james.apache.org",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://james.apache.org/mail.html",
+"maintainer": null,
+"name": "Apache JAMES",
+"pmc": "james",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. "
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/jclouds.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jclouds.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jclouds.json (original)
+++ comdev/projects.apache.org/site/json/projects/jclouds.json Sun Apr 12 18:55:14 2015
@@ -1 +1,28 @@
-{"bug-database": "https://issues.apache.org/jira/browse/JCLOUDS", "SVNRepository": "https://git-wip-us.apache.org/repos/asf/jclouds.git", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2014-04-11", "category": "http://projects.apache.org/category/cloud, http://projects.apache.org/category/library", "Version": {"revision": "1.6.3", "name": "Apache jclouds 1.6.3", "created": "2013-11-30"}, "release": null, "doap": "https://git-wip-us.apache.org/repos/asf?p=jclouds-site.git;a=blob_plain;f=doap_jclouds.rdf;hb=HEAD", "maintainer": null, "shortdesc": "The Java Multi-Cloud Toolkit", "description": "Apache jclouds is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.", "Person": {"name": "Apache jclouds PMC", "mbox": "mailto:private@jclouds.apache.org"}, "download-page": "http://jclouds.apache.org/start/
 install/", "programming-language": "Java", "homepage": "http://jclouds.apache.org", "pmc": "jclouds", "name": "Apache jclouds", "mailing-list": "http://jclouds.apache.org/community/"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:private@jclouds.apache.org",
+"name": "Apache jclouds PMC"
+},
+"SVNRepository": "https://git-wip-us.apache.org/repos/asf/jclouds.git",
+"Version": {
+"created": "2013-11-30",
+"name": "Apache jclouds 1.6.3",
+"revision": "1.6.3"
+},
+"bug-database": "https://issues.apache.org/jira/browse/JCLOUDS",
+"category": "http://projects.apache.org/category/cloud, http://projects.apache.org/category/library",
+"created": "2014-04-11",
+"description": "Apache jclouds is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.",
+"doap": "https://git-wip-us.apache.org/repos/asf?p=jclouds-site.git;a=blob_plain;f=doap_jclouds.rdf;hb=HEAD",
+"download-page": "http://jclouds.apache.org/start/install/",
+"homepage": "http://jclouds.apache.org",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://jclouds.apache.org/community/",
+"maintainer": null,
+"name": "Apache jclouds",
+"pmc": "jclouds",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "The Java Multi-Cloud Toolkit"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/jena.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jena.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jena.json (original)
+++ comdev/projects.apache.org/site/json/projects/jena.json Sun Apr 12 18:55:14 2015
@@ -1 +1,15 @@
-{"category": "library", "GitRepository": "https://git-wip-us.apache.org/repos/asf/jena.git", "bug-database": "https://issues.apache.org/jira/browse/JENA", "description": "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.", "mailing-list": "http://jena.apache.org/help_and_support/index.html", "programming-language": "Java", "file": "jena", "pmc": "jena", "shortdesc": "A framework for developing Semantic Web and Linked Data applications in Java.", "download-page": "http://jena.apache.org/download/
 index.cgi", "homepage": "http://jena.apache.org", "SVNRepository": "", "name": "Apache Jena"}
\ No newline at end of file
+{
+"GitRepository": "https://git-wip-us.apache.org/repos/asf/jena.git",
+"SVNRepository": "",
+"bug-database": "https://issues.apache.org/jira/browse/JENA",
+"category": "library",
+"description": "Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.",
+"download-page": "http://jena.apache.org/download/index.cgi",
+"file": "jena",
+"homepage": "http://jena.apache.org",
+"mailing-list": "http://jena.apache.org/help_and_support/index.html",
+"name": "Apache Jena",
+"pmc": "jena",
+"programming-language": "Java",
+"shortdesc": "A framework for developing Semantic Web and Linked Data applications in Java."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/jmeter.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jmeter.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jmeter.json (original)
+++ comdev/projects.apache.org/site/json/projects/jmeter.json Sun Apr 12 18:55:14 2015
@@ -1 +1,23 @@
-{"bug-database": "http://issues.apache.org/bugzilla/", "SVNRepository": "http://svn.apache.org/repos/asf/jmeter/", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2006-02-17", "category": "http://projects.apache.org/category/testing", "Version": {"revision": "2.12 final", "name": "Apache JMeter", "created": "2014-11-10"}, "release": null, "doap": "http://svn.apache.org/repos/asf/jmeter/trunk/doap_JMeter.rdf", "shortdesc": "Pure Java application for load and functional testing", "description": "Apache JMeter may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent l
 oad. ", "download-page": "http://jmeter.apache.org/download_jmeter.cgi", "programming-language": "Java", "homepage": "http://jmeter.apache.org/index.html", "pmc": "jmeter", "name": "Apache JMeter", "mailing-list": "http://jmeter.apache.org/mail2.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/jmeter/",
+"Version": {
+"created": "2014-11-10",
+"name": "Apache JMeter",
+"revision": "2.12 final"
+},
+"bug-database": "http://issues.apache.org/bugzilla/",
+"category": "http://projects.apache.org/category/testing",
+"created": "2006-02-17",
+"description": "Apache JMeter may be used to test performance both on static and dynamic resources (files, Servlets, Perl scripts, Java Objects, Data Bases and Queries, FTP Servers and more). It can be used to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types. You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load. ",
+"doap": "http://svn.apache.org/repos/asf/jmeter/trunk/doap_JMeter.rdf",
+"download-page": "http://jmeter.apache.org/download_jmeter.cgi",
+"homepage": "http://jmeter.apache.org/index.html",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://jmeter.apache.org/mail2.html",
+"name": "Apache JMeter",
+"pmc": "jmeter",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Pure Java application for load and functional testing"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/jspwiki.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jspwiki.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jspwiki.json (original)
+++ comdev/projects.apache.org/site/json/projects/jspwiki.json Sun Apr 12 18:55:14 2015
@@ -1 +1,16 @@
-{"description": "\n        Apache JSPWiki is a feature-rich and extensible WikiWiki engine built around the standard JEE \n        components (Java, servlets, JSP). It features:\n        - WikiMarkup/Structured Text\n        - File attachments \n        - Templates support\n        - Data storage through 3 WikiPage Providers, with the capability to plug new ones\n        - Security: Authorization and authentication fine grain control\n        - Easy plugin interface\n        - UTF-8 support\n        - JSP-based\n        - Easy-ish installation\n        - Page locking to prevent editing conflicts\n        - Support for Multiple Wikis\n    ", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "category": "http://projects.apache.org/category/content", "shortname": "jspwiki", "SVNRepository": "http://svn.apache.org/repos/asf/jspwiki/", "shortdesc": "A feature-rich and extensible WikiWiki engine built around the standard \n        J2EE components (Java, servlets, 
 JSP).", "doap": "http://svn.apache.org/repos/asf/jspwiki/site/doap/doap-jspwiki.rdf", "download-page": "http://jspwiki.apache.org/general/downloads.html", "programming-language": "Java", "homepage": "http://jspwiki.apache.org/", "pmc": "jspwiki", "name": "Apache JSPWiki", "mailing-list": "http://jspwiki.apache.org/community/mailing_lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/jspwiki/",
+"category": "http://projects.apache.org/category/content",
+"description": "\n        Apache JSPWiki is a feature-rich and extensible WikiWiki engine built around the standard JEE \n        components (Java, servlets, JSP). It features:\n        - WikiMarkup/Structured Text\n        - File attachments \n        - Templates support\n        - Data storage through 3 WikiPage Providers, with the capability to plug new ones\n        - Security: Authorization and authentication fine grain control\n        - Easy plugin interface\n        - UTF-8 support\n        - JSP-based\n        - Easy-ish installation\n        - Page locking to prevent editing conflicts\n        - Support for Multiple Wikis\n    ",
+"doap": "http://svn.apache.org/repos/asf/jspwiki/site/doap/doap-jspwiki.rdf",
+"download-page": "http://jspwiki.apache.org/general/downloads.html",
+"homepage": "http://jspwiki.apache.org/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://jspwiki.apache.org/community/mailing_lists.html",
+"name": "Apache JSPWiki",
+"pmc": "jspwiki",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "A feature-rich and extensible WikiWiki engine built around the standard \n        J2EE components (Java, servlets, JSP).",
+"shortname": "jspwiki"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/juddi-scout.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/juddi-scout.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/juddi-scout.json (original)
+++ comdev/projects.apache.org/site/json/projects/juddi-scout.json Sun Apr 12 18:55:14 2015
@@ -1 +1,35 @@
-{"bug-database": "http://issues.apache.org/jira/", "SVNRepository": "https://svn.apache.org/repos/asf/juddi/scout", "license": "http://usefulinc.com/doap/licenses/asl20", "implements": null, "repository": null, "created": "2006-03-28", "category": "http://projects.apache.org/category/xml", "Version": {"revision": "1.2.4", "name": "Scout v1.2.4", "created": "2012-01-27"}, "release": null, "doap": "http://svn.apache.org/repos/asf/juddi/scout/trunk/doap_Scout.rdf", "maintainer": null, "shortdesc": "Apache Scout is an implementation of the JSR 93 (JAXR).", "standard": {"body": "JCP", "id": "93", "title": "Java API For XML Registries", "url": "http://jcp.org/en/jsr/detail?id=93"}, "description": "Apache Scout is an implementation of the JSR 93 (JAXR). It provides an implementation to access UDDI registries (particularly Apache jUDDI) in a standard way.", "Person": {"name": "Tom Cunningham", "mbox": "mailto:tcunning@apache.org"}, "download-page": "http://juddi.apache.org/scout/downloads.h
 tml", "programming-language": "Java", "homepage": "http://juddi.apache.org/scout", "pmc": "juddi", "name": "Apache Scout", "mailing-list": "http://juddi.apache.org/scout/mail-lists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:tcunning@apache.org",
+"name": "Tom Cunningham"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/juddi/scout",
+"Version": {
+"created": "2012-01-27",
+"name": "Scout v1.2.4",
+"revision": "1.2.4"
+},
+"bug-database": "http://issues.apache.org/jira/",
+"category": "http://projects.apache.org/category/xml",
+"created": "2006-03-28",
+"description": "Apache Scout is an implementation of the JSR 93 (JAXR). It provides an implementation to access UDDI registries (particularly Apache jUDDI) in a standard way.",
+"doap": "http://svn.apache.org/repos/asf/juddi/scout/trunk/doap_Scout.rdf",
+"download-page": "http://juddi.apache.org/scout/downloads.html",
+"homepage": "http://juddi.apache.org/scout",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://juddi.apache.org/scout/mail-lists.html",
+"maintainer": null,
+"name": "Apache Scout",
+"pmc": "juddi",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Scout is an implementation of the JSR 93 (JAXR).",
+"standard": {
+"body": "JCP",
+"id": "93",
+"title": "Java API For XML Registries",
+"url": "http://jcp.org/en/jsr/detail?id=93"
+}
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/kafka.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/kafka.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/kafka.json (original)
+++ comdev/projects.apache.org/site/json/projects/kafka.json Sun Apr 12 18:55:14 2015
@@ -1 +1,28 @@
-{"bug-database": "https://issues.apache.org/jira/browse/KAFKA", "SVNRepository": "http://git-wip-us.apache.org/repos/asf/kafka.git", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2014-04-12", "category": "http://projects.apache.org/category/big-data", "Version": {"revision": "0.8.1", "name": "Kafka 0.8.1", "created": "2014-03-12"}, "release": null, "doap": "https://git-wip-us.apache.org/repos/asf?p=kafka.git;f=doap_Kafka.rdf;a=blob_plain;hb=HEAD", "maintainer": null, "shortdesc": "Apache Kafka is a distributed, fault tolerant, publish-subscribe messaging.", "description": "A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams
  larger than the capability of any single machine and to allow clusters of co-ordinated consumers. Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact.", "Person": {"name": "Jun Rao", "mbox": "mailto:junrao@apache.org"}, "download-page": "http://kafka.apache.org/downloads.html", "programming-language": "Scala", "homepage": "http://kafka.apache.org/", "pmc": "kafka", "name": "Apache Kafka", "mailing-list": "http://kafka.apache.org/contact.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:junrao@apache.org",
+"name": "Jun Rao"
+},
+"SVNRepository": "http://git-wip-us.apache.org/repos/asf/kafka.git",
+"Version": {
+"created": "2014-03-12",
+"name": "Kafka 0.8.1",
+"revision": "0.8.1"
+},
+"bug-database": "https://issues.apache.org/jira/browse/KAFKA",
+"category": "http://projects.apache.org/category/big-data",
+"created": "2014-04-12",
+"description": "A single Kafka broker can handle hundreds of megabytes of reads and writes per second from thousands of clients. Kafka is designed to allow a single cluster to serve as the central data backbone for a large organization. It can be elastically and transparently expanded without downtime. Data streams are partitioned and spread over a cluster of machines to allow data streams larger than the capability of any single machine and to allow clusters of co-ordinated consumers. Kafka has a modern cluster-centric design that offers strong durability and fault-tolerance guarantees. Messages are persisted on disk and replicated within the cluster to prevent data loss. Each broker can handle terabytes of messages without performance impact.",
+"doap": "https://git-wip-us.apache.org/repos/asf?p=kafka.git;f=doap_Kafka.rdf;a=blob_plain;hb=HEAD",
+"download-page": "http://kafka.apache.org/downloads.html",
+"homepage": "http://kafka.apache.org/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://kafka.apache.org/contact.html",
+"maintainer": null,
+"name": "Apache Kafka",
+"pmc": "kafka",
+"programming-language": "Scala",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Kafka is a distributed, fault tolerant, publish-subscribe messaging."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/karaf.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/karaf.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/karaf.json (original)
+++ comdev/projects.apache.org/site/json/projects/karaf.json Sun Apr 12 18:55:14 2015
@@ -1 +1,29 @@
-{"bug-database": "https://issues.apache.org/jira/browse/KARAF", "SVNRepository": "http://svn.apache.org/repos/asf/karaf/", "license": "http://usefulinc.com/doap/licenses/asl20", "implements": null, "repository": null, "created": "2006-03-28", "category": "http://projects.apache.org/category/network-server, http://projects.apache.org/category/osgi", "doap": "http://svn.apache.org/repos/asf/karaf/doap.rdf", "maintainer": null, "shortdesc": "Apache Karaf is an OSGi distribution for server-side applications.", "description": "Apache Karaf is a small OSGi based runtime which provides a lightweight container onto which various components and applications can be deployed.", "Person": {"name": "Guillaume Nodet", "mbox": "mailto:gnodet@apache.org"}, "download-page": "http://karaf.apache.org/download.html", "programming-language": "Java", "homepage": "http://karaf.apache.org", "Standard": {"body": "OSGi Alliance", "id": "OSGi Core 4.2", "title": "OSGi Core", "url": "http://www.osgi.org/Releas
 e4/HomePage"}, "pmc": "karaf", "name": "Apache Karaf", "mailing-list": "http://karaf.apache.org/mailing-lists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:gnodet@apache.org",
+"name": "Guillaume Nodet"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/karaf/",
+"Standard": {
+"body": "OSGi Alliance",
+"id": "OSGi Core 4.2",
+"title": "OSGi Core",
+"url": "http://www.osgi.org/Release4/HomePage"
+},
+"bug-database": "https://issues.apache.org/jira/browse/KARAF",
+"category": "http://projects.apache.org/category/network-server, http://projects.apache.org/category/osgi",
+"created": "2006-03-28",
+"description": "Apache Karaf is a small OSGi based runtime which provides a lightweight container onto which various components and applications can be deployed.",
+"doap": "http://svn.apache.org/repos/asf/karaf/doap.rdf",
+"download-page": "http://karaf.apache.org/download.html",
+"homepage": "http://karaf.apache.org",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://karaf.apache.org/mailing-lists.html",
+"maintainer": null,
+"name": "Apache Karaf",
+"pmc": "karaf",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "Apache Karaf is an OSGi distribution for server-side applications."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/knox.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/knox.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/knox.json (original)
+++ comdev/projects.apache.org/site/json/projects/knox.json Sun Apr 12 18:55:14 2015
@@ -1 +1,28 @@
-{"bug-database": "http://issues.apache.org/jira/browse/KNOX", "SVNRepository": "https://git-wip-us.apache.org/repos/asf/knox.git", "license": "http://spdx.org/licenses/Apache-2.0", "repository": null, "created": "2014-06-12", "category": "http://projects.apache.org/category/big-data", "Version": {"revision": "0.4.0", "name": "Apache Knox Gateway 0.4.0", "created": "2014/04/15"}, "release": null, "doap": "https://git-wip-us.apache.org/repos/asf?p=knox.git;a=blob_plain;f=doap_Knox.rdf", "maintainer": null, "shortdesc": "A REST API Gateway for Hadoop Services", "description": "The Apache Knox Gateway is a REST API Gateway for interacting with Hadoop clusters.\n\nThe Knox Gateway provides a single access point for all REST interactions with Hadoop clusters.\n\nIn this capacity, the Knox Gateway is able to provide valuable functionality to aid in the control,\nintegration, monitoring and automation of critical administrative and analytical needs of the enterprise.\n\nAuthentication (LDAP
  and Active Directory Authentication Provider)\nFederation/SSO (HTTP Header Based Identity Federation)\nAuthorization (Service Level Authorization)\nAuditing\nWhile there are a number of benefits for unsecured Hadoop clusters,\nthe Knox Gateway also complements the kerberos secured cluster quite nicely.\n\nCoupled with proper network isolation of a Kerberos secured Hadoop cluster,\nthe Knox Gateway provides the enterprise with a solution that:\n\nIntegrates well with enterprise identity management solutions\nProtects the details of the Hadoop cluster deployment (hosts and ports are hidden from endusers)\nSimplifies the number of services that clients need to interact with", "Person": {"name": "Kevin Minder", "mbox": "mailto:kminder@apache.org"}, "download-page": "https://cwiki.apache.org/confluence/display/KNOX/Release+0.4.0", "programming-language": "Java", "homepage": "http://knox.apache.org", "pmc": "knox", "name": "Apache Knox", "mailing-list": "http://knox.apache.org/mail-lists
 .html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:kminder@apache.org",
+"name": "Kevin Minder"
+},
+"SVNRepository": "https://git-wip-us.apache.org/repos/asf/knox.git",
+"Version": {
+"created": "2014/04/15",
+"name": "Apache Knox Gateway 0.4.0",
+"revision": "0.4.0"
+},
+"bug-database": "http://issues.apache.org/jira/browse/KNOX",
+"category": "http://projects.apache.org/category/big-data",
+"created": "2014-06-12",
+"description": "The Apache Knox Gateway is a REST API Gateway for interacting with Hadoop clusters.\n\nThe Knox Gateway provides a single access point for all REST interactions with Hadoop clusters.\n\nIn this capacity, the Knox Gateway is able to provide valuable functionality to aid in the control,\nintegration, monitoring and automation of critical administrative and analytical needs of the enterprise.\n\nAuthentication (LDAP and Active Directory Authentication Provider)\nFederation/SSO (HTTP Header Based Identity Federation)\nAuthorization (Service Level Authorization)\nAuditing\nWhile there are a number of benefits for unsecured Hadoop clusters,\nthe Knox Gateway also complements the kerberos secured cluster quite nicely.\n\nCoupled with proper network isolation of a Kerberos secured Hadoop cluster,\nthe Knox Gateway provides the enterprise with a solution that:\n\nIntegrates well with enterprise identity management solutions\nProtects the details of the Hadoop cluster deployme
 nt (hosts and ports are hidden from endusers)\nSimplifies the number of services that clients need to interact with",
+"doap": "https://git-wip-us.apache.org/repos/asf?p=knox.git;a=blob_plain;f=doap_Knox.rdf",
+"download-page": "https://cwiki.apache.org/confluence/display/KNOX/Release+0.4.0",
+"homepage": "http://knox.apache.org",
+"license": "http://spdx.org/licenses/Apache-2.0",
+"mailing-list": "http://knox.apache.org/mail-lists.html",
+"maintainer": null,
+"name": "Apache Knox",
+"pmc": "knox",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "A REST API Gateway for Hadoop Services"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/lenya.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/lenya.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/lenya.json (original)
+++ comdev/projects.apache.org/site/json/projects/lenya.json Sun Apr 12 18:55:14 2015
@@ -1 +1,28 @@
-{"bug-database": "http://issues.apache.org/bugzilla/buglist.cgi?product=Lenya", "SVNRepository": "http://svn.apache.org/repos/asf/lenya/trunk/", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2006-02-28", "category": "http://projects.apache.org/category/web-framework, http://projects.apache.org/category/xml", "Version": {"revision": "2.0.4", "name": "Latest release", "created": "2010-02-20"}, "release": null, "doap": "http://svn.apache.org/repos/asf/lenya/site/doap_Lenya.rdf", "maintainer": null, "shortdesc": "Content Management Framework", "description": "Apache Lenya is an Open Source Java/XML Content Management Framework and comes with revision control, site management, scheduling, search, WYSIWYG editors, and workflow.", "Person": {"name": "Andreas Hartmann", "mbox": "mailto:andreas@apache.org"}, "download-page": "http://lenya.apache.org/docs/2_0_x/installation/index.html", "programming-language": "Java", "homepage": "http://lenya.apache.o
 rg", "pmc": "lenya", "name": "Apache Lenya", "mailing-list": "http://lenya.apache.org/community/mailing-lists.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:andreas@apache.org",
+"name": "Andreas Hartmann"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/lenya/trunk/",
+"Version": {
+"created": "2010-02-20",
+"name": "Latest release",
+"revision": "2.0.4"
+},
+"bug-database": "http://issues.apache.org/bugzilla/buglist.cgi?product=Lenya",
+"category": "http://projects.apache.org/category/web-framework, http://projects.apache.org/category/xml",
+"created": "2006-02-28",
+"description": "Apache Lenya is an Open Source Java/XML Content Management Framework and comes with revision control, site management, scheduling, search, WYSIWYG editors, and workflow.",
+"doap": "http://svn.apache.org/repos/asf/lenya/site/doap_Lenya.rdf",
+"download-page": "http://lenya.apache.org/docs/2_0_x/installation/index.html",
+"homepage": "http://lenya.apache.org",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://lenya.apache.org/community/mailing-lists.html",
+"maintainer": null,
+"name": "Apache Lenya",
+"pmc": "lenya",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Content Management Framework"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/libcloud.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/libcloud.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/libcloud.json (original)
+++ comdev/projects.apache.org/site/json/projects/libcloud.json Sun Apr 12 18:55:14 2015
@@ -1 +1,28 @@
-{"SVNRepository": "https://svn.apache.org/repos/asf/libcloud/trunk/", "license": "http://usefulinc.com/doap/licenses/asl20", "doap": "http://svn.apache.org/repos/asf/libcloud/trunk/doap_libcloud.rdf", "repository": null, "created": "2011-05-29", "category": "http://projects.apache.org/category/cloud, http://projects.apache.org/category/library", "Version": {"revision": "0.11.3", "name": "0.11.3", "created": "2012-09-25"}, "release": null, "bug-database": "https://issues.apache.org/jira/browse/LIBCLOUD", "maintainer": null, "shortdesc": "Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs.", "description": "Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs. It allows users to manage cloud servers, cloud storage and load-balancers.", "Person": {"name": "Tomaz Muraus", "mbox": "mailto:tomaz@apache.org"}, "download-page": "http://libcloud.apache.org/downloads.html", 
 "programming-language": "Python", "homepage": "http://libcloud.apache.org", "pmc": "libcloud", "name": "Apache Libcloud", "mailing-list": "http://libcloud.apache.org/devinfo.html"}
\ No newline at end of file
+{
+"Person": {
+"mbox": "mailto:tomaz@apache.org",
+"name": "Tomaz Muraus"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/libcloud/trunk/",
+"Version": {
+"created": "2012-09-25",
+"name": "0.11.3",
+"revision": "0.11.3"
+},
+"bug-database": "https://issues.apache.org/jira/browse/LIBCLOUD",
+"category": "http://projects.apache.org/category/cloud, http://projects.apache.org/category/library",
+"created": "2011-05-29",
+"description": "Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs. It allows users to manage cloud servers, cloud storage and load-balancers.",
+"doap": "http://svn.apache.org/repos/asf/libcloud/trunk/doap_libcloud.rdf",
+"download-page": "http://libcloud.apache.org/downloads.html",
+"homepage": "http://libcloud.apache.org",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://libcloud.apache.org/devinfo.html",
+"maintainer": null,
+"name": "Apache Libcloud",
+"pmc": "libcloud",
+"programming-language": "Python",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/logging-log4cxx.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/logging-log4cxx.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/logging-log4cxx.json (original)
+++ comdev/projects.apache.org/site/json/projects/logging-log4cxx.json Sun Apr 12 18:55:14 2015
@@ -1 +1,16 @@
-{"SVNRepository": "http://svn.apache.org/repos/asf/logging/log4cxx/trunk/", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2007-02-09", "category": "http://projects.apache.org/category/library", "bug-database": "http://issues.apache.org/jira/browse/LOGCXX", "shortdesc": "Apache log4cxx provides logging services for C++.", "doap": "http://svn.apache.org/repos/asf/incubator/log4cxx/trunk/doap_log4cxx.rdf", "download-page": "http://logging.apache.org/log4cxx/download.html", "programming-language": "C", "homepage": "http://logging.apache.org/log4cxx", "pmc": "logging", "name": "Apache log4cxx", "mailing-list": "http://logging.apache.org/log4cxx/mail-lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/logging/log4cxx/trunk/",
+"bug-database": "http://issues.apache.org/jira/browse/LOGCXX",
+"category": "http://projects.apache.org/category/library",
+"created": "2007-02-09",
+"doap": "http://svn.apache.org/repos/asf/incubator/log4cxx/trunk/doap_log4cxx.rdf",
+"download-page": "http://logging.apache.org/log4cxx/download.html",
+"homepage": "http://logging.apache.org/log4cxx",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://logging.apache.org/log4cxx/mail-lists.html",
+"name": "Apache log4cxx",
+"pmc": "logging",
+"programming-language": "C",
+"repository": null,
+"shortdesc": "Apache log4cxx provides logging services for C++."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/logging-log4j.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/logging-log4j.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/logging-log4j.json (original)
+++ comdev/projects.apache.org/site/json/projects/logging-log4j.json Sun Apr 12 18:55:14 2015
@@ -1 +1,22 @@
-{"SVNRepository": "http://svn.apache.org/repos/asf/logging/log4j/trunk/", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2007-02-09", "category": "http://projects.apache.org/category/library", "Version": {"revision": "1.2.17", "name": "Apache log4j 1.2.17", "created": "2012-05-06"}, "release": null, "bug-database": "http://issues.apache.org/bugzilla", "shortdesc": "Apache log4j provides logging services for Java.", "doap": "http://svn.apache.org/repos/asf/logging/log4j/trunk/doap_log4j.rdf", "download-page": "http://logging.apache.org/log4j/1.2/download.html", "programming-language": "Java", "homepage": "http://logging.apache.org/log4j", "pmc": "logging", "name": "Apache log4j", "mailing-list": "http://logging.apache.org/log4j/1.2/mail-lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/logging/log4j/trunk/",
+"Version": {
+"created": "2012-05-06",
+"name": "Apache log4j 1.2.17",
+"revision": "1.2.17"
+},
+"bug-database": "http://issues.apache.org/bugzilla",
+"category": "http://projects.apache.org/category/library",
+"created": "2007-02-09",
+"doap": "http://svn.apache.org/repos/asf/logging/log4j/trunk/doap_log4j.rdf",
+"download-page": "http://logging.apache.org/log4j/1.2/download.html",
+"homepage": "http://logging.apache.org/log4j",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://logging.apache.org/log4j/1.2/mail-lists.html",
+"name": "Apache log4j",
+"pmc": "logging",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Apache log4j provides logging services for Java."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/logging-log4net.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/logging-log4net.json?rev=1673042&r1=1673041&r2=1673042&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/logging-log4net.json (original)
+++ comdev/projects.apache.org/site/json/projects/logging-log4net.json Sun Apr 12 18:55:14 2015
@@ -1 +1,22 @@
-{"SVNRepository": "http://svn.apache.org/repos/asf/logging/log4net/trunk/", "license": "http://usefulinc.com/doap/licenses/asl20", "repository": null, "created": "2007-02-09", "category": "http://projects.apache.org/category/library", "Version": {"revision": "1.2.13", "name": "Apache log4net 1.2.13", "created": "2013-11-21"}, "release": null, "bug-database": "https://issues.apache.org/jira/browse/LOG4NET", "shortdesc": "Apache log4net provides logging services for .NET.", "doap": "http://svn.apache.org/repos/asf/logging/log4net/doap_log4net.rdf", "download-page": "http://logging.apache.org/log4net/download_log4net.cgi", "programming-language": "C#", "homepage": "http://logging.apache.org/log4net/", "pmc": "logging", "name": "Apache log4net", "mailing-list": "http://logging.apache.org/log4net/mail-lists.html"}
\ No newline at end of file
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/logging/log4net/trunk/",
+"Version": {
+"created": "2013-11-21",
+"name": "Apache log4net 1.2.13",
+"revision": "1.2.13"
+},
+"bug-database": "https://issues.apache.org/jira/browse/LOG4NET",
+"category": "http://projects.apache.org/category/library",
+"created": "2007-02-09",
+"doap": "http://svn.apache.org/repos/asf/logging/log4net/doap_log4net.rdf",
+"download-page": "http://logging.apache.org/log4net/download_log4net.cgi",
+"homepage": "http://logging.apache.org/log4net/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://logging.apache.org/log4net/mail-lists.html",
+"name": "Apache log4net",
+"pmc": "logging",
+"programming-language": "C#",
+"release": null,
+"repository": null,
+"shortdesc": "Apache log4net provides logging services for .NET."
+}
\ No newline at end of file