You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2019/09/09 11:23:47 UTC

[couchdb-www] branch asf-site updated: Update DOAP

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/couchdb-www.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 425ef03  Update DOAP
425ef03 is described below

commit 425ef03463e97b94d50372950edb698c80f5b342
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Mon Sep 9 07:23:34 2019 -0400

    Update DOAP
---
 couchdb-doap.rdf | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/couchdb-doap.rdf b/couchdb-doap.rdf
index 8da2391..f58460d 100644
--- a/couchdb-doap.rdf
+++ b/couchdb-doap.rdf
@@ -3,22 +3,22 @@
     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#">
-  <Project rdf:about="http://couchdb.apache.org/">
+  <Project rdf:about="https://couchdb.apache.org/">
     <created>2013-11-05</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
     <name>Apache CouchDB</name>
-    <homepage rdf:resource="http://couchdb.apache.org/" />
-    <asfext:pmc rdf:resource="http://couchdb.apache.org" />
+    <homepage rdf:resource="https://couchdb.apache.org/" />
+    <asfext:pmc rdf:resource="https://couchdb.apache.org" />
     <shortdesc>NoSQL document database using HTTP, JSON, and MapReduce</shortdesc>
-    <description>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- [...]
+    <description>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. CouchDB's killer feature is its ability to distribute data efficiently using Apache CouchDB’s incremental replication. Apache CouchDB supports master-master setups with automatic conflict detection.< [...]
     <bug-database rdf:resource="https://github.com/apache/couchdb/issues"/>
-    <mailing-list rdf:resource="http://couchdb.apache.org/#mailing-lists"/>
-    <download-page rdf:resource="http://couchdb.apache.org/#download"/>
+    <mailing-list rdf:resource="https://couchdb.apache.org/#mailing-lists"/>
+    <download-page rdf:resource="https://couchdb.apache.org/#download"/>
     <programming-language>JavaScript</programming-language>
     <programming-language>Erlang</programming-language>
     <programming-language>C++</programming-language>
     <programming-language>C</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/database"/>
+    <category rdf:resource="https://projects.apache.org/category/database"/>
     <category rdf:resource="http://projects.apache.org/category/http"/>
     <category rdf:resource="http://projects.apache.org/category/network-client"/>
     <category rdf:resource="http://projects.apache.org/category/network-server"/>
@@ -27,15 +27,15 @@
     <category rdf:resource="http://projects.apache.org/category/big-data"/>
     <release>
       <Version>
-        <name>Apache CouchDB 1.6.1</name>
-        <created>2014-09-03</created>
-        <revision>1.6.1</revision>
+        <name>Apache CouchDB 2.3.1</name>
+        <created>2019-03-11</created>
+        <revision>2.3.1</revision>
       </Version>
     </release>
     <repository>
       <GITRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/couchdb-couch/repo?p=couchdb.git;a=summary"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/couchdb-couch/repo?p=couchdb.git;a=summary"/>
+        <location rdf:resource="https://github.com/apache/couchdb"/>
+        <browse rdf:resource="https://github.com/apache/couchdb"/>
       </GITRepository>
     </repository>
   </Project>