From c13f2945403ad22bd76eeecacb54a3f645ba2fcc Mon Sep 17 00:00:00 2001 From: BigBlueHat Date: Fri, 7 Feb 2014 10:57:40 -0500 Subject: [PATCH 1/3] added doap.rdf for projects.apache.org use --- doap.rdf | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 doap.rdf diff --git a/doap.rdf b/doap.rdf new file mode 100644 index 00000000000..476d9889844 --- /dev/null +++ b/doap.rdf @@ -0,0 +1,42 @@ + + + + 2013-11-05 + + Apache CouchDB + + + NoSQL document database using HTTP, JSON, and MapReduce + Apache Cocoon is a web development framework built around the concepts of separation of concerns (making sure people can interact and collaborate on a project, without stepping on each other toes) and component-based web development. Cocoon implements these concepts around the notion of "component pipelines", each component on the pipeline specializing on a particular operation. This makes it possible to use a "building block" approach for web solutions, hooking together components into pipelines without any required programming. + + + + JavaScript + Erlang + Perl + C + + + + + + + + + + Apache CouchDB 1.5.0 + 2013-11-05 + 1.5.0 + + + + + + + + + + From 341cae64afdc06ad39800fad559fc47374d57cad Mon Sep 17 00:00:00 2001 From: BigBlueHat Date: Mon, 10 Feb 2014 09:07:53 -0500 Subject: [PATCH 2/3] fixed descript & all important rdf:about bit --- doap.rdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doap.rdf b/doap.rdf index 476d9889844..c81128f9304 100644 --- a/doap.rdf +++ b/doap.rdf @@ -3,14 +3,14 @@ xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#"> - + 2013-11-05 Apache CouchDB NoSQL document database using HTTP, JSON, and MapReduce - Apache Cocoon is a web development framework built around the concepts of separation of concerns (making sure people can interact and collaborate on a project, without stepping on each other toes) and component-based web development. Cocoon implements these concepts around the notion of "component pipelines", each component on the pipeline specializing on a particular operation. This makes it possible to use a "building block" approach for web solutions, hooking together components into pipelines without any required programming. + CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can even serve web apps directly out of CouchDB. And you can distribute your data, or your apps, efficiently using CouchDB’s incremental replication. CouchDB supports master-master setups with automatic conflict detection. From 924b20f9dd257538c04cda22d795d6db3c1487e8 Mon Sep 17 00:00:00 2001 From: BigBlueHat Date: Mon, 10 Feb 2014 11:02:26 -0500 Subject: [PATCH 3/3] s/CouchDB/Apache CouchDB/g --- doap.rdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doap.rdf b/doap.rdf index c81128f9304..a8f15b2f0cc 100644 --- a/doap.rdf +++ b/doap.rdf @@ -10,7 +10,7 @@ NoSQL document database using HTTP, JSON, and MapReduce - CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. CouchDB works well with modern web and mobile apps. You can even serve web apps directly out of CouchDB. And you can distribute your data, or your apps, efficiently using CouchDB’s incremental replication. CouchDB supports master-master setups with automatic conflict detection. + Apache CouchDB is a database that completely embraces the web. Store your data with JSON documents. Access your documents with your web browser, via HTTP. Query, combine, and transform your documents with JavaScript. Apache CouchDB works well with modern web and mobile apps. You can even serve web apps directly out of Apache CouchDB. And you can distribute your data, or your apps, efficiently using Apache CouchDB’s incremental replication. Apache CouchDB supports master-master setups with automatic conflict detection.