]> granicus.if.org Git - apache/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Sat, 16 Oct 2004 22:04:15 +0000 (22:04 +0000)
committerAndré Malo <nd@apache.org>
Sat, 16 Oct 2004 22:04:15 +0000 (22:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105492 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/glossary.html.en
docs/manual/glossary.html.es
docs/manual/glossary.html.ko.euc-kr
docs/manual/glossary.xml.es
docs/manual/glossary.xml.ko
docs/manual/glossary.xml.meta

index d3f0576ff8adc78b630aad6532229e66371c39f5..b706e013fe1b715762ef839e6ba408bb3b02f74a 100644 (file)
@@ -32,11 +32,6 @@ on each concept is provided in the links.</p>
 <h2><a name="definitions" id="definitions">Definitions</a></h2>
 
 <dl>
-<dt><a name="authentication">Authentication</a></dt> <dd>The positive
-identification of a network entity such as a server, a client, or a
-user.<br /> See: <a href="howto/auth.html">Authentication, Authorization, and Access
-Control</a></dd>
-
 <dt><a name="accesscontrol">Access Control</a></dt>
 <dd>The restriction of access to network realms. In an Apache context
     usually the restriction of access to certain <em>URLs</em>.<br />
@@ -51,6 +46,11 @@ a finite number of steps. Algorithms for encryption are usually called
 <dt><a name="apacheextensiontool">APache eXtension Tool</a> <a name="apxs">(apxs)</a></dt> <dd>A perl script that aids in compiling <a href="#module">module</a> sources into Dynamic Shared Objects (<a href="#dso">DSO</a>s) and helps install them in the Apache Web
 server.<br /> See: <a href="programs/apxs.html">Manual Page: apxs</a></dd>
 
+<dt><a name="authentication">Authentication</a></dt>
+<dd>The positive identification of a network entity such as a server, a
+client, or a user.<br /> See: <a href="howto/auth.html">Authentication, Authorization, and Access
+Control</a></dd>
+
 <dt><a name="certificate">Certificate</a></dt>
 <dd>A data record used for authenticating network entities such
     as a server or a client. A certificate contains X.509 information pieces
@@ -60,12 +60,6 @@ server.<br /> See: <a href="programs/apxs.html">Manual Page: apxs</a></dd>
     using CA certificates.<br />
 See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
-<dt><a name="certificationauthority">Certification Authority</a> <a name="ca">(CA)</a></dt> <dd>A trusted third party whose purpose is to
-sign certificates for network entities it has authenticated using
-secure means. Other network entities can check the signature to verify
-that a CA has authenticated the bearer of a certificate.<br />
-See: <a href="ssl/">SSL/TLS Encryption</a></dd>
-
 <dt><a name="certificatsigningrequest">Certificate Signing Request</a>
 <a name="csr">(CSR)</a></dt> <dd>An unsigned <a href="#certificate">certificate</a> for submission to a <a href="#certificationauthority">Certification Authority</a>, which signs it
 with the <a href="#privatekey">Private Key</a> of their CA
@@ -73,6 +67,11 @@ with the <a href="#privatekey">Private Key</a> of their CA
 certificate.<br />
 See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
+<dt><a name="certificationauthority">Certification Authority</a> <a name="ca">(CA)</a></dt> <dd>A trusted third party whose purpose is to
+sign certificates for network entities it has authenticated using
+secure means. Other network entities can check the signature to verify
+that a CA has authenticated the bearer of a certificate.<br />
+See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
 <dt><a name="cipher">Cipher</a></dt> <dd>An algorithm or system for
 data encryption. Examples are DES, IDEA, RC4, etc.<br />
@@ -98,8 +97,9 @@ See: <a href="howto/cgi.html">Dynamic Content with CGI</a></dd>
 that control the configuration of Apache.<br />
 See: <a href="configuring.html">Configuration Files</a></dd>
 
-<dt><a name="connect">CONNECT</a></dt> <dd>An HTTP <a href="#method">method</a> for proxying raw data channels over HTTP. It
-can be used to encapsulate other protocols, such as the SSL
+<dt><a name="connect">CONNECT</a></dt>
+<dd>An HTTP <a href="#method">method</a> for proxying raw data channels
+over HTTP. It can be used to encapsulate other protocols, such as the SSL
 protocol.</dd>
 
 <dt><a name="context">Context</a></dt> <dd>An area in the <a href="#configurationfile">configuration files</a> where certain types
@@ -142,8 +142,9 @@ See: <a href="env.html">Environment Variables in Apache</a></dd>
     force.<br />
 See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
-<dt><a name="filter">Filter</a></dt> <dd>A process that is applied to
-data that is sent or received by the server.  Input filters process
+<dt><a name="filter">Filter</a></dt>
+<dd>A process that is applied to data that is sent or received by the
+server.  Input filters process
 data sent by the client to the server, while output filters process
 documents on the server before they are sent to the client.  For
 example, the <code>INCLUDES</code> output filter processes documents
@@ -156,9 +157,9 @@ resolve to an IP address. For example, <code>www</code> is a hostname,
 <code>example.com</code> is a domain name, and
 <code>www.example.com</code> is a fully-qualified domain name.</dd>
 
-<dt><a name="handler">Handler</a></dt> <dd>An internal Apache
-representation of the action to be performed when a file is
-called. Generally, files have implicit handlers, based on the file
+<dt><a name="handler">Handler</a></dt>
+<dd>An internal Apache representation of the action to be performed when
+a file is called. Generally, files have implicit handlers, based on the file
 type. Normally, all files are simply served by the server, but certain
 file types are "handled" separately.  For example, the
 <code>cgi-script</code> handler designates files to be processed as <a href="#cgi">CGIs</a>.<br />
@@ -182,9 +183,10 @@ but it may be moved using run-time or compile-time configuration.<br />
 See: <a href="configuring.html">Configuration Files</a></dd>
 
 <dt><a name="hypertexttransferprotocol">HyperText Transfer
-Protocol</a> <a name="http">(HTTP)</a></dt> <dd>The standard
-transmission protocol used on the World Wide Web.  Apache implements
-version 1.1 of the protocol, referred to as HTTP/1.1 and defined by <a href="http://ietf.org/rfc/rfc2616.txt">RFC 2616</a>.</dd>
+Protocol</a> <a name="http">(HTTP)</a></dt>
+<dd>The standard transmission protocol used on the World Wide Web.
+Apache implements version 1.1 of the protocol, referred to as HTTP/1.1
+and defined by <a href="http://ietf.org/rfc/rfc2616.txt">RFC 2616</a>.</dd>
 
 <dt><a name="https">HTTPS</a></dt>
 <dd>The HyperText Transfer Protocol (Secure), the standard encrypted
@@ -235,9 +237,10 @@ with the new version of Apache.
 <dd>The Open Source toolkit for SSL/TLS<br />
     see <a href="http://www.openssl.org/">http://www.openssl.org/</a></dd>
 
-<dt><a name="passphrase">Pass Phrase</a></dt> <dd>The word or phrase
-that protects private key files.  It prevents unauthorized users from
-encrypting them. Usually it's just the secret encryption/decryption
+<dt><a name="passphrase">Pass Phrase</a></dt>
+<dd>The word or phrase that protects private key files.
+It prevents unauthorized users from encrypting them. Usually it's just
+the secret encryption/decryption
 key used for <a name="cipher">Ciphers</a>.<br /> See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
 <dt><a name="plaintext">Plaintext</a></dt>
@@ -310,13 +313,15 @@ See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 utility.  Apache distributions are stored in compressed tar archives
 or using pkzip.</dd>
 
-<dt><a name="transportlayersecurity">Transport Layer Security</a> <a name="tls">(TLS)</a></dt> <dd>The successor protocol to SSL, created
+<dt><a name="transportlayersecurity">Transport Layer Security</a> <a name="tls">(TLS)</a></dt>
+<dd>The successor protocol to SSL, created
 by the Internet Engineering Task Force (IETF) for general
 communication authentication and encryption over TCP/IP networks. TLS
 version 1 and is nearly identical with SSL version 3.<br />
 See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 
-<dt><a name="uniformresourcelocator">Uniform Resource Locator</a> <a name="url">(URL)</a></dt> <dd>The name/address of a resource on the
+<dt><a name="uniformresourcelocator">Uniform Resource Locator</a> <a name="url">(URL)</a></dt>
+<dd>The name/address of a resource on the
 Internet.  This is the common informal term for what is formally
 called a <a href="#uniformresourceidentifier">Uniform Resource
 Identifier</a>.  URLs are usually made up of a scheme, like
@@ -324,24 +329,25 @@ Identifier</a>.  URLs are usually made up of a scheme, like
 URL for this page is
 <code>http://httpd.apache.org/docs-2.1/glossary.html</code>.</dd>
 
-<dt><a name="uniformresourceidentifier">Uniform Resource Identifier</a> <a name="URI">(URI)</a></dt> <dd>A compact string of characters for
+<dt><a name="uniformresourceidentifier">Uniform Resource Identifier</a> <a name="URI">(URI)</a></dt>
+<dd>A compact string of characters for
 identifying an abstract or physical resource.  It is formally defined
 by <a href="http://www.ietf.org/rfc/rfc2396.txt">RFC 2396</a>.
 URIs used on the world-wide web are commonly referred to
 as <a href="#url">URLs</a>.</dd>
 
-<dt><a name="virtualhosting">Virtual Hosting</a></dt> <dd>Serving
-multiple websites using a single instance of Apache.  <em>IP virtual
-hosting</em> differentiates between websites based on their IP
+<dt><a name="virtualhosting">Virtual Hosting</a></dt>
+<dd>Serving multiple websites using a single instance of Apache.
+<em>IP virtual hosting</em> differentiates between websites based on their IP
 address, while <em>name-based virtual hosting</em> uses only the name
 of the host and can therefore host many sites on the same IP
 address.<br /> See: <a href="vhosts/">Apache Virtual Host
 documentation</a></dd>
 
-<dt><a name="x.509">X.509</a></dt> <dd>An authentication certificate
-scheme recommended by the International Telecommunication Union
-(ITU-T) which is used for SSL/TLS authentication.<br /> See: <a href="ssl/">SSL/TLS Encryption</a></dd>
-
+<dt><a name="x.509">X.509</a></dt>
+<dd>An authentication certificate scheme recommended by the International
+Telecommunication Union (ITU-T) which is used for SSL/TLS
+authentication.<br /> See: <a href="ssl/">SSL/TLS Encryption</a></dd>
 </dl>
 </div></div>
 <div class="bottomlang">
index 0d62146c1953b8a72703da7a4c944d8d649a07ef..b45b5479932a53f5d3bf08c4b757c129931020bc 100644 (file)
 <a href="./es/glossary.html" title="Español">&nbsp;es&nbsp;</a> |
 <a href="./ko/glossary.html" hreflang="ko" rel="alternate" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">Esta traducción podría estar
+            obsoleta. Consulte la versión en inglés de la
+            documentación para comprobar si se han producido cambios
+            recientemente.</div>
 
 <p>Este glosario define la terminología más común
 relacionada con Apache en particular y con los servidores web en
index fbdd3c8029c64905730b9b9f076c24a682291003..abd7d594763b9472bb505743545aa6ada9deaa3d 100644 (file)
@@ -22,6 +22,8 @@
 <a href="./es/glossary.html" hreflang="es" rel="alternate" title="Espa&#241;ol">&nbsp;es&nbsp;</a> |
 <a href="./ko/glossary.html" title="Korean">&nbsp;ko&nbsp;</a></p>
 </div>
+<div class="outofdate">ÀÌ ¹®¼­´Â ÃÖ½ÅÆÇ ¹ø¿ªÀÌ ¾Æ´Õ´Ï´Ù.
+            ÃÖ±Ù¿¡ º¯°æµÈ ³»¿ëÀº ¿µ¾î ¹®¼­¸¦ Âü°íÇϼ¼¿ä.</div>
 
 <p>ÀÌ ¹®¼­´Â À¥ ¼­ºñ½º ÀϹݿ¡ ´ëÇÑ, Æ¯È÷ ¾ÆÆÄÄ¡¿Í °ü·ÃµÈ, ¿ë¾îµéÀ»
 Á¤ÀÇÇÑ´Ù. °¢ °³³ä¿¡ ´ëÇÑ ÀÚ¼¼ÇÑ Á¤º¸´Â ¸µÅ©¸¦ Âü°íÇ϶ó.
index 4fb15c9b2b1dc67f494f2b06ec9d4c3a0fc0fc71..bb0c0271fc4b6402eb4a40a4fc8b35d82eed8198 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 1.15 -->
+<!-- English Revision: 1.15 (outdated: 1.16) -->
 
 <!--
  Copyright 2004 The Apache Software Foundation
index 523125e3f128ef106c8bd3964907589ec4d00a7e..2e69844bb1b4ae216d103ef5dd29339dd665c61d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 1.15 -->
+<!-- English Revision: 1.15 (outdated: 1.16) -->
 
 <!--
  Copyright 2003-2004 The Apache Software Foundation
index 7763b4876de3af5d5104ffd9486538294748d55a..0555177b0c99fb68a5ee516c8559f415e78e12ff 100644 (file)
@@ -7,7 +7,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>es</variant>
-    <variant>ko</variant>
+    <variant outdated="yes">es</variant>
+    <variant outdated="yes">ko</variant>
   </variants>
 </metafile>