You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/05/27 00:22:37 UTC

cvs commit: httpd-2.0/docs/manual/programs configure.html.en configure.html.ko.euc-kr configure.xml.ko configure.xml.meta

nd          2004/05/26 15:22:37

  Modified:    docs/manual/programs configure.html.en
                        configure.html.ko.euc-kr configure.xml.ko
                        configure.xml.meta
  Log:
  update transformation
  
  Revision  Changes    Path
  1.12      +7 -1      httpd-2.0/docs/manual/programs/configure.html.en
  
  Index: configure.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/programs/configure.html.en,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- configure.html.en	25 Apr 2004 22:53:17 -0000	1.11
  +++ configure.html.en	26 May 2004 22:22:37 -0000	1.12
  @@ -442,10 +442,16 @@
             <code>http</code> protocol module.</dd>
   
           <dt><code>--enable-dav-fs</code></dt>
  -        <dd>Enable DAV support for filesystem resources, which is provides by
  +        <dd>Enable DAV support for filesystem resources, which is provided by
             <code class="module"><a href="../mod/mod_dav_fs.html">mod_dav_fs</a></code>. This module is a provider for the
             <code class="module"><a href="../mod/mod_dav.html">mod_dav</a></code> module, so you should also use
             <code>--enable-dav</code>.</dd> 
  +
  +        <dt><code>--enable-dav-lock</code></dt>
  +        <dd>Enable <code class="module"><a href="../mod/mod_dav_lock.html">mod_dav_lock</a></code> which provides generic DAV
  +          locking support for backend modules. This module needs at least
  +          <code class="module"><a href="../mod/mod_dav.html">mod_dav</a></code> to function, so you should also use
  +          <code>--enable-dav</code>.</dd>
   
           <dt><code>--enable-deflate</code></dt>
           <dd>Enable deflate transfer encoding provided by
  
  
  
  1.2       +2 -0      httpd-2.0/docs/manual/programs/configure.html.ko.euc-kr
  
  Index: configure.html.ko.euc-kr
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/programs/configure.html.ko.euc-kr,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- configure.html.ko.euc-kr	25 Apr 2004 22:53:17 -0000	1.1
  +++ configure.html.ko.euc-kr	26 May 2004 22:22:37 -0000	1.2
  @@ -21,6 +21,8 @@
   <p><span>������ ���: </span><a href="../en/programs/configure.html" hreflang="en" rel="alternate" title="English">&nbsp;en&nbsp;</a> |
   <a href="../ko/programs/configure.html" title="Korean">&nbsp;ko&nbsp;</a></p>
   </div>
  +<div class="outofdate">�� ������ �ֽ��� ������ �ƴմϴ�.
  +            �ֱٿ� ����� ������ ���� ������ �����ϼ���.</div>
   
       <p><code>configure</code> ��ũ��Ʈ�� Ư�� �÷������� ����ġ
       �������� �������ϰ� ��ġ�ϱ����� �ҽ� Ʈ���� �����Ѵ�. ����
  
  
  
  1.3       +1 -1      httpd-2.0/docs/manual/programs/configure.xml.ko
  
  Index: configure.xml.ko
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/programs/configure.xml.ko,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- configure.xml.ko	25 Apr 2004 22:53:17 -0000	1.2
  +++ configure.xml.ko	26 May 2004 22:22:37 -0000	1.3
  @@ -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.en.xsl"?>
  -<!-- English Revision: 1.11 -->
  +<!-- English Revision: 1.11 (outdated: 1.12) -->
   
   <!--
    Copyright 2004 The Apache Software Foundation
  
  
  
  1.4       +1 -1      httpd-2.0/docs/manual/programs/configure.xml.meta
  
  Index: configure.xml.meta
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/programs/configure.xml.meta,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- configure.xml.meta	25 Apr 2004 22:53:17 -0000	1.3
  +++ configure.xml.meta	26 May 2004 22:22:37 -0000	1.4
  @@ -7,6 +7,6 @@
   
     <variants>
       <variant>en</variant>
  -    <variant>ko</variant>
  +    <variant outdated="yes">ko</variant>
     </variants>
   </metafile>