You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/10/01 15:46:56 UTC

[46/50] [abbrv] git commit: updated refs/heads/replicator-redesign to 066d69b

Merge branch '1781-reorganize-and-improve-docs'


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

Branch: refs/heads/replicator-redesign
Commit: 17e0b7c6e103b81d9abca39cedfd5378a467bdfc
Parents: 221ada7 30f0599
Author: Alexander Shorin <kx...@apache.org>
Authored: Sat Sep 28 16:40:49 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sat Sep 28 16:40:49 2013 +0400

----------------------------------------------------------------------
 .gitignore                                   |    2 +
 LICENSE                                      |   31 +
 NOTICE                                       |   25 +-
 license.skip                                 |    7 +
 share/doc/build/Makefile.am                  |  382 +++++-
 share/doc/ext/github.py                      |   44 +
 share/doc/ext/http-api-descr.json            |   79 ++
 share/doc/ext/httpdomain.py                  |  650 +++++++++
 share/doc/images/futon-editdoc.png           |  Bin 64369 -> 52733 bytes
 share/doc/images/futon-editeddoc.png         |  Bin 69595 -> 56005 bytes
 share/doc/images/futon-overview.png          |  Bin 63039 -> 50815 bytes
 share/doc/images/futon-replform.png          |  Bin 68068 -> 52223 bytes
 share/doc/images/intro-consistency-01.png    |  Bin 0 -> 35605 bytes
 share/doc/images/intro-consistency-02.png    |  Bin 0 -> 48145 bytes
 share/doc/images/intro-consistency-03.png    |  Bin 0 -> 17333 bytes
 share/doc/images/intro-consistency-04.png    |  Bin 0 -> 13744 bytes
 share/doc/images/intro-consistency-05.png    |  Bin 0 -> 25592 bytes
 share/doc/images/intro-consistency-06.png    |  Bin 0 -> 56651 bytes
 share/doc/images/intro-consistency-07.png    |  Bin 0 -> 53634 bytes
 share/doc/images/intro-tour-01.png           |  Bin 0 -> 50815 bytes
 share/doc/images/intro-tour-02.png           |  Bin 0 -> 83380 bytes
 share/doc/images/intro-tour-03.png           |  Bin 0 -> 53795 bytes
 share/doc/images/intro-tour-04.png           |  Bin 0 -> 56470 bytes
 share/doc/images/intro-tour-05.png           |  Bin 0 -> 53778 bytes
 share/doc/images/intro-tour-06.png           |  Bin 0 -> 61296 bytes
 share/doc/images/intro-tour-07.png           |  Bin 0 -> 67121 bytes
 share/doc/images/intro-tour-08.png           |  Bin 0 -> 83494 bytes
 share/doc/images/intro-tour-09.png           |  Bin 0 -> 84701 bytes
 share/doc/images/intro-tour-10.png           |  Bin 0 -> 61631 bytes
 share/doc/images/intro-why-01.png            |  Bin 0 -> 25755 bytes
 share/doc/images/intro-why-02.png            |  Bin 0 -> 5937 bytes
 share/doc/images/intro-why-03.png            |  Bin 0 -> 5134 bytes
 share/doc/images/views-intro-01.png          |  Bin 0 -> 1026767 bytes
 share/doc/images/views-intro-02.png          |  Bin 0 -> 9758 bytes
 share/doc/images/views-intro-03.png          |  Bin 0 -> 12650 bytes
 share/doc/images/views-intro-04.png          |  Bin 0 -> 14537 bytes
 share/doc/src/about.rst                      |   25 +
 share/doc/src/api-basics.rst                 |  463 -------
 share/doc/src/api/authn.rst                  |   41 -
 share/doc/src/api/basics.rst                 |  601 +++++++++
 share/doc/src/api/configuration.rst          |  297 ----
 share/doc/src/api/database.rst               | 1471 --------------------
 share/doc/src/api/database/bulk-api.rst      |  599 +++++++++
 share/doc/src/api/database/changes.rst       |  556 ++++++++
 share/doc/src/api/database/common.rst        |  423 ++++++
 share/doc/src/api/database/compact.rst       |  239 ++++
 share/doc/src/api/database/index.rst         |   47 +
 share/doc/src/api/database/misc.rst          |  339 +++++
 share/doc/src/api/database/security.rst      |  180 +++
 share/doc/src/api/database/temp-views.rst    |   78 ++
 share/doc/src/api/ddoc/common.rst            |  216 +++
 share/doc/src/api/ddoc/index.rst             |   37 +
 share/doc/src/api/ddoc/render.rst            |  380 ++++++
 share/doc/src/api/ddoc/rewrites.rst          |   89 ++
 share/doc/src/api/ddoc/views.rst             |  779 +++++++++++
 share/doc/src/api/design.rst                 | 1264 -----------------
 share/doc/src/api/document/attachments.rst   |  314 +++++
 share/doc/src/api/document/common.rst        | 1178 ++++++++++++++++
 share/doc/src/api/document/index.rst         |   26 +
 share/doc/src/api/documents.rst              |  973 --------------
 share/doc/src/api/index.rst                  |   42 +
 share/doc/src/api/local.rst                  |  139 +-
 share/doc/src/api/misc.rst                   |  867 ------------
 share/doc/src/api/reference.rst              |   42 -
 share/doc/src/api/server/authn.rst           |  451 +++++++
 share/doc/src/api/server/common.rst          | 1000 ++++++++++++++
 share/doc/src/api/server/configuration.rst   |  332 +++++
 share/doc/src/api/server/index.rst           |   28 +
 share/doc/src/changelog.rst                  | 1489 ---------------------
 share/doc/src/changes.rst                    |  227 ----
 share/doc/src/conf.py                        |   91 +-
 share/doc/src/config/auth.rst                |  401 ++++++
 share/doc/src/config/compaction.rst          |  181 +++
 share/doc/src/config/couchdb.rst             |  229 ++++
 share/doc/src/config/externals.rst           |  179 +++
 share/doc/src/config/http-handlers.rst       |  341 +++++
 share/doc/src/config/http.rst                |  680 ++++++++++
 share/doc/src/config/index.rst               |   34 +
 share/doc/src/config/intro.rst               |  168 +++
 share/doc/src/config/logging.rst             |   94 ++
 share/doc/src/config/misc.rst                |  221 +++
 share/doc/src/config/proxying.rst            |   98 ++
 share/doc/src/config/query-servers.rst       |  164 +++
 share/doc/src/config/replicator.rst          |  193 +++
 share/doc/src/config/services.rst            |  175 +++
 share/doc/src/config_reference.rst           |  330 -----
 share/doc/src/configuring.rst                |  629 ---------
 share/doc/src/contents.rst                   |   39 +
 share/doc/src/couchapp/ddocs.rst             |  759 +++++++++++
 share/doc/src/couchapp/index.rst             |   31 +
 share/doc/src/couchapp/views/collation.rst   |  256 ++++
 share/doc/src/couchapp/views/index.rst       |   30 +
 share/doc/src/couchapp/views/intro.rst       |  675 ++++++++++
 share/doc/src/couchapp/views/joins.rst       |  430 ++++++
 share/doc/src/couchapp/views/nosql.rst       |  530 ++++++++
 share/doc/src/couchapp/views/pagination.rst  |  287 ++++
 share/doc/src/cve/2010-0009.rst              |   54 +
 share/doc/src/cve/2010-2234.rst              |   64 +
 share/doc/src/cve/2010-3854.rst              |   57 +
 share/doc/src/cve/2012-5641.rst              |   77 ++
 share/doc/src/cve/2012-5649.rst              |   50 +
 share/doc/src/cve/2012-5650.rst              |   69 +
 share/doc/src/cve/index.rst                  |   73 +
 share/doc/src/ddocs.rst                      |  751 -----------
 share/doc/src/externals.rst                  |  259 ++++
 share/doc/src/fauxton/addons.rst             |  199 +++
 share/doc/src/fauxton/index.rst              |   23 +
 share/doc/src/fauxton/install.rst            |  109 ++
 share/doc/src/index.rst                      |   46 -
 share/doc/src/install/freebsd.rst            |   80 ++
 share/doc/src/install/gentoo.rst             |   29 +
 share/doc/src/install/index.rst              |   27 +
 share/doc/src/install/mac.rst                |  194 +++
 share/doc/src/install/unix.rst               |  269 ++++
 share/doc/src/install/windows.rst            |  275 ++++
 share/doc/src/intro.rst                      |  309 -----
 share/doc/src/intro/api.rst                  |  783 +++++++++++
 share/doc/src/intro/consistency.rst          |  465 +++++++
 share/doc/src/intro/curl.rst                 |  122 ++
 share/doc/src/intro/futon.rst                |  186 +++
 share/doc/src/intro/index.rst                |   56 +
 share/doc/src/intro/overview.rst             |  387 ++++++
 share/doc/src/intro/security.rst             |  525 ++++++++
 share/doc/src/intro/tour.rst                 |  542 ++++++++
 share/doc/src/intro/why.rst                  |  315 +++++
 share/doc/src/json-structure.rst             |  189 ---
 share/doc/src/maintenance/compaction.rst     |  193 +++
 share/doc/src/maintenance/index.rst          |   21 +
 share/doc/src/maintenance/performance.rst    |  293 ++++
 share/doc/src/query-server/erlang.rst        |  139 ++
 share/doc/src/query-server/index.rst         |   40 +
 share/doc/src/query-server/javascript.rst    |  288 ++++
 share/doc/src/query-server/protocol.rst      |  967 +++++++++++++
 share/doc/src/query-servers.rst              |  436 ------
 share/doc/src/replication.rst                |   95 --
 share/doc/src/replication/conflicts.rst      |  793 +++++++++++
 share/doc/src/replication/index.rst          |   37 +
 share/doc/src/replication/intro.rst          |   95 ++
 share/doc/src/replication/protocol.rst       |  202 +++
 share/doc/src/replication/replicator.rst     |  383 ++++++
 share/doc/src/replicator.rst                 |  383 ------
 share/doc/src/whatsnew/0.10.rst              |  150 +++
 share/doc/src/whatsnew/0.11.rst              |  357 +++++
 share/doc/src/whatsnew/0.8.rst               |  178 +++
 share/doc/src/whatsnew/0.9.rst               |  262 ++++
 share/doc/src/whatsnew/1.0.rst               |  277 ++++
 share/doc/src/whatsnew/1.1.rst               |  175 +++
 share/doc/src/whatsnew/1.2.rst               |  242 ++++
 share/doc/src/whatsnew/1.3.rst               |  256 ++++
 share/doc/src/whatsnew/1.4.rst               |   61 +
 share/doc/src/whatsnew/1.5.rst               |   31 +
 share/doc/src/whatsnew/index.rst             |   32 +
 share/doc/templates/couchdb/domainindex.html |   49 +
 share/doc/templates/couchdb/theme.conf       |   13 +
 share/doc/templates/help.html                |    9 +
 share/doc/templates/layout.html              |   27 +
 share/doc/templates/pages/download.html      |   48 +
 share/doc/templates/pages/index.html         |  156 +++
 src/fauxton/app/helpers.js                   |   14 +-
 159 files changed, 26485 insertions(+), 10498 deletions(-)
----------------------------------------------------------------------