summaryrefslogtreecommitdiff
path: root/docs/manual/index.xml.es
diff options
context:
space:
mode:
authorLuis Gil <lgilbernabe@apache.org>2016-05-10 13:24:26 +0000
committerLuis Gil <lgilbernabe@apache.org>2016-05-10 13:24:26 +0000
commit1d12ea286e80917ca5761a58853915d0036aaf13 (patch)
tree561db4e5b7ae33d3917ef3c11ba2edb149c00dbf /docs/manual/index.xml.es
parentbf9134a7462490b95986c392b7bf0029d80a0170 (diff)
downloadhttpd-1d12ea286e80917ca5761a58853915d0036aaf13.tar.gz
Update to match english revision
added missing lines builded the html file git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1743174 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/index.xml.es')
-rw-r--r--docs/manual/index.xml.es75
1 files changed, 41 insertions, 34 deletions
diff --git a/docs/manual/index.xml.es b/docs/manual/index.xml.es
index 9be80d6ac9..db968e5857 100644
--- a/docs/manual/index.xml.es
+++ b/docs/manual/index.xml.es
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE indexpage SYSTEM "./style/sitemap.dtd">
<?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 105989:1732097 (outdated) -->
-
+<!-- English Revision: 1732097 -->
+<!-- Spanish Update by Luis Gil de Bernabé Pfeiffer lgilbernabe[AT]apache.org -->
+<!-- Review by Sergio Ramos -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
@@ -23,72 +24,78 @@
<indexpage metafile="index.xml.meta">
<parentdocument href="http://httpd.apache.org/docs-project/" />
-<title>Versi&#243;n &httpd.major;.&httpd.minor; de la documentaci&#243;n del Servidor de HTTP Apache</title>
+<title>Versión &httpd.major;.&httpd.minor; de la documentación del Servidor de HTTP Apache</title>
-<category id="release"><title>Notas de la Versi&#243;n</title>
- <page href="new_features_2_0.html">Nuevas funcionalidades en
- Apache 2.0</page>
+<category id="release"><title>Notas de la Versión</title>
+ <page href="new_features_2_4.html">Nuevas funcionalidades en Apache 2.3/2.4</page>
+ <page href="new_features_2_2.html">Nuevas funcionalidades en Apache 2.1/2.2</page>
+ <page href="new_features_2_0.html">Nuevas funcionalidades en Apache 2.0</page>
<page href="upgrading.html">Actualizarse a la versión 2.0 desde la 1.3</page>
<page href="license.html">Licencia Apache</page>
</category>
<category id="manual"><title>Manual de Referencia</title>
- <page href="install.html">Compilaci&#243;n e Instalaci&#243;n</page>
+ <page href="install.html">Compilación e Instalación</page>
<page href="invoking.html">Iniciar Apache</page>
<page href="stopping.html">Parar y reiniciar Apache</page>
<page href="mod/directives.html">Directivas para configurar la
-ejecuci&#243;n</page>
- <page href="mod/quickreference.html">Gu&#237;a r&#225;pida de
- Referencia de Directivas</page>
- <page href="mod/">M&#243;dulos</page>
- <page href="mpm.html">M&#243;dulos de MultiProcesamiento (MPMs)</page>
+ejecución</page>
+ <page href="mod/quickreference.html">Directivas de configuración en
+ tiempo de ejecución</page>
+ <page href="mod/">Módulos</page>
+ <page href="mpm.html">Módulos de MultiProcesamiento (MPMs)</page>
<page href="filter.html">Filtros</page>
<page href="handler.html">Handlers</page>
- <page href="programs/">El Servidor Apache y Programas de Soporte</page>
+ <page href="expr.html">Analizador de Expresiones</page>
+ <page href="programs/">Programas de Soporte y Servidor</page>
<page href="glossary.html">Glosario</page>
</category>
-<category id="usersguide"><title>Gu&#237;a del Usuario</title>
- <page href="bind.html">Puertos de escucha</page>
- <page href="configuring.html">Ficheros de Configuraci&#243;n</page>
- <page href="sections.html">Secciones de Configuraci&#243;n</page>
- <page href="content-negotiation.html">Negociaci&#243;n de Contenidos</page>
- <page href="dso.html">Objetos Din&#225;micos Compartidos (DSO)</page>
+<category id="usersguide"><title>Guía del Usuario</title>
+ <page href="bind.html">Enlazando Direcciones y Puertos</page>
+ <page href="configuring.html">Ficheros de Configuración</page>
+ <page href="sections.html">Secciones de Configuración</page>
+ <page href="caching.html">Almacenamiento de Contenido en Caché</page>
+ <page href="content-negotiation.html">Negociación de Contenidos</page>
+ <page href="dso.html">Objetos Compartidos Dinámicamente (DSO)</page>
<page href="env.html">Variables de Entorno</page>
- <page href="logs.html">Archivos Log</page>
+ <page href="logs.html">Ficheros de Log</page>
<page href="urlmapping.html">Mapear URLs a ubicaciones de un
sistema de ficheros</page>
<page href="misc/perf-tuning.html">Ajustes para conseguir un mejor rendimiento</page>
<page href="misc/security_tips.html">Consejos de Seguridad</page>
- <page href="server-wide.html">Configuraci&#243;n B&#225;sica de Apache</page>
+ <page href="server-wide.html">Configuración Básica de Apache</page>
<page href="ssl/">Encriptado SSL/TLS</page>
- <page href="suexec.html">Ejecuci&#243;n de Suexec para CGIs</page>
- <page href="rewrite/">Documentaci&#243;n adicional
- sobre mod_rewrite</page>
- <page href="vhosts/">Hosting Virtual</page>
+ <page href="suexec.html">Ejecución de Suexec para CGIs</page>
+ <page href="rewrite/">Reescritura de URL con mod_rewrite</page>
+ <page href="vhosts/">Servidores Virtuales</page>
</category>
<category id="howto"><title>How-To / Tutoriales</title>
- <page href="howto/auth.html">Autentificaci&#243;n,
- Autorizaci&#243;n, y Control de Acceso</page>
- <page href="howto/cgi.html">CGI: Contenido Din&#225;mico</page>
- <page href="howto/htaccess.html">Archivos .htaccess</page>
+ <page href="howto/auth.html">Autenticación y Autorización</page>
+ <page href="howto/access.html">Control de Acceso</page>
+ <page href="howto/cgi.html">CGI: Contenido Dinámico</page>
+ <page href="howto/htaccess.html">Ficheros .htaccess</page>
<page href="howto/ssi.html">Server Side Includes (SSI)</page>
<page href="howto/public_html.html">Directorios web para cada
usuario (public_html)</page>
</category>
-<category id="platform"><title>Notas espec&#237;ficas sobre plataformas</title>
+<category id="platform"><title>Notas específicas sobre plataformas</title>
<page href="platform/windows.html">Microsoft Windows</page>
+ <page href="platform/rpm.html">Sistemas Basados en RPM
+ (Redhat / CentOS / Fedora)</page>
<page href="platform/netware.html">Novell NetWare</page>
<page href="platform/ebcdic.html">EBCDIC Port</page>
</category>
-<category id="other"><title>Documentaci&#243;n adicional</title>
- <page href="faq/">Preguntas M&#225;s Frecuentes</page>
- <page href="sitemap.html">Mapa de este sitio web</page>
- <page href="developer/">Documentaci&#243;n para desarrolladores</page>
+<category id="other"><title>Otros Temas</title>
+ <page href="faq/">Preguntas Frecuentes</page>
+ <page href="sitemap.html">Mapa del Sitio</page>
+ <page href="developer/">Documentación para desarrolladores</page>
+ <page href="http://httpd.apache.org/docs-project/">Contribuir en la Documentación</page>
<page href="misc/">Otros documentos</page>
+ <page href="http://wiki.apache.org/httpd/">Wiki</page>
</category>
</indexpage>