You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/07/24 14:24:59 UTC

[22/50] [abbrv] git commit: updated refs/heads/1781-reorganize-and-improve-docs to fa11c25

Add eventsource feed type to API. Set back references.

COUCHDB-1857


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

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: 351e91afd5fb994cb96d6cc794ab7170452a9797
Parents: d159201
Author: Alexander Shorin <kx...@apache.org>
Authored: Tue Jul 23 03:18:36 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Jul 24 10:48:37 2013 +0400

----------------------------------------------------------------------
 share/doc/src/api/database.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/351e91af/share/doc/src/api/database.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/api/database.rst b/share/doc/src/api/database.rst
index ae85948..188a9f7 100644
--- a/share/doc/src/api/database.rst
+++ b/share/doc/src/api/database.rst
@@ -283,15 +283,16 @@ If successful, the returned JSON will indicate success
 
   * **Argument**: feed
 
-    * **Description**:  Type of feed
+    * **Description**: Type of the :ref:`changes <changes>` feed
     * **Optional**: yes
     * **Type**: string
     * **Default**: normal
     * **Supported Values**:
 
-      * **continuous**: Continuous (non-polling) mode
-      * **longpoll**: Long polling mode
-      * **normal**: Normal mode
+      * **continuous**: :ref:`Continuous <changes/continuous>` mode
+      * **eventsource**: :ref:`Event source <changes/eventsource>` mode
+      * **longpoll**: :ref:`Long polling <changes/longpoll>` mode
+      * **normal**: :ref:`Normal <changes/normal>` mode
 
   * **Argument**: filter