From: Jeremy C. Reed Date: Wed, 20 Jun 2012 14:58:51 +0000 (-0500) Subject: [master] minor grammar and case improvements X-Git-Tag: trac2351_base~226^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7110e68569921804ef4aa56df4e6d858289bd4c0;p=thirdparty%2Fkea.git [master] minor grammar and case improvements --- diff --git a/src/bin/stats/b10-stats-httpd.xml b/src/bin/stats/b10-stats-httpd.xml index a37224449d..17b7671eb0 100644 --- a/src/bin/stats/b10-stats-httpd.xml +++ b/src/bin/stats/b10-stats-httpd.xml @@ -55,16 +55,16 @@ process runs as a process separated from the process of the BIND 10 Stats daemon (b10-stats). The server is initially executed by the BIND 10 boss process (bind10) and eventually - exited by it. The server is intended to be server requests by HTTP + exited by it. The server is intended to serve requests by HTTP clients like web browsers and third-party modules. When the server is asked, it requests BIND 10 statistics data or its schema from - b10-stats, and it sends the data back in Python - dictionary format and the server converts it into XML format. The server - sends it to the HTTP client. The server can send three types of document, + b10-stats which sends the data back in Python + dictionary format, and the server converts it into XML format. The server + sends it to the HTTP client. The server can send three types of documents, which are XML (Extensible Markup Language), XSD (XML Schema definition) and XSL (Extensible Stylesheet Language). The XML document is the - statistics data of BIND 10, The XSD document is the data schema of it, - and The XSL document is the style sheet to be showed for the web + statistics data of BIND 10, the XSD document is the data schema of it, + and the XSL document is the style sheet to be showed for the web browsers. There is different URL for each document. But please note that you would be redirected to the URL of XML document if you request the URL of the root document. For example, you would be redirected to @@ -82,6 +82,8 @@ + + OPTIONS The argument is as follow: