[Groonga-commit] groonga/groonga [master] doc: improve descriptions

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2012年 8月 9日 (木) 11:54:16 JST


Kouhei Sutou	2012-08-09 11:54:16 +0900 (Thu, 09 Aug 2012)

  New Revision: 4a3bb64e7ec1ea648f753e735a8b1d6ff0bb0ddb
  https://github.com/groonga/groonga/commit/4a3bb64e7ec1ea648f753e735a8b1d6ff0bb0ddb

  Log:
    doc: improve descriptions

  Modified files:
    doc/source/server/http.txt
    doc/source/server/http/comparison.txt

  Modified: doc/source/server/http.txt (+1 -1)
===================================================================
--- doc/source/server/http.txt    2012-08-09 00:01:45 +0900 (0bea877)
+++ doc/source/server/http.txt    2012-08-09 11:54:16 +0900 (89302e2)
@@ -15,7 +15,7 @@ have many HTTP features. It is convenient to try groonga because it
 requires just a few command line options to run.
 
 :doc:`http/groonga-httpd` is a `nginx <http://nginx.org/>`_ based
-implementation. Is is also fast and has full HTTP features.
+implementation. It is also fast and has many HTTP features.
 
 .. note::
 

  Modified: doc/source/server/http/comparison.txt (+7 -6)
===================================================================
--- doc/source/server/http/comparison.txt    2012-08-09 00:01:45 +0900 (395b24e)
+++ doc/source/server/http/comparison.txt    2012-08-09 11:54:16 +0900 (d6ec632)
@@ -104,7 +104,7 @@ such as ``http://localhost:10041/d/status``. You cannot change the
 prefix path ``/d/``.
 
 :doc:`groonga-httpd` can custom prefix path. For example, you can use
-``http://localhost:10041/d/status`` as command URL. Here is a sample
+``http://localhost:10041/api/status`` as command URL. Here is a sample
 configuration to use ``/api/`` as prefix path::
 
   events {
@@ -193,15 +193,16 @@ Authentication
 --------------
 
 HTTP supports authentications such as basic authentication and digest
-authentication. It can be used for restricting danger command use such
+authentication. It can be used for restricting use of danger command such
 as :doc:`/reference/commands/shutdown`.
 
-:doc:`groonga` doesn't support any authentications. To restrict danger
-command use, other tools such as ``iptables`` or reverse proxy are
+:doc:`groonga` doesn't support any authentications. To restrict use of
+danger command, other tools such as iptables and reverse proxy are
 needed.
 
 :doc:`groonga-httpd` supports basic authentication. Here is a sample
-configuration to restrict :doc:`/reference/commands/shutdown` command::
+configuration to restrict use of :doc:`/reference/commands/shutdown`
+command::
 
   events {
   }
@@ -228,7 +229,7 @@ Gzip compression
 ----------------
 
 HTTP supports response compression by gzip with ``Content-Encoding:
-gzip`` response header. It can reduce network bandwidth. It is useful
+gzip`` response header. It can reduce network flow. It is useful
 for large search response.
 
 :doc:`groonga` doesn't support compression. To support compression,
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index