Commit db47c360 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

xforms

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1727628 13f79535-47bb-0310-9956-ffa450edef68
parent c5d18ef8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ Windows</td></tr></table>

    <p>On Unix, the loaded code typically comes from shared object
    files (usually with <code>.so</code> extension), on Windows
    this may either the <code>.so</code> or <code>.dll</code>
    this may either be the <code>.so</code> or <code>.dll</code>
    extension.</p>

    <div class="warning"><h3>Warning</h3>
@@ -161,7 +161,7 @@ Windows</td></tr></table>

    <p>For example:</p>

    <pre class="prettyprint lang-config">LoadFile libexec/libxmlparse.so</pre>
    <pre class="prettyprint lang-config">LoadFile "libexec/libxmlparse.so"</pre>



@@ -183,7 +183,7 @@ of active modules</td></tr>
    <code>module</code> in the file, and is listed as the <a href="module-dict.html#ModuleIdentifier">Module Identifier</a>
    in the module documentation. Example:</p>

    <pre class="prettyprint lang-config">LoadModule status_module modules/mod_status.so</pre>
    <pre class="prettyprint lang-config">LoadModule status_module "modules/mod_status.so"</pre>


    <p>loads the named module from the modules subdirectory of the
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
<!-- English Revision : 1433863 -->
<!-- English Revision: 1433863:1727627 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->

+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
<!-- English Revision: 1433863 -->
<!-- English Revision: 1433863:1727627 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
<!-- English Revision: 420990:1433863 (outdated) -->
<!-- English Revision: 420990:1727627 (outdated) -->

<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
+3 −3
Original line number Diff line number Diff line
@@ -8,9 +8,9 @@

  <variants>
    <variant>en</variant>
    <variant>fr</variant>
    <variant>ja</variant>
    <variant outdated="yes">fr</variant>
    <variant outdated="yes">ja</variant>
    <variant outdated="yes">ko</variant>
    <variant>tr</variant>
    <variant outdated="yes">tr</variant>
  </variants>
</metafile>
Loading