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

svn commit: r1679469 [4/4] - in /comdev/projects.apache.org: scripts/import/ site/json/foundation/ site/json/projects/

Added: comdev/projects.apache.org/site/json/projects/hc-httpcomponents-client.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/hc-httpcomponents-client.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/hc-httpcomponents-client.json (added)
+++ comdev/projects.apache.org/site/json/projects/hc-httpcomponents-client.json Thu May 14 22:22:37 2015
@@ -0,0 +1,30 @@
+{
+"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, library, 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/httpd.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/httpd.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/httpd.json (original)
+++ comdev/projects.apache.org/site/json/projects/httpd.json Thu May 14 22:22:37 2015
@@ -1,15 +1,29 @@
 {
-"GitRepository": "",
 "SVNRepository": "http://svn.apache.org/repos/asf/httpd/httpd/",
+"Standard": {
+"body": "IETF",
+"id": "RFC 3986",
+"title": "Uniform Resource Identifier (URI): Generic Syntax",
+"url": "http://www.ietf.org/rfc/rfc3986.txt"
+},
+"Version": {
+"created": "2014-09-03",
+"name": "Current 2.2 release",
+"revision": "2.2.29"
+},
 "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    ",
+"description": "\n      The Apache HTTP Server is an open-source HTTP server for modern\n      operating systems including UNIX, Microsoft Windows, Mac OS/X and Netware.\n      The goal of this project is to provide a secure, efficient and\n      extensible server that provides HTTP services observing the current\n      HTTP standards. Apache has been the most popular web server on the\n      Internet since April of 1996.\n    ",
+"doap": "http://svn.apache.org/repos/asf/httpd/site/trunk/content/doap.rdf",
 "download-page": "http://httpd.apache.org/download.cgi",
-"file": "httpd",
 "homepage": "http://httpd.apache.org/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
 "mailing-list": "http://httpd.apache.org/lists.html",
 "name": "Apache HTTP Server",
 "pmc": "httpd",
 "programming-language": "C",
-"shortdesc": "The Apache HTTP Server application, 'httpd'.    "
+"release": null,
+"repository": null,
+"shortdesc": "\n      The Apache HTTP Server application 'httpd'.\n    "
 }
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/jakarta-cactus.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jakarta-cactus.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jakarta-cactus.json (added)
+++ comdev/projects.apache.org/site/json/projects/jakarta-cactus.json Thu May 14 22:22:37 2015
@@ -0,0 +1,28 @@
+{
+"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": "testing, 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/jena.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jena.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jena.json (original)
+++ comdev/projects.apache.org/site/json/projects/jena.json Thu May 14 22:22:37 2015
@@ -1,15 +1,35 @@
 {
-"GitRepository": "https://git-wip-us.apache.org/repos/asf/jena.git",
-"SVNRepository": "",
+"Person": {
+"mbox": "mailto:rvesse@apache.org",
+"name": "Rob Vesse"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/jena/trunk/",
+"Standard": {
+"body": "W3C",
+"id": "SPARQL",
+"title": "SPARQL",
+"url": "http://www.w3.org/TR/rdf-sparql-query/"
+},
+"Version": {
+"created": "2012-07-02",
+"name": "apache-jena-2.7.2",
+"revision": "2.7.2"
+},
 "bug-database": "https://issues.apache.org/jira/browse/JENA",
 "category": "library",
+"created": "2012-07-03",
 "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.",
+"doap": "http://jena.apache.org/about_jena/jena.rdf",
 "download-page": "http://jena.apache.org/download/index.cgi",
-"file": "jena",
 "homepage": "http://jena.apache.org",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
 "mailing-list": "http://jena.apache.org/help_and_support/index.html",
+"maintainer": null,
 "name": "Apache Jena",
 "pmc": "jena",
 "programming-language": "Java",
+"release": null,
+"repository": null,
 "shortdesc": "A framework for developing Semantic Web and Linked Data applications in Java."
 }
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/jmeter-index.html.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/jmeter-index.html.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/jmeter-index.html.json (added)
+++ comdev/projects.apache.org/site/json/projects/jmeter-index.html.json Thu May 14 22:22:37 2015
@@ -0,0 +1,23 @@
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/jmeter/",
+"Version": {
+"created": "2015-03-14",
+"name": "Apache JMeter",
+"revision": "2.13 final"
+},
+"bug-database": "http://bz.apache.org/bugzilla/",
+"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

Added: comdev/projects.apache.org/site/json/projects/logging-chainsaw.html.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/logging-chainsaw.html.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/logging-chainsaw.html.json (added)
+++ comdev/projects.apache.org/site/json/projects/logging-chainsaw.html.json Thu May 14 22:22:37 2015
@@ -0,0 +1,16 @@
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/logging/chainsaw/trunk/",
+"bug-database": "http://issues.apache.org/bugzilla",
+"category": "network-client",
+"created": "2007-02-09",
+"doap": "http://svn.apache.org/repos/asf/logging/chainsaw/trunk/doap_chainsaw.rdf",
+"download-page": "http://logging.apache.org/site/binindex.cgi",
+"homepage": "http://logging.apache.org/log4j/docs/chainsaw.html",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://logging.apache.org/site/mailing-lists.html",
+"name": "Apache Chainsaw",
+"pmc": "logging",
+"programming-language": "Java",
+"repository": null,
+"shortdesc": "Apache Chainsaw is a GUI log viewer."
+}
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/lucene-core.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/lucene-core.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/lucene-core.json (added)
+++ comdev/projects.apache.org/site/json/projects/lucene-core.json Thu May 14 22:22:37 2015
@@ -0,0 +1,30 @@
+{
+"Person": {
+"mbox": "mailto:dev@lucene.apache.org",
+"name": "Apache Lucene Team"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/lucene/dev/",
+"Version": {
+"branch": "lucene_solr_3_1",
+"created": "2011-03-31",
+"name": "lucene-3.1",
+"revision": "3.1"
+},
+"bug-database": "http://issues.apache.org/jira/browse/LUCENE",
+"category": "database",
+"created": "2001-09-01",
+"description": "Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform.\n    ",
+"doap": "http://lucene.apache.org/core/doap.rdf",
+"download-page": "http://lucene.apache.org/core/downloads.html",
+"homepage": "http://lucene.apache.org/core/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://lucene.apache.org/core/discussion.html",
+"maintainer": null,
+"name": "Apache Lucene Core",
+"pmc": "lucene",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Lucene is a high-performance, full-featured text search engine library",
+"wiki": "http://wiki.apache.org/lucene-java/"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/mina-ftpserver.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/mina-ftpserver.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/mina-ftpserver.json (original)
+++ comdev/projects.apache.org/site/json/projects/mina-ftpserver.json Thu May 14 22:22:37 2015
@@ -22,7 +22,7 @@
 "name": "Apache FtpServer",
 "pmc": "mina",
 "programming-language": "Java",
-"release": "\n    ",
+"release": null,
 "repository": null,
 "shortdesc": "The Apache FtpServer application is a 100% pure Java FTP server"
 }
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/mina-sshd.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/mina-sshd.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/mina-sshd.json (original)
+++ comdev/projects.apache.org/site/json/projects/mina-sshd.json Thu May 14 22:22:37 2015
@@ -22,7 +22,7 @@
 "name": "Apache SSHD",
 "pmc": "mina",
 "programming-language": "Java",
-"release": "\n     ",
+"release": null,
 "repository": null,
 "shortdesc": "Apache SSHD is a 100% pure java library to support the SSH protocols on both the client and server side."
 }
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/mina-vysper.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/mina-vysper.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/mina-vysper.json (original)
+++ comdev/projects.apache.org/site/json/projects/mina-vysper.json Thu May 14 22:22:37 2015
@@ -22,7 +22,7 @@
 "name": "Apache Vysper",
 "pmc": "mina",
 "programming-language": "Java",
-"release": "\n    ",
+"release": null,
 "repository": null,
 "shortdesc": "A modular, full featured XMPP (Jabber) server"
 }
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/mina.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/mina.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/mina.json (original)
+++ comdev/projects.apache.org/site/json/projects/mina.json Thu May 14 22:22:37 2015
@@ -22,7 +22,7 @@
 "name": "Apache MINA",
 "pmc": "mina",
 "programming-language": "Java",
-"release": "\n      ",
+"release": null,
 "repository": null,
 "shortdesc": "A network application framework"
 }
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/mrunit.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/mrunit.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/mrunit.json (original)
+++ comdev/projects.apache.org/site/json/projects/mrunit.json Thu May 14 22:22:37 2015
@@ -1,7 +1,6 @@
 {
 "Person": {
-"mbox": "mailto:phunt@apache.org",
-"name": "Patrick D. Hunt"
+"name": "Brock Noland"
 },
 "Repository": "git:https://git-wip-us.apache.org/repos/asf/mrunit.git",
 "Version": {

Modified: comdev/projects.apache.org/site/json/projects/myfaces-tobago.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/myfaces-tobago.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/myfaces-tobago.json (original)
+++ comdev/projects.apache.org/site/json/projects/myfaces-tobago.json Thu May 14 22:22:37 2015
@@ -5,10 +5,10 @@
 },
 "SVNRepository": "http://svn.apache.org/repos/asf/myfaces/tobago",
 "Version": {
-"created": "2014-12-20",
-"file-release": "http://www.apache.org/dyn/closer.cgi/myfaces/binaries/myfaces-tobago-2.0.5-dist.zip",
+"created": "2015-02-24",
+"file-release": "http://www.apache.org/dyn/closer.cgi/myfaces/binaries/myfaces-tobago-2.0.7-dist.zip",
 "name": "Latest stable release of 2.0.x",
-"revision": "2.0.5"
+"revision": "2.0.7"
 },
 "bug-database": "http://issues.apache.org/jira/browse/TOBAGO",
 "category": "web-framework",

Modified: comdev/projects.apache.org/site/json/projects/ofbiz.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/ofbiz.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/ofbiz.json (original)
+++ comdev/projects.apache.org/site/json/projects/ofbiz.json Thu May 14 22:22:37 2015
@@ -1,18 +1,18 @@
 {
 "Person": {
-"mbox": "mailto:jacopoc@apache.org",
-"name": "Jacopo Cappellato"
+"mbox": "mailto:jleroux@apache.org",
+"name": "Jacques Le Roux"
 },
 "SVNRepository": "http://svn.apache.org/repos/asf/ofbiz/trunk/",
 "Version": {
-"created": "2013-07-20",
-"name": "Apache OFBiz 10.04.06",
-"revision": "10.04.06"
+"created": "2014-09-09",
+"name": "Apache OFBiz R11.04",
+"revision": "11.04.06"
 },
 "bug-database": "https://issues.apache.org/jira/browse/OFBIZ",
-"category": "web-framework, database, network-server, xml, http",
+"category": "web-framework, database, network-server, xml, http, content",
 "created": "2006-12-28",
-"description": "\n      Apache OFBiz (The Apache Open For Business Project) is an open source enterprise automation software project.\n      By open source enterprise automation we mean:\n      Open Source ERP, Open Source CRM, Open Source E-Business / E-Commerce, Open Source SCM, Open Source MRP, Open Source CMMS/EAM, and so on.\n      It is one of the few apps of this type to be developed by a community, rather than one corporation.\n    ",
+"description": "\n      Apache OFBiz is an open source product for the automation of enterprise processes that includes framework components and business applications\n      for ERP (Enterprise Resource Planning), CRM (Customer Relationship Management), E-Business / E-Commerce, SCM (Supply Chain Management),\n      MRP (Manufacturing Resource Planning), MMS/EAM (Maintenance Management System/Enterprise Asset Management), POS (Point Of Sale).\n      Apache OFBiz provides a foundation and starting point for reliable, secure and scalable enterprise solutions.\n    ",
 "doap": "http://ofbiz.apache.org/doap_OFBiz.rdf",
 "download-page": "http://ofbiz.apache.org/download.html",
 "homepage": "http://ofbiz.apache.org",

Modified: comdev/projects.apache.org/site/json/projects/oltu.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/oltu.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/oltu.json (original)
+++ comdev/projects.apache.org/site/json/projects/oltu.json Thu May 14 22:22:37 2015
@@ -1,7 +1,6 @@
 {
 "Person": {
-"mbox": "mailto:tommaso@apache.org",
-"name": "Tommaso Teofili"
+"name": "Antonio Sanso"
 },
 "SVNRepository": "https://svn.apache.org/repos/asf/oltu/trunk/parent",
 "Version": {

Modified: comdev/projects.apache.org/site/json/projects/onami.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/onami.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/onami.json (original)
+++ comdev/projects.apache.org/site/json/projects/onami.json Thu May 14 22:22:37 2015
@@ -1,7 +1,5 @@
 {
 "Person": {
-"homepage": "http://people.apache.org/~simonetripodi/",
-"mbox": "mailto:simonetripodi@apache.org",
 "name": "Simone Tripodi"
 },
 "SVNRepository": "https://svn.apache.org/repos/asf/onami/tags/org.apache.onami.parent-4",

Modified: comdev/projects.apache.org/site/json/projects/oodt.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/oodt.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/oodt.json (original)
+++ comdev/projects.apache.org/site/json/projects/oodt.json Thu May 14 22:22:37 2015
@@ -13,7 +13,7 @@
 "category": "web-framework",
 "created": "2012-04-14",
 "description": "Apache OODT software is component based, and offers a software architecture beyond simple science applications.",
-"doap": "http://oodt.apache.org/doap_oodt.rdf",
+"doap": "http://svn.apache.org/repos/asf/oodt/cms_site/trunk/content/doap_oodt.rdf",
 "download-page": "http://oodt.apache.org/downloads/",
 "homepage": "http://oodt.apache.org",
 "license": "http://usefulinc.com/doap/licenses/asl20",

Added: comdev/projects.apache.org/site/json/projects/orc.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/orc.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/orc.json (added)
+++ comdev/projects.apache.org/site/json/projects/orc.json Thu May 14 22:22:37 2015
@@ -0,0 +1,22 @@
+{
+"GitRepository": "https://git-wip-us.apache.org/repos/asf/orc.git",
+"Person": {
+"mbox": "mailto:omalley@apache.org",
+"name": "Owen O'Malley"
+},
+"bug-database": "https://issues.apache.org/jira/browse/orc",
+"category": "big-data, hadoop",
+"created": "2015-05-12",
+"description": "ORC is a self-describing type-aware columnar file format designed for\nHadoop workloads. It is optimized for large streaming reads, but with\nintegrated support for finding required rows quickly. Storing data in\na columnar format lets the reader read, decompress, and process only\nthe values that are required for the current query.",
+"doap": "http://orc.apache.org/doap_orc.rdf",
+"download-page": "https://orc.apache.org/downloads",
+"homepage": "https://orc.apache.org",
+"license": "http://spdx.org/licenses/Apache-2.0",
+"mailing-list": "https://orc.apache.org/develop",
+"maintainer": null,
+"name": "Apache Orc",
+"pmc": "https://orc.apache.org",
+"programming-language": "Java, C++",
+"repository": null,
+"shortdesc": "A high-performance columnar file format for Hadoop workloads."
+}
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/parquet.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/parquet.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/parquet.json (added)
+++ comdev/projects.apache.org/site/json/projects/parquet.json Thu May 14 22:22:37 2015
@@ -0,0 +1,23 @@
+{
+"GitRepository": "https://git-wip-us.apache.org/repos/asf/parquet-mr.git",
+"Version": {
+"created": "2015-04-15",
+"name": "Parquet MR",
+"revision": "1.6.0"
+},
+"bug-database": "https://issues.apache.org/jira/browse/PARQUET",
+"category": "big-data",
+"created": "2015-05-13",
+"description": "Apache Parquet is a general-purpose columnar storage format, built for Hadoop, usable with any choice of data processing framework, data model, or programming language.",
+"doap": "http://parquet.apache.org/doap_Parquet.rdf",
+"download-page": "https://parquet.apache.org/downloads/",
+"homepage": "http://parquet.apache.org",
+"license": "http://spdx.org/licenses/Apache-2.0",
+"mailing-list": "https://parquet.apache.org/community/",
+"name": "Apache Parquet",
+"pmc": "parquet",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Parquet is a general-purpose columnar storage format."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/pdfbox.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/pdfbox.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/pdfbox.json (original)
+++ comdev/projects.apache.org/site/json/projects/pdfbox.json Thu May 14 22:22:37 2015
@@ -1,15 +1,29 @@
 {
-"GitRepository": "",
 "SVNRepository": "http://svn.apache.org/repos/asf/pdfbox",
+"Standard": {
+"body": "Authorised copy of the ISO standard with identical technical content from Adobe Systems Incorporated",
+"id": "ISO 32000-1",
+"title": "Portable document format (PDF)",
+"url": "http://www.adobe.com/devnet/pdf/pdf_reference.html"
+},
+"Version": {
+"created": "2009-09-23",
+"name": "Apache PDFBox (incubating)",
+"revision": "0.8.0-incubator"
+},
 "bug-database": "https://issues.apache.org/jira/browse/PDFBOX",
 "category": "content, library",
-"description": "",
-"download-page": "http://pdfbox.apache.org/download.cgi",
-"file": "pdfbox",
+"created": "2010-12-19",
+"doap": "http://svn.apache.org/repos/asf/pdfbox/trunk/doap_PDFBox.rdf",
+"download-page": "http://pdfbox.apache.org/download.html",
 "homepage": "http://pdfbox.apache.org",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
 "mailing-list": "http://pdfbox.apache.org/mailinglists.html",
 "name": "Apache PDFBox",
 "pmc": "pdfbox",
 "programming-language": "Java",
+"release": null,
+"repository": null,
 "shortdesc": "The Apache PDFBox library is an open source Java tool for working with PDF documents."
 }
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/samza.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/samza.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/samza.json (original)
+++ comdev/projects.apache.org/site/json/projects/samza.json Thu May 14 22:22:37 2015
@@ -1,15 +1,28 @@
 {
-"GitRepository": "",
-"SVNRepository": "",
-"bug-database": "",
-"category": "",
-"description": "Samza is a stream processing system for running continuous computation on infinite streams of data.",
-"download-page": "",
-"file": "samza",
+"GitRepository": "https://github.com/apache/samza.git",
+"Person": {
+"mbox": "mailto:criccomini@apache.org",
+"name": "Chris Riccomini"
+},
+"Version": {
+"created": "2014-12-09",
+"name": "Samza 0.8.0",
+"revision": "0.8.0"
+},
+"bug-database": "https://issues.apache.org/jira/browse/SAMZA",
+"category": "big-data",
+"created": "2015-01-23",
+"description": "Apache Samza provides a system for processing stream data from publish-subscribe systems such as Apache Kafka. The developer writes a stream processing task, and executes it as a Samza job. Samza then routes messages between stream processing tasks and the publish-subscribe systems that the messages are addressed to.",
+"doap": "http://samza.apache.org/doap_Samza.rdf",
+"download-page": "http://samza.apache.org/startup/download",
 "homepage": "http://samza.apache.org/",
-"mailing-list": "",
+"license": "http://spdx.org/licenses/Apache-2.0",
+"mailing-list": "http://samza.apache.org/community/mailing-lists.html",
+"maintainer": null,
 "name": "Apache Samza",
 "pmc": "samza",
-"programming-language": "",
-"shortdesc": ""
+"programming-language": "Scala",
+"release": null,
+"repository": null,
+"shortdesc": "Apache Samza is a distributed stream processing framework."
 }
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/servicemix.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/servicemix.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/servicemix.json (original)
+++ comdev/projects.apache.org/site/json/projects/servicemix.json Thu May 14 22:22:37 2015
@@ -1,15 +1,30 @@
 {
 "GitRepository": "https://git-wip-us.apache.org/repos/asf/servicemix.git",
+"Person": {
+"mbox": "mailto:ksobkowiak@apache.org",
+"name": "Krzysztof Sobkowiak"
+},
 "SVNRepository": "http://svn.apache.org/repos/asf/servicemix/",
-"bug-database": "https://issues.apache.org/jira/browse/SM",
-"category": "network-server, xml",
-"description": "Apache ServiceMix is a flexible, open-source integration container that unifies the features and functionality of Apache ActiveMQ, Camel, CXF and Karaf to provide a complete, enterprise-ready ESB powered by OSGi.",
+"Standard": {
+"body": "JCP",
+"id": "JSR 208",
+"title": "Java Business Integration",
+"url": "http://www.jcp.org/en/jsr/detail?id=208"
+},
+"bug-database": "http://issues.apache.org/activemq/browse/SM",
+"category": "network-client, network-server, xml, osgi",
+"created": "2015-03-16",
+"description": "Apache ServiceMix is a flexible, open-source integration container that unifies the features and functionality of Apache ActiveMQ, Camel, CXF, and Karaf into a powerful runtime platform you can use to build your own integrations solutions. It provides a complete, enterprise ready ESB exclusively powered by OSGi.",
+"doap": "http://svn.apache.org/repos/asf/servicemix/doap.rdf",
 "download-page": "http://servicemix.apache.org/download.html",
-"file": "servicemix",
 "homepage": "http://servicemix.apache.org",
+"implements": null,
+"license": "http://spdx.org/licenses/Apache-2.0",
 "mailing-list": "http://servicemix.apache.org/mailing-lists.html",
+"maintainer": null,
 "name": "Apache ServiceMix",
 "pmc": "servicemix",
-"programming-language": "Java",
-"shortdesc": "Apache ServiceMix is an open source ESB powered by OSGi."
+"programming-language": "Java, XML, Scala",
+"repository": null,
+"shortdesc": "Apache ServiceMix is an open source ESB providing routing and mediation features."
 }
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/sis.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/sis.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/sis.json (original)
+++ comdev/projects.apache.org/site/json/projects/sis.json Thu May 14 22:22:37 2015
@@ -15,7 +15,7 @@
 "category": "library",
 "created": "2010-02-24",
 "description": "Apache SIS provides data structures for geographic data and associated metadata\n        along with methods to manipulate those data structures. The library is an implementation of GeoAPI interfaces\n        and can be used for desktop or server applications.",
-"doap": "http://svn.apache.org/repos/asf/sis/trunk/src/main/rdf/DOAP.rdf",
+"doap": "http://sis.apache.org/DOAP.rdf",
 "download-page": "http://sis.apache.org/downloads.html",
 "homepage": "http://sis.apache.org/",
 "implements": null,

Modified: comdev/projects.apache.org/site/json/projects/subversion.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/subversion.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/subversion.json (original)
+++ comdev/projects.apache.org/site/json/projects/subversion.json Thu May 14 22:22:37 2015
@@ -1,9 +1,9 @@
 {
 "SVNRepository": "http://svn.apache.org/repos/asf/subversion/trunk",
 "Version": {
-"created": "2014-12-15",
+"created": "2015-03-31",
 "name": "Current 1.7 release",
-"revision": "1.7.19"
+"revision": "1.7.20"
 },
 "bug-database": "http://subversion.tigris.org/issues/",
 "category": "build-management",

Modified: comdev/projects.apache.org/site/json/projects/taverna.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/taverna.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/taverna.json (original)
+++ comdev/projects.apache.org/site/json/projects/taverna.json Thu May 14 22:22:37 2015
@@ -1,14 +1,23 @@
 {
+"GitRepository": "https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product.git",
+"Standard": {
+"body": "researchobject.org",
+"id": "bundle",
+"title": "Research Object Bundle 1.0",
+"url": "https://w3id.org/bundle/"
+},
 "category": "network-client, content, http, osgi, xml",
 "created": "2014-12-11",
 "description": "Taverna include the Workbench (desktop client application), the Command Line Tool (for a quick execution of workflows from a terminal), the Server (for remote execution of workflows) and the Player (Web interface plugin for submitting workflows for remote execution). The Taverna Platform gives OSGi-based programmatic access to the Taverna workflow engine. ",
 "doap": "http://taverna.incubator.apache.org/doap.rdf",
 "download-page": "http://taverna.incubator.apache.org/download/",
 "homepage": "http://taverna.incubator.apache.org/",
+"implements": null,
 "license": "http://spdx.org/licenses/Apache-2.0",
-"mailing-list": "http://taverna.incubator.apache.org/contact/",
+"mailing-list": "http://taverna.incubator.apache.org/community/lists",
 "name": "Apache Taverna",
 "pmc": "incubator",
 "programming-language": "Java",
+"repository": null,
 "shortdesc": "Taverna is a domain-independent suite of tools used to design and execute data-driven scientific workflows,  combining WSDL/REST web services and local tools.  "
 }
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/tcl-rivet.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/tcl-rivet.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/tcl-rivet.json (original)
+++ comdev/projects.apache.org/site/json/projects/tcl-rivet.json Thu May 14 22:22:37 2015
@@ -5,9 +5,9 @@
 },
 "SVNRepository": "http://svn.apache.org/repos/asf/tcl/rivet/",
 "Version": {
-"created": "2014-06-16",
+"created": "2015-04-11",
 "name": "rivet-2.2",
-"revision": "2.2.0"
+"revision": "2.2.2"
 },
 "bug-database": "https://issues.apache.org/bugzilla/buglist.cgi?quicksearch=Rivet",
 "category": "web-framework",

Added: comdev/projects.apache.org/site/json/projects/tomcat-rdc.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/tomcat-rdc.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/tomcat-rdc.json (added)
+++ comdev/projects.apache.org/site/json/projects/tomcat-rdc.json Thu May 14 22:22:37 2015
@@ -0,0 +1,23 @@
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/tomcat/taglibs/rdc/trunk/",
+"bug-database": "http://issues.apache.org/bugzilla/",
+"category": "library",
+"description": "\n     Server-side generation of HTML has proven an effective way of generating\n     the user interface for visual web applications. Over time, the effort\n     involved in such HTML generation has been reduced by the availability of\n     various JSP tag libraries that abstract away the minutiae of HTML markup.\n     The RDC project aims to achieve for voice and multimodal applications\n     what JSP tag libraries have already achieved in the world of visual web\n     applications.\n    ",
+"doap": "http://svn.apache.org/repos/asf/tomcat/taglibs/rdc/trunk/doap_rdc.rdf",
+"download-page": "http://jakarta.apache.org/site/downloads/downloads_taglibs-rdc.cgi",
+"homepage": "http://tomcat.apache.org/taglibs/rdc/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://tomcat.apache.org/taglibs/mail-lists.html",
+"name": "Apache Reusable Dialog Components (RDC) Taglib",
+"pmc": "tomcat",
+"programming-language": "JSP",
+"release": null,
+"repository": null,
+"revision": {
+"created": "2005-07-26",
+"name": "taglibs-rdc",
+"version": "1.0"
+},
+"shortdesc": "\n     A framework for creating JSP taglibs that aid in rapid development\n     of voice and multimodal applications.\n    ",
+"shortname": "RDC Taglib"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/tomcat.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/tomcat.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/tomcat.json (original)
+++ comdev/projects.apache.org/site/json/projects/tomcat.json Thu May 14 22:22:37 2015
@@ -1,15 +1,35 @@
 {
-"GitRepository": "",
+"Person": {
+"mbox": "mailto:dev@tomcat.apache.org",
+"name": "Tomcat PMC"
+},
 "SVNRepository": "http://svn.apache.org/repos/asf/tomcat",
+"Standard": {
+"body": "JCP",
+"id": "JSR 154",
+"title": "Java Servlet 2.5",
+"url": "http://www.jcp.org/en/jsr/detail?id=154"
+},
+"Version": {
+"created": "2015-05-12",
+"name": "Latest Stable 6.0.x Release",
+"revision": "6.0.44"
+},
 "bug-database": "http://tomcat.apache.org/bugreport.html",
 "category": "network-server, http, javaee",
-"description": "Apache Tomcat is a web server that is an open source software implementation of the Java Servlet and JavaServer Pages technologies.\r\nThe Java Servlet and JavaServer Pages specifications are developed under the Java Community Process. Apache Tomcat is developed in an open and participatory environment and released under the Apache License version 2.\r\n\r\nApache Tomcat is intended to be a collaboration of the best-of-breed developers from around the world. We invite you to participate in this open development project.\r\n\r\nApache Tomcat powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations. Some of these users and their stories are listed on the PoweredBy wiki page.",
+"created": "2006-01-27",
+"description": "Apache Tomcat is a web server that is an open source software\n    implementation of the Java Servlet and JavaServer Pages technologies.\n    The Java Servlet and JavaServer Pages specifications are developed under\n    the Java Community Process. Apache Tomcat is developed in an open and\n    participatory environment and released under the Apache License version 2.\n\n    Apache Tomcat is intended to be a collaboration of the best-of-breed\n    developers from around the world. We invite you to participate in this open\n    development project.\n\n    Apache Tomcat powers numerous large-scale, mission-critical web applications\n    across a diverse range of industries and organizations. Some of these users\n    and their stories are listed on the PoweredBy wiki page.",
+"doap": "http://svn.apache.org/repos/asf/tomcat/site/trunk/docs/doap_Tomcat.rdf",
 "download-page": "http://tomcat.apache.org/",
-"file": "tomcat",
 "homepage": "http://tomcat.apache.org/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
 "mailing-list": "http://tomcat.apache.org/lists.html",
+"maintainer": null,
 "name": "Apache Tomcat",
 "pmc": "tomcat",
 "programming-language": "Java",
+"release": null,
+"repository": null,
 "shortdesc": "A Java Servlet and JavaServer Pages specifications implementation."
 }
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/trafficserver.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/trafficserver.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/trafficserver.json (original)
+++ comdev/projects.apache.org/site/json/projects/trafficserver.json Thu May 14 22:22:37 2015
@@ -1,15 +1,35 @@
 {
-"GitRepository": "",
+"Person": {
+"mbox": "mailto:zwoop@apache.org",
+"name": "Leif Hedstrom"
+},
 "SVNRepository": "https://git-wip-us.apache.org/repos/asf/trafficserver.git",
+"Standard": {
+"body": "IETF",
+"id": "2616",
+"title": "HTTP/1.1",
+"url": "http://www.ietf.org/rfc/rfc2616.txt"
+},
+"Version": {
+"created": "2012-03-21",
+"name": "trafficserver",
+"revision": "3.0.4"
+},
 "bug-database": "https://issues.apache.org/jira/browse/TS",
 "category": "http",
-"description": "Apache Traffic Server is fast, scalable and extensible HTTP/1.1 compliant caching proxy server.\r\n\r\nATS can be used as a reverse, forward or even transparent HTTP proxy.",
+"created": "2011-04-08",
+"description": "Apache Traffic Server is fast, scalable and extensible HTTP/1.1 compliant caching proxy server. ATS can be used as a reverse, forward or even transparent HTTP proxy.\n    ",
+"doap": "https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;f=doc/doap.rdf;a=blob_plain;hb=HEAD",
 "download-page": "http://trafficserver.apache.org/downloads.html",
-"file": "trafficserver",
 "homepage": "http://trafficserver.apache.org",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
 "mailing-list": "http://trafficserver.apache.org/",
+"maintainer": null,
 "name": "Apache Traffic Server",
 "pmc": "trafficserver",
 "programming-language": "C++",
+"release": null,
+"repository": null,
 "shortdesc": "Apache Traffic Server is an HTTP proxy cache."
 }
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/velocity-devel.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/velocity-devel.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/velocity-devel.json (added)
+++ comdev/projects.apache.org/site/json/projects/velocity-devel.json Thu May 14 22:22:37 2015
@@ -0,0 +1,23 @@
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/velocity/dvsl/trunk",
+"Version": {
+"created": "2007-08-13",
+"name": "Latest Stable Release",
+"revision": "1.0"
+},
+"bug-database": "http://issues.apache.org/jira/browse/VELOCITY",
+"category": "library",
+"created": "2006-11-21",
+"description": "DVSL (Declarative Velocity Style Language) is a tool modeled after XSLT and is intended for general XML transformations using the Velocity Template Language as the templating language for the transformations. The key differences are that it incorporates easy access to Java objects and allows you to use the Velocity template language and it's features for expressing the transformation templates.",
+"doap": "http://svn.apache.org/repos/asf/velocity/site/site/doap_dvsl.rdf",
+"download-page": "http://velocity.apache.org/download.cgi",
+"homepage": "http://velocity.apache.org/dvsl/devel/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://velocity.apache.org/mail-lists.html",
+"name": "Apache Velocity DVSL",
+"pmc": "velocity",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "A tool modeled after XSLT and intended for general XML transformations using the Velocity Template Language."
+}
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/velocity-tools.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/velocity-tools.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/velocity-tools.json (added)
+++ comdev/projects.apache.org/site/json/projects/velocity-tools.json Thu May 14 22:22:37 2015
@@ -0,0 +1,23 @@
+{
+"SVNRepository": "http://svn.apache.org/repos/asf/velocity/tools/trunk",
+"Version": {
+"created": "2007-02-08",
+"name": "VelocityTools 1.3",
+"revision": "1.3"
+},
+"bug-database": "http://issues.apache.org/jira/browse/VELTOOLS",
+"category": "library",
+"created": "2006-11-21",
+"description": "VelocityTools is a collection of Velocity subprojects with a common goal of creating tools and infrastructure for building both web and non-web applications using the Velocity template engine.",
+"doap": "http://svn.apache.org/repos/asf/velocity/site/site/doap_tools.rdf",
+"download-page": "http://velocity.apache.org/download.cgi",
+"homepage": "http://velocity.apache.org/velocity/tools/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://velocity.apache.org/mail-lists.html",
+"name": "Apache Velocity Tools",
+"pmc": "velocity",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Tools and infrastructure for the template engine"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/vxquery.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/vxquery.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/vxquery.json (original)
+++ comdev/projects.apache.org/site/json/projects/vxquery.json Thu May 14 22:22:37 2015
@@ -6,8 +6,8 @@
 },
 "Standard": {
 "body": "W3C",
-"id": null,
-"title": "XQuery 1.0",
+"id": "XQuery 1.0",
+"title": "XQuery 1.0: An XML Query Language",
 "url": "http://www.w3.org/TR/xquery/"
 },
 "Version": {
@@ -16,12 +16,12 @@
 "revision": "0.4"
 },
 "bug-database": "https://issues.apache.org/jira/browse/VXQUERY",
-"category": "big-data, XML",
+"category": "big-data, xml",
 "created": "2014-10-09",
 "description": "Apache VXQuery will be a standards compliant XML Query processor implemented in Java. The focus is on the evaluation of queries on large amounts of XML data. Specifically the goal is to evaluate queries on large collections of relatively small XML documents. To achieve this queries will be evaluated on a cluster of shared nothing machines.",
 "doap": "https://git-wip-us.apache.org/repos/asf?p=vxquery.git;f=doap.rdf;a=blob_plain;hb=HEAD",
 "download-page": "http://www.apache.org/dyn/closer.cgi/vxquery/",
-"homepage": "http://vxquery.apapche.org/",
+"homepage": "http://vxquery.apache.org/",
 "implements": null,
 "license": "http://spdx.org/licenses/Apache-2.0",
 "mailing-list": "http://vxquery.apache.org/mail-lists.html",

Modified: comdev/projects.apache.org/site/json/projects/wicket.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/wicket.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/wicket.json (original)
+++ comdev/projects.apache.org/site/json/projects/wicket.json Thu May 14 22:22:37 2015
@@ -1,9 +1,9 @@
 {
 "SVNRepository": "http://svn.apache.org/repos/asf/wicket/trunk",
 "Version": {
-"created": "2014-10-31",
+"created": "2015-02-02",
 "name": "Latest Stable Release",
-"revision": "6.18.0"
+"revision": "6.19.0"
 },
 "bug-database": "http://issues.apache.org/jira/browse/WICKET",
 "category": "web-framework",

Added: comdev/projects.apache.org/site/json/projects/xalan-xalan-c.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/xalan-xalan-c.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/xalan-xalan-c.json (added)
+++ comdev/projects.apache.org/site/json/projects/xalan-xalan-c.json Thu May 14 22:22:37 2015
@@ -0,0 +1,35 @@
+{
+"Person": {
+"mbox": "mailto:dev@xalan.apache.org",
+"name": "Xalan-C++ Development Team"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/xalan/c/trunk/",
+"Standard": {
+"body": "W3C",
+"id": "XSLT 1.0",
+"title": "XSL Transformations (XSLT) Version 1.0",
+"url": "http://www.w3.org/TR/xslt"
+},
+"Version": {
+"created": "2005-10-22",
+"name": "Xalan-C++",
+"revision": "1.10"
+},
+"bug-database": "http://issues.apache.org/jira/browse/XALANC",
+"category": "xml",
+"created": "2011-09-11",
+"description": "Xalan-C++ is an XSLT processor for transforming XML documents into HTML, \n     text, or other XML document types. It implements XSL Transformations (XSLT) \n     Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from the \n     command line.",
+"doap": "http://svn.apache.org/repos/asf/xalan/pmc/doap_Xalan_for_C++_XSLT_Processor.rdf",
+"download-page": "http://xalan.apache.org/xalan-c/download.html",
+"homepage": "http://xalan.apache.org/xalan-c",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://mail-archives.apache.org/mod_mbox/",
+"maintainer": null,
+"name": "Apache Xalan for C++ XSLT Processor",
+"pmc": "xalan",
+"programming-language": "C++",
+"release": null,
+"repository": null,
+"shortdesc": "Xalan-C++ is an XSLT processor written in C++."
+}
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/xalan-xalan-j.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/xalan-xalan-j.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/xalan-xalan-j.json (added)
+++ comdev/projects.apache.org/site/json/projects/xalan-xalan-j.json Thu May 14 22:22:37 2015
@@ -0,0 +1,35 @@
+{
+"Person": {
+"mbox": "mailto:dev@xalan.apache.org",
+"name": "Xalan-J Development Team"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/xalan/java/trunk/",
+"Standard": {
+"body": "JCP",
+"id": "JSR 206",
+"title": "Java API for XML Processing (JAXP) 1.3",
+"url": "http://jcp.org/en/jsr/detail?id=206"
+},
+"Version": {
+"created": "2007-11-27",
+"name": "Xalan-J",
+"revision": "2.7.1"
+},
+"bug-database": "http://issues.apache.org/jira/browse/XALANJ",
+"category": "xml",
+"created": "2011-09-11",
+"description": "\n     Xalan-J is an XSLT processor for transforming XML documents into HTML, text, or other XML document\n     types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0\n     and can be used from the command line, in an applet or a servlet, or as a module in other program.\n     Xalan-J implements the javax.xml.transform interface in Java API for XML Processing (JAXP) 1.3. This\n     interface provides a modular framework and a standard API for performing XML transformations, and\n     utilizes system properties to determine which Transformer and which XML parser to use.\n    ",
+"doap": "http://svn.apache.org/repos/asf/xalan/pmc/doap_Xalan_for_Java_XSLT_Processor.rdf",
+"download-page": "http://archive.apache.org/dist/xml/xalan-j",
+"homepage": "http://xalan.apache.org/xalan-j/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://mail-archives.apache.org/mod_mbox/",
+"maintainer": null,
+"name": "Apache Xalan for Java XSLT Processor",
+"pmc": "xalan",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Xalan-J is an XSLT processor written in Java."
+}
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/xerces-external.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/xerces-external.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/xerces-external.json (added)
+++ comdev/projects.apache.org/site/json/projects/xerces-external.json Thu May 14 22:22:37 2015
@@ -0,0 +1,35 @@
+{
+"Person": {
+"mbox": "mailto:xml-commons-dev@xerces.apache.org",
+"name": "XML Commons Development Team"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/xerces/xml-commons/",
+"Standard": {
+"body": "JCP",
+"id": "JSR 173",
+"title": "Streaming API for XML (StAX) 1.0",
+"url": "http://jcp.org/en/jsr/detail?id=173"
+},
+"Version": {
+"created": "2009-12-15",
+"name": "External",
+"revision": "1.2.06"
+},
+"bug-database": "http://issues.apache.org/jira/browse/XMLCOMMONS",
+"category": "xml",
+"created": "2007-06-06",
+"description": "The External components portion of Apache XML Commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson (http://www.saxproject.org); for JAXP it's Sun. While we could send users to each of the primary sources for these deliverables, keeping our own versions of these in the XML Commons repository gives us a number of advantages: 1) Simplicity of downloads; users get the whole product from one place, 2) Better version control; we can only take fixes we want and add Apache-specific changes, 3) Better overview documentation of how these interfaces fit into the XML processing world, 4) More chance for cross-project community building within Apache projects.",
+"doap": "http://svn.apache.org/repos/asf/xerces/xml-commons/trunk/doap_XML_Commons_External.xml",
+"download-page": "http://xerces.apache.org/mirrors.cgi",
+"homepage": "http://xerces.apache.org/xml-commons/components/external/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://xerces.apache.org/mail.html#xml-commons-dev",
+"maintainer": null,
+"name": "Apache XML Commons External",
+"pmc": "xerces",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Apache XML Commons External provides an Apache-hosted set of SAX, DOM and JAXP interfaces for use in other xml-based projects."
+}
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/xerces-resolver.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/xerces-resolver.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/xerces-resolver.json (added)
+++ comdev/projects.apache.org/site/json/projects/xerces-resolver.json Thu May 14 22:22:37 2015
@@ -0,0 +1,35 @@
+{
+"Person": {
+"mbox": "mailto:xml-commons-dev@xerces.apache.org",
+"name": "XML Commons Development Team"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/xerces/xml-commons/",
+"Standard": {
+"body": "OASIS",
+"id": "XML Catalogs v1.0",
+"title": "XML Catalogs v1.0",
+"url": "http://www.oasis-open.org/committees/entity/spec.html"
+},
+"Version": {
+"created": "2003-10-06",
+"name": "Resolver",
+"revision": "1.1"
+},
+"bug-database": "http://issues.apache.org/jira/browse/XMLCOMMONS",
+"category": "xml",
+"created": "2006-02-17",
+"description": "The XML Commons Resolver can be used in a wide variety of XML parsing, processing and related programs to resolve various public or system identifiers into accessible URLs for use by your application.  The resolver supports several catalog types for mapping, including OASIS XML, OASIS TR 9401 and XCatalog styles.",
+"doap": "http://svn.apache.org/repos/asf/xerces/xml-commons/trunk/doap_XML_Commons_Resolver.xml",
+"download-page": "http://xerces.apache.org/mirrors.cgi",
+"homepage": "http://xerces.apache.org/xml-commons/components/resolver/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://xerces.apache.org/mail.html#xml-commons-dev",
+"maintainer": null,
+"name": "Apache XML Commons Resolver",
+"pmc": "xerces",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "XML Entity and URI Resolver utility class."
+}
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/xerces-xerces-c.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/xerces-xerces-c.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/xerces-xerces-c.json (added)
+++ comdev/projects.apache.org/site/json/projects/xerces-xerces-c.json Thu May 14 22:22:37 2015
@@ -0,0 +1,35 @@
+{
+"Person": {
+"mbox": "mailto:c-dev@xerces.apache.org",
+"name": "Xerces-C++ Development Team"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/xerces/c/trunk",
+"Standard": {
+"body": "W3C",
+"id": "XML Schema 1.0 (Datatypes)",
+"title": "XML Schema Part 2: Datatypes",
+"url": "http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/"
+},
+"Version": {
+"created": "2002-07-23",
+"name": "Xerces-C",
+"revision": "2.0.0"
+},
+"bug-database": "https://issues.apache.org/jira/browse/XERCESC",
+"category": "xml",
+"created": "2006-03-30",
+"description": "\n     Xerces-C++ is a validating XML parser written in a portable subset of C++. Xerces-C++ makes it easy to give your application the ability to read and write XML data. A shared library is provided for parsing, generating, manipulating, and validating XML documents.\n     Xerces-C++ is faithful to the XML 1.0 and 1.1 recommendations and many associated standards.\n     The parser provides high performance, modularity, and scalability. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, and minimal use of #ifdefs.\n    ",
+"doap": "http://svn.apache.org/repos/asf/xerces/pmc/doap_Xerces_C++_XML_Parser.rdf",
+"download-page": "http://xml.apache.org/xerces-c/download.cgi",
+"homepage": "http://xerces.apache.org/xerces-c/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://xerces.apache.org/mail.html",
+"maintainer": null,
+"name": "Apache Xerces for C++ XML Parser",
+"pmc": "xerces",
+"programming-language": "C",
+"release": null,
+"repository": null,
+"shortdesc": "Xerces-C++ is a validating XML parser written in a portable subset of C++."
+}
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/xerces-xerces-p.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/xerces-xerces-p.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/xerces-xerces-p.json (added)
+++ comdev/projects.apache.org/site/json/projects/xerces-xerces-p.json Thu May 14 22:22:37 2015
@@ -0,0 +1,28 @@
+{
+"Person": {
+"mbox": "mailto:p-dev@xerces.apache.org",
+"name": "Xerces-Perl Development Team"
+},
+"SVNRepository": "https://svn.apache.org/repos/asf/xerces/xerces-p/trunk",
+"Version": {
+"created": "2006-03-14",
+"name": "XML-Xerces-2.7.0-0",
+"revision": "2.7.0-0"
+},
+"bug-database": "https://issues.apache.org/jira/browse/XERCESP",
+"category": "xml",
+"created": "2006-03-30",
+"description": " XML::Xerces is the Perl API to the Apache project's Xerces XML parser. It is implemented using the Xerces C++ API, and it provides access to most of the C++ API from Perl.\n    Because it is based on Xerces-C, XML::Xerces provides a validating XML parser that makes it easy to give your application the ability to read and write XML data. Classes are provided for parsing, generating, manipulating, and validating XML documents. XML::Xerces is faithful to the XML 1.0 and 1.1 recommendations and associated standards (DOM levels 1, 2, and 3, SAX 1 and 2, Namespaces, and W3C XML Schema). The parser provides high performance, modularity, and scalability, and provides full support for Unicode.\n    XML::Xerces implements the vast majority of the Xerces-C API (if you notice any discrepancies please mail the list). The exception is some functions in the C++ API which either have better Perl counterparts (such as file I/O) or which manipulate internal C++ information that has n
 o role in the Perl module.\n    The majority of the API is created automatically using Simplified Wrapper Interface Generator (SWIG). However, care has been taken to make most method invocations natural to perl programmers, so a number of rough C++ edges have been smoothed over (See the Special Perl API Features section). ",
+"doap": "http://svn.apache.org/repos/asf/xerces/pmc/doap_Xerces_Perl_XML_Parser.rdf",
+"download-page": "http://xerces.apache.org/mirrors.cgi",
+"homepage": "http://xerces.apache.org/xerces-p",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://xerces.apache.org/mail.html",
+"maintainer": null,
+"name": "Apache Xerces for Perl XML Parser",
+"pmc": "xerces",
+"programming-language": "Perl",
+"release": null,
+"repository": null,
+"shortdesc": "Perl API to the Apache Xerces XML parser."
+}
\ No newline at end of file

Added: comdev/projects.apache.org/site/json/projects/xerces-xerces2-j.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/xerces-xerces2-j.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/xerces-xerces2-j.json (added)
+++ comdev/projects.apache.org/site/json/projects/xerces-xerces2-j.json Thu May 14 22:22:37 2015
@@ -0,0 +1,35 @@
+{
+"Person": {
+"mbox": "mailto:j-dev@xerces.apache.org",
+"name": "Xerces-J Development Team"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/xerces/java/trunk/",
+"Standard": {
+"body": "JCP",
+"id": "JSR 173",
+"title": "Streaming API for XML (StAX) 1.0",
+"url": "http://jcp.org/en/jsr/detail?id=173"
+},
+"Version": {
+"created": "2000-12-08",
+"name": "Xerces-J",
+"revision": "2.0.0 (Alpha)"
+},
+"bug-database": "http://issues.apache.org/jira/browse/XERCESJ",
+"category": "xml",
+"created": "2006-04-24",
+"description": "  \n     Xerces-J is a high performance, fully compliant validating XML parser written in Java. It is a fully conforming XML Schema processor that includes a complete implementation of the Document Object Model Level 3 Core and Load/Save W3C Recommendations and provides a complete implementation of the XML Inclusions (XInclude) W3C Recommendation. It also provides support for OASIS XML Catalogs v1.1. \n     Xerces 2.x introduced the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program. XNI is merely an internal set of interfaces. There is no need for an XML application programmer to learn XNI if they only intend to interface to the Xerces2 parser using standard interfaces like JAXP, DOM, and SAX. Xerces developers and application developers that need more power and flexibility than that provided by the standard interfaces should read and understand XNI.\n     The latest ver
 sion released, 2.11.0, expands on Xerces' experimental support for XML Schema 1.1 by providing implementations for the simplified complex type restriction rules (also known as subsumption), xs:override and a few other XML Schema 1.1 features. This release also introduces experimental support for XML Schema Component Designators (SCD). It fixes several bugs which were present in Xerces-J 2.10.0 and also includes a few other minor enhancements.\n    ",
+"doap": "http://svn.apache.org/repos/asf/xerces/pmc/doap_Xerces_Java_XML_Parser.rdf",
+"download-page": "http://xerces.apache.org/mirrors.cgi",
+"homepage": "http://xerces.apache.org/xerces2-j/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://xerces.apache.org/mail.html",
+"maintainer": null,
+"name": "Apache Xerces for Java XML Parser",
+"pmc": "xerces",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Xerces-J is a validating XML parser written in Java."
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/xmlgraphics-batik.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/xmlgraphics-batik.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/xmlgraphics-batik.json (original)
+++ comdev/projects.apache.org/site/json/projects/xmlgraphics-batik.json Thu May 14 22:22:37 2015
@@ -11,7 +11,7 @@
 "name": "Batik 1.6",
 "revision": "1.6"
 },
-"bug-database": "http://issues.apache.org/bugzilla/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Batik&content=",
+"bug-database": "https://issues.apache.org/jira/browse/BATIK",
 "category": "xml, graphics",
 "created": "2007-02-16",
 "description": "Batik is a Java-based toolkit for applications or applets to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as display, generation and manipulation.",

Added: comdev/projects.apache.org/site/json/projects/xmlgraphics-commons.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/xmlgraphics-commons.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/xmlgraphics-commons.json (added)
+++ comdev/projects.apache.org/site/json/projects/xmlgraphics-commons.json Thu May 14 22:22:37 2015
@@ -0,0 +1,35 @@
+{
+"Person": {
+"mbox": "mailto:jeremias@apache.org",
+"name": "Jeremias Maerki"
+},
+"SVNRepository": "http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk/",
+"Standard": {
+"body": "Adobe Systems Incorporated",
+"id": "XMP",
+"title": "Extensible Metadata Platform (XMP)",
+"url": "http://www.adobe.com/products/xmp/index.html"
+},
+"Version": {
+"created": "2006-04-17",
+"name": "Previous release (stable)",
+"revision": "1.0"
+},
+"bug-database": "https://issues.apache.org/jira/browse/XGC",
+"category": "graphics",
+"created": "2006-04-17",
+"description": "Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO. You will find components such as a PDF library, an RTF library, Graphics2D implementations that let you generate PDF and PostScript files and much more.",
+"doap": "http://svn.apache.org/repos/asf/xmlgraphics/site/trunk/content/commons/doap.rdf",
+"download-page": "http://xmlgraphics.apache.org/commons/download.html",
+"homepage": "http://xmlgraphics.apache.org/commons/",
+"implements": null,
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://xmlgraphics.apache.org/mail.html",
+"maintainer": null,
+"name": "Apache XML Graphics Commons",
+"pmc": "xmlgraphics",
+"programming-language": "Java",
+"release": null,
+"repository": null,
+"shortdesc": "Common components for Apache Batik and Apache FOP"
+}
\ No newline at end of file

Modified: comdev/projects.apache.org/site/json/projects/xmlgraphics-fop.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/xmlgraphics-fop.json?rev=1679469&r1=1679468&r2=1679469&view=diff
==============================================================================
--- comdev/projects.apache.org/site/json/projects/xmlgraphics-fop.json (original)
+++ comdev/projects.apache.org/site/json/projects/xmlgraphics-fop.json Thu May 14 22:22:37 2015
@@ -11,7 +11,7 @@
 "name": "Previous release (stable)",
 "revision": "0.95"
 },
-"bug-database": "http://issues.apache.org/bugzilla/buglist.cgi?product=Fop&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=bugs.bug_id",
+"bug-database": "https://issues.apache.org/jira/browse/FOP",
 "category": "xml, graphics",
 "created": "2006-03-25",
 "description": "FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting objects (XSL-FO) and the world's first output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats  currently supported include PDF, PCL, PS, SVG, XML (area tree representation), Print, AWT, MIF and TXT. The primary output target is PDF.",

Added: comdev/projects.apache.org/site/json/projects/zest.json
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/json/projects/zest.json?rev=1679469&view=auto
==============================================================================
--- comdev/projects.apache.org/site/json/projects/zest.json (added)
+++ comdev/projects.apache.org/site/json/projects/zest.json Thu May 14 22:22:37 2015
@@ -0,0 +1,17 @@
+{
+"SVNRepository": "git://git.apache.org/zest-qi4j.git",
+"bug-database": "http://issues.apache.org/jira/browse/ZEST",
+"category": "libraries",
+"created": "2015-03-18",
+"description": "Apache Zest is a project that explores the Composite Oriented Programming paradigm, where Fragments get compoosed into Composite, which are placed into Modules, placed inside Layers, to enforce Application Structure. Classes are Dead, Long Live Interfaces.",
+"doap": "http://svn.apache.org/repos/asf/zest/site/content/doap.rdf",
+"download-page": "http://www.apache.org/dyn/closer.cgi/zest/",
+"homepage": "http://zest.apache.org/",
+"license": "http://usefulinc.com/doap/licenses/asl20",
+"mailing-list": "http://zest.apache.org/lists.html",
+"name": "Apache Zest",
+"pmc": "zest",
+"programming-language": "Java, C#, Scala, Groovy, JRuby, Javascript",
+"repository": null,
+"shortdesc": "Composite Oriented Programming - Qi4j, Qi4CS"
+}
\ No newline at end of file