You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2012/10/13 17:40:50 UTC

[1/8] git commit: Merge branch 'docs' of https://git-wip-us.apache.org/repos/asf/couchdb into docs

Updated Branches:
  refs/heads/docs 58b3dad90 -> c857ec09c


Merge branch 'docs' of https://git-wip-us.apache.org/repos/asf/couchdb into docs


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/c857ec09
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c857ec09
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c857ec09

Branch: refs/heads/docs
Commit: c857ec09c365f1f68fed791a91012dd1ce2b9421
Parents: a434857 58b3dad
Author: Noah Slater <ns...@apache.org>
Authored: Sat Oct 13 16:40:38 2012 +0100
Committer: Noah Slater <ns...@apache.org>
Committed: Sat Oct 13 16:40:38 2012 +0100

----------------------------------------------------------------------
 .gitignore                           |  132 ++--
 .mailmap                             |    2 +-
 INSTALL.Unix                         |    7 +-
 INSTALL.Windows                      |   35 +-
 Makefile.am                          |   14 +-
 configure.ac                         |   18 +-
 license.skip                         |    7 +-
 share/Makefile.am                    |    2 +
 share/doc/Makefile.am                |   50 +
 share/doc/build/Makefile.am          |  187 ++++
 share/doc/demo.mk                    |  184 ++++
 share/doc/images/epub-icon.png       |  Bin 0 -> 19185 bytes
 share/doc/images/futon-createdb.png  |  Bin 0 -> 76194 bytes
 share/doc/images/futon-editdoc.png   |  Bin 0 -> 64369 bytes
 share/doc/images/futon-editeddoc.png |  Bin 0 -> 69595 bytes
 share/doc/images/futon-overview.png  |  Bin 0 -> 63039 bytes
 share/doc/images/futon-replform.png  |  Bin 0 -> 68068 bytes
 share/doc/make.bat                   |  202 ++++
 share/doc/src/api-basics.rst         |  459 +++++++++
 share/doc/src/api/authn.rst          |   41 +
 share/doc/src/api/configuration.rst  |  297 ++++++
 share/doc/src/api/database.rst       | 1463 +++++++++++++++++++++++++++++
 share/doc/src/api/dbmaint.rst        |   15 +
 share/doc/src/api/design.rst         | 1264 +++++++++++++++++++++++++
 share/doc/src/api/documents.rst      |  931 ++++++++++++++++++
 share/doc/src/api/local.rst          |  169 ++++
 share/doc/src/api/misc.rst           |  805 ++++++++++++++++
 share/doc/src/api/reference.rst      |   28 +
 share/doc/src/changes.rst            |  299 ++++++
 share/doc/src/commonjs.rst           |   56 ++
 share/doc/src/conf.py                |   72 ++
 share/doc/src/config_reference.rst   |  288 ++++++
 share/doc/src/configuring.rst        |   95 ++
 share/doc/src/ddocs.rst              |   19 +
 share/doc/src/errors.rst             |   37 +
 share/doc/src/http-proxying.rst      |   94 ++
 share/doc/src/index.rst              |   48 +
 share/doc/src/intro.rst              |  309 ++++++
 share/doc/src/json-structure.rst     |  606 ++++++++++++
 share/doc/src/os-daemons.rst         |   50 +
 share/doc/src/range.rst              |   72 ++
 share/doc/src/release.rst            |   47 +
 share/doc/src/replication.rst        |  383 ++++++++
 share/doc/src/ssl.rst                |  109 +++
 44 files changed, 8794 insertions(+), 102 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c857ec09/configure.ac
----------------------------------------------------------------------