You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2017/01/21 06:34:53 UTC

svn commit: r1779699 - /httpd/httpd/trunk/docs/manual/mod/mod_brotli.xml

Author: jailletc36
Date: Sat Jan 21 06:34:53 2017
New Revision: 1779699

URL: http://svn.apache.org/viewvc?rev=1779699&view=rev
Log:
Be more consitent in the layout, and fix the display of a multi lines <highlight> section

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_brotli.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_brotli.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_brotli.xml?rev=1779699&r1=1779698&r2=1779699&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_brotli.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_brotli.xml Sat Jan 21 06:34:53 2017
@@ -47,8 +47,8 @@ client</description>
 
     <example><title>Compress only a few types</title>
     <highlight language="config">
-      AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript application/javascript
-      </highlight>
+AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript application/javascript
+    </highlight>
     </example>
 
 </section>
@@ -144,7 +144,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?
     filter depends on the <code>User-Agent</code>, you should add:</p>
 
     <highlight language="config">
-      Header append Vary User-Agent
+Header append Vary User-Agent
     </highlight>
 
     <p>If your decision about compression depends on other information
@@ -154,8 +154,8 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?
 
     <example><title>Example</title>
     <highlight language="config">
-      Header set Vary *
-      </highlight>
+Header set Vary *
+    </highlight>
     </example>
 </section>
 
@@ -218,11 +218,11 @@ content</title>
 
     <example><title>Example</title>
     <highlight language="config">
-      BrotliFilterNote ratio
+BrotliFilterNote ratio
 
-      LogFormat '"%r" %b (%{ratio}n) "%{User-agent}i"' brotli
-      CustomLog "logs/brotli_log" brotli
-      </highlight>
+LogFormat '"%r" %b (%{ratio}n) "%{User-agent}i"' brotli
+CustomLog "logs/brotli_log" brotli
+    </highlight>
     </example>
 
     <p>If you want to extract more accurate values from your logs, you
@@ -252,7 +252,7 @@ BrotliFilterNote Ratio ratio
 
 LogFormat '"%r" %{outstream}n/%{instream}n (%{ratio}n%%)' brotli
 CustomLog "logs/brotli_log" brotli
-</highlight>
+    </highlight>
     </example>
 </usage>
 <seealso><module>mod_log_config</module></seealso>