You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by an...@apache.org on 2014/02/10 21:15:59 UTC

svn commit: r1566727 - /couchdb/site/couchdb-doap.rdf

Author: andywenk
Date: Mon Feb 10 20:15:58 2014
New Revision: 1566727

URL: http://svn.apache.org/r1566727
Log:
some fixes in couchdb doap file

Modified:
    couchdb/site/couchdb-doap.rdf

Modified: couchdb/site/couchdb-doap.rdf
URL: http://svn.apache.org/viewvc/couchdb/site/couchdb-doap.rdf?rev=1566727&r1=1566726&r2=1566727&view=diff
==============================================================================
--- couchdb/site/couchdb-doap.rdf (original)
+++ couchdb/site/couchdb-doap.rdf Mon Feb 10 20:15:58 2014
@@ -11,9 +11,9 @@
     <asfext:pmc rdf:resource="http://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-master setups with automatic conflict detection.</description>
-    <bug-database rdf:resource="http://issues.apache.org/jira/browse/COUCHDB" />
-    <mailing-list rdf:resource="http://couchdb.apache.org/1275_1_1.html"/>
-    <download-page rdf:resource="http://couchdb.apache.org/1284_1_1.html" />
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/COUCHDB"/>
+    <mailing-list rdf:resource="http://couchdb.apache.org/#mailing-lists"/>
+    <download-page rdf:resource="http://couchdb.apache.org/#download"/>
     <programming-language>JavaScript</programming-language>
     <programming-language>Erlang</programming-language>
     <programming-language>Perl</programming-language>
@@ -34,8 +34,8 @@
     </release>
     <repository>
       <SVNRepository>
-        <location rdf:resource="http://svn.apache.org/repos/asf/couchdb/trunk/"/>
-        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/couchdb/trunk/"/>
+        <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"/>
       </SVNRepository>
     </repository>
   </Project>