Skip to content

Commit f89a617

Browse files
committed
Rebuild html, meta files
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1933313 13f79535-47bb-0310-9956-ffa450edef68
1 parent df13215 commit f89a617

240 files changed

Lines changed: 971 additions & 848 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/manual/caching.html.en

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ sys 0m0.000s</pre></div>
790790
<code>.htaccess</code> files would be a very expensive operation,
791791
partially defeating the point of caching (to speed up requests),
792792
<code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> makes no decision about whether a cached
793-
entity is authorised for serving. In other words; if
793+
entity is authorized for serving. In other words; if
794794
<code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code> has cached some content, it will be served
795795
from the cache as long as that content has not expired.</p>
796796

@@ -845,7 +845,7 @@ sys 0m0.000s</pre></div>
845845
Another example is so-called HTTP request-smuggling attacks.</p>
846846

847847
<p>This document is not the correct place for an in-depth discussion
848-
of HTTP request smuggling (instead, try your favourite search engine)
848+
of HTTP request smuggling (instead, try your favorite search engine)
849849
however it is important to be aware that it is possible to make
850850
a series of requests, and to exploit a vulnerability on an origin
851851
webserver such that the attacker can entirely control the content

docs/manual/caching.html.fr.utf8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
<a href="./fr/caching.html" title="Français">&nbsp;fr&nbsp;</a> |
2828
<a href="./tr/caching.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
2929
</div>
30+
<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
31+
anglaise pour les changements récents.</div>
3032

3133
<p>Ce document complète la documentation de référence des modules
3234
<code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>, <code class="module"><a href="./mod/mod_cache_disk.html">mod_cache_disk</a></code>,

docs/manual/caching.html.tr.utf8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<a href="./fr/caching.html" hreflang="fr" rel="alternate" title="Français">&nbsp;fr&nbsp;</a> |
2828
<a href="./tr/caching.html" title="Türkçe">&nbsp;tr&nbsp;</a></p>
2929
</div>
30+
<div class="outofdate">Bu çeviri güncel olmayabilir. Son değişiklikler için İngilizce sürüm geçerlidir.</div>
3031

3132
<p>Bu belge <code class="module"><a href="./mod/mod_cache.html">mod_cache</a></code>,
3233
<code class="module"><a href="./mod/mod_cache_disk.html">mod_cache_disk</a></code>, <code class="module"><a href="./mod/mod_file_cache.html">mod_file_cache</a></code>

docs/manual/caching.xml.fr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<?xml-stylesheet type="text/xsl" href="style/manual.fr.xsl"?>
44
<!-- French translation : Lucien GENTIS -->
55
<!-- Reviewed by : Vincent Deffontaines -->
6-
<!-- English Revision: 1836061 -->
6+
<!-- English Revision: 1836061:1933180 (outdated) -->
77

88
<!--
99
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/caching.xml.meta

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<variants>
1010
<variant>en</variant>
11-
<variant>fr</variant>
12-
<variant>tr</variant>
11+
<variant outdated="yes">fr</variant>
12+
<variant outdated="yes">tr</variant>
1313
</variants>
1414
</metafile>

docs/manual/caching.xml.tr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE manualpage SYSTEM "style/manualpage.dtd">
33
<?xml-stylesheet type="text/xsl" href="style/manual.tr.xsl"?>
4-
<!-- English Revision: 1836061 -->
4+
<!-- English Revision: 1836061:1933180 (outdated) -->
55
<!-- =====================================================
66
Translated by: Nilgün Belma Bugüner <nilgun belgeler.gen.tr>
77
Reviewed by: Orhan Berent <berent belgeler.gen.tr>

docs/manual/content-negotiation.html.en

Lines changed: 34 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,9 @@ Negotiation</a></li>
8282
other media types, but also allowing any other media type as a
8383
last resort:</p>
8484

85-
<div class="example"><p><code>
86-
Accept-Language: fr; q=1.0, en; q=0.5<br />
87-
Accept: text/html; q=1.0, text/*; q=0.8, image/gif; q=0.6, image/jpeg; q=0.6, image/*; q=0.5, */*; q=0.1
88-
</code></p></div>
85+
<div class="example"><pre class="prettyprint lang-config">Accept-Language: fr; q=1.0, en; q=0.5
86+
Accept: text/html; q=1.0, text/*; q=0.8, image/gif; q=0.6, image/jpeg; q=0.6, image/*; q=0.5, */*; q=0.1</pre>
87+
</div>
8988

9089
<p>httpd supports 'server driven' content negotiation, as
9190
defined in the HTTP/1.1 specification. It fully supports the
@@ -161,17 +160,16 @@ Negotiation</a></li>
161160
absolute or relative URIs for any file located on the same server as
162161
the map file.</p>
163162

164-
<div class="example"><p><code>
165-
URI: foo<br />
166-
<br />
167-
URI: foo.en.html<br />
168-
Content-type: text/html<br />
169-
Content-language: en<br />
170-
<br />
171-
URI: foo.fr.de.html<br />
172-
Content-type: text/html;charset=iso-8859-2<br />
173-
Content-language: fr, de<br />
174-
</code></p></div>
163+
<div class="example"><pre class="prettyprint lang-config">URI: foo
164+
165+
URI: foo.en.html
166+
Content-type: text/html
167+
Content-language: en
168+
169+
URI: foo.fr.de.html
170+
Content-type: text/html;charset=iso-8859-2
171+
Content-language: fr, de</pre>
172+
</div>
175173

176174
<p>Note also that a typemap file will take precedence over the
177175
filename's extension, even when Multiviews is on. If a
@@ -194,34 +192,32 @@ Negotiation</a></li>
194192
the original) in the type map file. The original file can be
195193
assigned its language in the type map without being renamed:</p>
196194

197-
<div class="example"><p><code>
198-
URI: foo<br />
199-
<br />
200-
URI: foo.html<br />
201-
Content-type: text/html<br />
202-
Content-language: en<br />
203-
<br />
204-
URI: foo.fr.html<br />
205-
Content-type: text/html<br />
206-
Content-language: fr<br />
207-
</code></p></div>
195+
<div class="example"><pre class="prettyprint lang-config">URI: foo
196+
197+
URI: foo.html
198+
Content-type: text/html
199+
Content-language: en
200+
201+
URI: foo.fr.html
202+
Content-type: text/html
203+
Content-language: fr</pre>
204+
</div>
208205

209206
<p>If the variants have different source qualities, that may be
210207
indicated by the "qs" parameter to the media type, as in this
211208
picture (available as JPEG, GIF, or ASCII-art): </p>
212209

213-
<div class="example"><p><code>
214-
URI: foo<br />
215-
<br />
216-
URI: foo.jpeg<br />
217-
Content-type: image/jpeg; qs=0.8<br />
218-
<br />
219-
URI: foo.gif<br />
220-
Content-type: image/gif; qs=0.5<br />
221-
<br />
222-
URI: foo.txt<br />
223-
Content-type: text/plain; qs=0.01<br />
224-
</code></p></div>
210+
<div class="example"><pre class="prettyprint lang-config">URI: foo
211+
212+
URI: foo.jpeg
213+
Content-type: image/jpeg; qs=0.8
214+
215+
URI: foo.gif
216+
Content-type: image/gif; qs=0.5
217+
218+
URI: foo.txt
219+
Content-type: text/plain; qs=0.01</pre>
220+
</div>
225221

226222
<p>qs values can vary in the range 0.000 to 1.000. Note that
227223
any variant with a qs value of 0.000 will never be chosen.

docs/manual/content-negotiation.html.fr.utf8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<a href="./ko/content-negotiation.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a> |
3030
<a href="./tr/content-negotiation.html" hreflang="tr" rel="alternate" title="Türkçe">&nbsp;tr&nbsp;</a></p>
3131
</div>
32+
<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
33+
anglaise pour les changements récents.</div>
3234

3335

3436
<p>Apache HTTPD prend en charge la négociation de

docs/manual/content-negotiation.xml.fr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
44
<!-- French translation : Lucien GENTIS -->
55
<!-- Reviewed by : Vincent Deffontaines -->
6-
<!-- English Revision: 1932310 -->
6+
<!-- English Revision: 1932310:1933190 (outdated) -->
77

88
<!--
99
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/content-negotiation.xml.ja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
33
<?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
4-
<!-- English Revision: 675610:1932310 (outdated) -->
4+
<!-- English Revision: 675610:1933190 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

0 commit comments

Comments
 (0)