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/06/14 10:25:24 UTC

[27/32] git commit: updated refs/heads/1781-reorganize-and-improve-docs to 11fd32a

Fill missed allow_jsonp description.


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

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: 3bf8c63a2af162d14c9f25ea9226fe009e90852a
Parents: a8f268c
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Jun 14 05:35:57 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Fri Jun 14 12:10:26 2013 +0400

----------------------------------------------------------------------
 share/doc/src/config/httpd.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/3bf8c63a/share/doc/src/config/httpd.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/config/httpd.rst b/share/doc/src/config/httpd.rst
index 0dcc700..9c18b49 100644
--- a/share/doc/src/config/httpd.rst
+++ b/share/doc/src/config/httpd.rst
@@ -24,12 +24,16 @@ These options are under ``[httpd]`` section.
 ``allow_jsonp`` :: Enables JSONP support
 ----------------------------------------
 
-::
+The ``true`` value of this option enables `JSONP`_ support (it's ``false`` by
+default)::
 
   [httpd]
   allow_jsonp = false
 
 
+.. _JSONP: http://www.json-p.org/
+
+
 .. _config/httpd/authentication_handlers:
 
 ``authentication_handlers`` :: Authentication handlers