Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DC7EAD255 for ; Wed, 22 May 2013 17:19:44 +0000 (UTC) Received: (qmail 29610 invoked by uid 500); 22 May 2013 17:19:44 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 29378 invoked by uid 500); 22 May 2013 17:19:44 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 29300 invoked by uid 99); 22 May 2013 17:19:42 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 May 2013 17:19:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id C2AD58934FC; Wed, 22 May 2013 17:19:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: djc@apache.org To: commits@couchdb.apache.org Date: Wed, 22 May 2013 17:19:42 -0000 Message-Id: <21e78ee506e04cf88f297bd5d152b2c8@git.apache.org> In-Reply-To: <07d7e5e459424991b01f77298497a98f@git.apache.org> References: <07d7e5e459424991b01f77298497a98f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/4] git commit: updated refs/heads/master to 661f414 rename README to README.rst Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/661f4143 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/661f4143 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/661f4143 Branch: refs/heads/master Commit: 661f41430cb4949bcf3c970f3003144ce41ab3cf Parents: ee22444 Author: Dirkjan Ochtman Authored: Wed May 22 19:17:35 2013 +0200 Committer: Dirkjan Ochtman Committed: Wed May 22 19:17:35 2013 +0200 ---------------------------------------------------------------------- README | 87 ------------------------------------------------------- README.rst | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+), 87 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/661f4143/README ---------------------------------------------------------------------- diff --git a/README b/README deleted file mode 100644 index 33b854d..0000000 --- a/README +++ /dev/null @@ -1,87 +0,0 @@ -Apache CouchDB README -===================== - -Installation ------------- - -For a low-level guide, see: - - INSTALL - -For a high-level guide to Unix-like systems, inc. Mac OS X and Ubuntu, see: - - INSTALL.Unix - -For a high-level guide to Microsoft Windows, see: - - INSTALL.Windows - -Follow the proper instructions to get CouchDB installed on your system. - -If you're having problems, skip to the next section. - -Troubleshooting ----------------- - -For troubleshooting, see: - - http://wiki.apache.org/couchdb/Troubleshooting - -If you're getting a cryptic error message, see: - - http://wiki.apache.org/couchdb/Error_messages - -For general help, see: - - http://couchdb.apache.org/#mailing-list - -We also have an IRC channel: - - http://webchat.freenode.net/?channels=couchdb - -The mailing lists provide a wealth of support and knowledge for you to tap into. -Feel free to drop by with your questions or discussion. See the official CouchDB -website for more information about our community resources. - -Running the Testsuite ---------------------- - -Run the testsuite for couch.js and jquery.couch.js by browsing here: - - http://127.0.0.1:5984/_utils/spec/run.html - -It should work in at least Firefox >= 3.6 with Private Browsing mode enabled. - -Read more about JSpec here: - - https://github.com/liblime/jspec - -When you change the specs, but your changes have no effect, manually reload -the changed spec file in the browser. When the spec that tests Erlang views -fails, make sure you have enabled Erlang views as described here: - - http://wiki.apache.org/couchdb/EnableErlangViews - -Cryptographic Software Notice ------------------------------ - -This distribution includes cryptographic software. The country in which you -currently reside may have restrictions on the import, possession, use, and/or -re-export to another country, of encryption software. BEFORE using any -encryption software, please check your country's laws, regulations and policies -concerning the import, possession, or use, and re-export of encryption software, -to see if this is permitted. See for more -information. - -The U.S. Government Department of Commerce, Bureau of Industry and Security -(BIS), has classified this software as Export Commodity Control Number (ECCN) -5D002.C.1, which includes information security software using or performing -cryptographic functions with asymmetric algorithms. The form and manner of this -Apache Software Foundation distribution makes it eligible for export under the -License Exception ENC Technology Software Unrestricted (TSU) exception (see the -BIS Export Administration Regulations, Section 740.13) for both object code and -source code. - -The following provides more details on the included cryptographic software: - -CouchDB includes a HTTP client (ibrowse) with SSL functionality. http://git-wip-us.apache.org/repos/asf/couchdb/blob/661f4143/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..33b854d --- /dev/null +++ b/README.rst @@ -0,0 +1,87 @@ +Apache CouchDB README +===================== + +Installation +------------ + +For a low-level guide, see: + + INSTALL + +For a high-level guide to Unix-like systems, inc. Mac OS X and Ubuntu, see: + + INSTALL.Unix + +For a high-level guide to Microsoft Windows, see: + + INSTALL.Windows + +Follow the proper instructions to get CouchDB installed on your system. + +If you're having problems, skip to the next section. + +Troubleshooting +---------------- + +For troubleshooting, see: + + http://wiki.apache.org/couchdb/Troubleshooting + +If you're getting a cryptic error message, see: + + http://wiki.apache.org/couchdb/Error_messages + +For general help, see: + + http://couchdb.apache.org/#mailing-list + +We also have an IRC channel: + + http://webchat.freenode.net/?channels=couchdb + +The mailing lists provide a wealth of support and knowledge for you to tap into. +Feel free to drop by with your questions or discussion. See the official CouchDB +website for more information about our community resources. + +Running the Testsuite +--------------------- + +Run the testsuite for couch.js and jquery.couch.js by browsing here: + + http://127.0.0.1:5984/_utils/spec/run.html + +It should work in at least Firefox >= 3.6 with Private Browsing mode enabled. + +Read more about JSpec here: + + https://github.com/liblime/jspec + +When you change the specs, but your changes have no effect, manually reload +the changed spec file in the browser. When the spec that tests Erlang views +fails, make sure you have enabled Erlang views as described here: + + http://wiki.apache.org/couchdb/EnableErlangViews + +Cryptographic Software Notice +----------------------------- + +This distribution includes cryptographic software. The country in which you +currently reside may have restrictions on the import, possession, use, and/or +re-export to another country, of encryption software. BEFORE using any +encryption software, please check your country's laws, regulations and policies +concerning the import, possession, or use, and re-export of encryption software, +to see if this is permitted. See for more +information. + +The U.S. Government Department of Commerce, Bureau of Industry and Security +(BIS), has classified this software as Export Commodity Control Number (ECCN) +5D002.C.1, which includes information security software using or performing +cryptographic functions with asymmetric algorithms. The form and manner of this +Apache Software Foundation distribution makes it eligible for export under the +License Exception ENC Technology Software Unrestricted (TSU) exception (see the +BIS Export Administration Regulations, Section 740.13) for both object code and +source code. + +The following provides more details on the included cryptographic software: + +CouchDB includes a HTTP client (ibrowse) with SSL functionality.