Mailing List Archive

svn commit: r1915841 - in /httpd/httpd/trunk/docs/manual: dso.html dso.xml.meta mod/core.html.es.utf8 mod/mod_alias.html.es.utf8
Author: dferradal
Date: Sat Feb 17 18:44:27 2024
New Revision: 1915841

URL: http://svn.apache.org/viewvc?rev=1915841&view=rev
Log:
Added inicial dso.xml.es translation

Modified:
httpd/httpd/trunk/docs/manual/dso.html
httpd/httpd/trunk/docs/manual/dso.xml.meta
httpd/httpd/trunk/docs/manual/mod/core.html.es.utf8
httpd/httpd/trunk/docs/manual/mod/mod_alias.html.es.utf8

Modified: httpd/httpd/trunk/docs/manual/dso.html
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/dso.html?rev=1915841&r1=1915840&r2=1915841&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/dso.html (original)
+++ httpd/httpd/trunk/docs/manual/dso.html Sat Feb 17 18:44:27 2024
@@ -4,6 +4,10 @@ URI: dso.html.en.utf8
Content-Language: en
Content-type: text/html; charset=UTF-8

+URI: dso.html.es.utf8
+Content-Language: es
+Content-type: text/html; charset=UTF-8
+
URI: dso.html.fr.utf8
Content-Language: fr
Content-type: text/html; charset=UTF-8

Modified: httpd/httpd/trunk/docs/manual/dso.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/dso.xml.meta?rev=1915841&r1=1915840&r2=1915841&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/dso.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/dso.xml.meta Sat Feb 17 18:44:27 2024
@@ -8,6 +8,7 @@

<variants>
<variant>en</variant>
+ <variant>es</variant>
<variant>fr</variant>
<variant outdated="yes">ja</variant>
<variant outdated="yes">ko</variant>

Modified: httpd/httpd/trunk/docs/manual/mod/core.html.es.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.html.es.utf8?rev=1915841&r1=1915840&r2=1915841&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.html.es.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.html.es.utf8 [utf-8] Sat Feb 17 18:44:27 2024
@@ -1628,7 +1628,7 @@ to the network</td></tr>
<tr><th><a href="directive-dict.html#Description">Descripción:</a></th><td>Threshold above which pending data are flushed to the
network</td></tr>
<tr><th><a href="directive-dict.html#Syntax">Sintaxis:</a></th><td><code>FlushMaxThreshold <var>number-of-bytes</var></code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Valor por defecto:</a></th><td><code>FlushMaxThreshold 65536</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Valor por defecto:</a></th><td><code>FlushMaxThreshold 65535</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Contexto:</a></th><td>server config, virtual host</td></tr>
<tr><th><a href="directive-dict.html#Status">Estado:</a></th><td>Core</td></tr>
<tr><th><a href="directive-dict.html#Module">Módulo:</a></th><td>core</td></tr>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.html.es.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_alias.html.es.utf8?rev=1915841&r1=1915840&r2=1915841&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.html.es.utf8 [utf-8] (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.html.es.utf8 [utf-8] Sat Feb 17 18:44:27 2024
@@ -70,6 +70,7 @@
<ul id="toc">
<li><img alt="" src="../images/down.gif" /> <a href="#alias">Alias</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#aliasmatch">AliasMatch</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#aliaspreservepath">AliasPreservePath</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#redirect">Redirect</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#redirectmatch">RedirectMatch</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#redirectpermanent">RedirectPermanent</a></li>
@@ -255,6 +256,19 @@ AliasMatch "^/image/(.*)\.gif$" "/files/

</div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="aliaspreservepath" id="aliaspreservepath">Directiva</a> <a name="AliasPreservePath" id="AliasPreservePath">AliasPreservePath</a> <a title="Enlace permanente" href="#aliaspreservepath" class="permalink">&para;</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Descripción:</a></th><td>Map the full path after the alias in a location.</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Sintaxis:</a></th><td><code>AliasPreservePath OFF|ON</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Valor por defecto:</a></th><td><code>AliasPreservePath OFF</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Contexto:</a></th><td>server config, virtual host, directory</td></tr>
+<tr><th><a href="directive-dict.html#Status">Estado:</a></th><td>Base</td></tr>
+<tr><th><a href="directive-dict.html#Module">Módulo:</a></th><td>mod_alias</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibilidad:</a></th><td>2.5.1 and later</td></tr>
+</table><p>The documentation for this directive has
+ not been translated yet. Please have a look at the English
+ version.</p></div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="redirect" id="redirect">Directiva</a> <a name="Redirect" id="Redirect">Redirect</a> <a title="Enlace permanente" href="#redirect" class="permalink">&para;</a></h2>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Descripción:</a></th><td>Envía una redirección externa indicando al cliente que solicite una URL distinta</td></tr>
@@ -404,8 +418,8 @@ Redirect 303 "/three" "http://example.co
<div class="directive-section"><h2><a name="redirectrelative" id="redirectrelative">Directiva</a> <a name="RedirectRelative" id="RedirectRelative">RedirectRelative</a> <a title="Enlace permanente" href="#redirectrelative" class="permalink">&para;</a></h2>
<table class="directive">
<tr><th><a href="directive-dict.html#Description">Descripción:</a></th><td>Allows relative redirect targets.</td></tr>
-<tr><th><a href="directive-dict.html#Syntax">Sintaxis:</a></th><td><code>RedirectRelative OFF|ON</code></td></tr>
-<tr><th><a href="directive-dict.html#Default">Valor por defecto:</a></th><td><code>RedirectRelative OFF</code></td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Sintaxis:</a></th><td><code>RedirectRelative On|Off</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Valor por defecto:</a></th><td><code>RedirectRelative Off</code></td></tr>
<tr><th><a href="directive-dict.html#Context">Contexto:</a></th><td>server config, virtual host, directory</td></tr>
<tr><th><a href="directive-dict.html#Status">Estado:</a></th><td>Base</td></tr>
<tr><th><a href="directive-dict.html#Module">Módulo:</a></th><td>mod_alias</td></tr>