Committers
-Damien Katz, damien@apache.org
+Damien Katz, damien@apache.org
Original developer and remains the project lead.
- +Worked on the original UNIX port and now works on all ends in CouchDB. He is a freelancing CouchDB consultant and gives presentations around the world.
-Noah Slater, nslater@apache.org
+Noah Slater, nslater@apache.org
Developed and maintains the Autotools build system and application infrastructure. He is CouchDB’s release manager and maintains a number of related packages for Debian GNU/Linux.
-Christopher Lenz, cmlenz@apache.org
+Christopher Lenz, cmlenz@apache.org
Developed and maintains Futon, the Web administration console. He works on the JavaScript view engine, SpiderMonkey and MochiWeb integration in addition to an external Python client.
-J. Chris Anderson, jchris@apache.org
+J. Chris Anderson, jchris@apache.org
Upgraded the Erlang JSON term format. Integrates community patches, particularly related to the HTTP API and the MapReduce system. Gives talks and presentations about CouchDB, with an eye toward recruiting more developers.
-Paul J. Davis, davisp@apache.org
+Paul J. Davis, davisp@apache.org
Developed features for the HTTP API as well as helped with recent upgrades to the MapReduce system. Spends time tracking down various bugs reported in JIRA.
-Adam Kocoloski, kocolosk@apache.org
+Adam Kocoloski, kocolosk@apache.org
Maintains and extends the replicator. Hacks on various other parts of the core database.
Modified: couchdb/site/htdocs/community/lists.html URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/community/lists.html?rev=791303&r1=791302&r2=791303&view=diff ============================================================================== --- couchdb/site/htdocs/community/lists.html (original) +++ couchdb/site/htdocs/community/lists.html Sun Jul 5 19:13:07 2009 @@ -87,11 +87,11 @@- To subscribe, send an email to -user-subscribe@couchdb.apache.org. +user-subscribe@couchdb.apache.org.
- To unsubscribe send empty email to -user-unsubscribe@couchdb.apache.org +user-unsubscribe@couchdb.apache.org
- Finally, to post a message to the list use the address -user@couchdb.apache.org +user@couchdb.apache.org
The archives for this list can also be browsed online.
@@ -108,11 +108,11 @@- To subscribe, send an email to -dev-subscribe@couchdb.apache.org. +dev-subscribe@couchdb.apache.org.
- To unsubscribe send empty email to -dev-unsubscribe@couchdb.apache.org +dev-unsubscribe@couchdb.apache.org
- Finally, to post a message to the list use the address -dev@couchdb.apache.org +dev@couchdb.apache.org
The archives for this list can also be browsed online.
@@ -127,9 +127,9 @@- To subscribe, send an email to -commits-subscribe@couchdb.apache.org. +commits-subscribe@couchdb.apache.org.
- To unsubscribe send empty email to -commits-unsubscribe@couchdb.apache.org +commits-unsubscribe@couchdb.apache.org
The archives for this list can also be browsed online.
Modified: couchdb/site/htdocs/downloads.html URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/downloads.html?rev=791303&r1=791302&r2=791303&view=diff ============================================================================== --- couchdb/site/htdocs/downloads.html (original) +++ couchdb/site/htdocs/downloads.html Sun Jul 5 19:13:07 2009 @@ -153,17 +153,28 @@When downloading from a mirror please check the MD5 and -SHA checksums as well as -verifying the OpenPGP -compatible signature available from the main -Apache site. The -KEYS file contains -the public keys used for signing release. It is recommended that a -web of trust is used -to confirm the identity of these keys.
+SHA checksums as well +as verifying the OpenPGP +compatible signature available from the main Apache site. The +KEYS file contains the public keys +used for signing release. It is recommended that a web of +trust is used to +confirm the identity of these keys. -For more information see the -Apache Release FAQ.
+You can check the OpenPGP signature with:
+ +gpg --verify apache-couchdb-*.tar.gz.asc
+
+
+You can check the MD5 checksum with:
+ +md5sum --check apache-couchdb-*.tar.gz.md5
+
+
+You can check the SHA checksum with:
+ +sha1sum --check apache-couchdb-*.tar.gz.sha
+