]> granicus.if.org Git - apache/commitdiff
Rebuild
authorRich Bowen <rbowen@apache.org>
Wed, 16 Jan 2013 01:09:21 +0000 (01:09 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 16 Jan 2013 01:09:21 +0000 (01:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1433784 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/howto/ssi.html.en
docs/manual/howto/ssi.xml.fr
docs/manual/howto/ssi.xml.ja
docs/manual/howto/ssi.xml.ko

index d57447aec62c841a75de1cdb591cf03f09510689..f5a080ba0a382884f88fa0a1f02b35e1323dfef4 100644 (file)
@@ -172,7 +172,7 @@ existing HTML documents.</p>
 
     <p>SSI directives have the following syntax:</p>
 <div class="example"><p><code>
-        &lt;!--#element attribute=value attribute=value ... --&gt;
+        &lt;!--#function attribute=value attribute=value ... --&gt;
 </code></p></div>
 
     <p>It is formatted like an HTML comment, so if you don't have
@@ -181,7 +181,7 @@ existing HTML documents.</p>
     configured, the directive will be replaced with its
     results.</p>
 
-    <p>The element can be one of a number of things, and we'll talk
+    <p>The function can be one of a number of things, and we'll talk
     some more about most of these in the next installment of this
     series. For now, here are some examples of what you can do with
     SSI</p>
@@ -192,14 +192,14 @@ existing HTML documents.</p>
         &lt;!--#echo var="DATE_LOCAL" --&gt;
 </code></p></div>
 
-    <p>The <code>echo</code> element just spits out the value of a
+    <p>The <code>echo</code> function just spits out the value of a
     variable. There are a number of standard variables, which
     include the whole set of environment variables that are
     available to CGI programs. Also, you can define your own
-    variables with the <code>set</code> element.</p>
+    variables with the <code>set</code> function.</p>
 
     <p>If you don't like the format in which the date gets printed,
-    you can use the <code>config</code> element, with a
+    you can use the <code>config</code> function, with a
     <code>timefmt</code> attribute, to modify that formatting.</p>
 
 <div class="example"><p><code>
@@ -214,7 +214,7 @@ existing HTML documents.</p>
         This document last modified &lt;!--#flastmod file="index.html" --&gt;
 </code></p></div>
 
-    <p>This element is also subject to <code>timefmt</code> format
+    <p>This function is also subject to <code>timefmt</code> format
     configurations.</p>
 
 
@@ -279,7 +279,7 @@ modified?</a></h3>
     reduce the burden of these updates. You just have to make one
     footer file, and then include it into each page with the
     <code>include</code> SSI command. The <code>include</code>
-    element can determine what file to include with either the
+    function can determine what file to include with either the
     <code>file</code> attribute, or the <code>virtual</code>
     attribute. The <code>file</code> attribute is a file path,
     <em>relative to the current directory</em>. That means that it
@@ -315,7 +315,7 @@ modified?</a></h3>
 
     <p>If you want to change that message to something else, you
     can do so with the <code>errmsg</code> attribute to the
-    <code>config</code> element:</p>
+    <code>config</code> function:</p>
 <div class="example"><p><code>
         &lt;!--#config errmsg="[It appears that you don't know how to use SSI]" --&gt;
 </code></p></div>
@@ -337,7 +337,7 @@ modified?</a></h3>
     <p>I expect that I'll have an article some time in the coming
     months about using SSI with small CGI programs. For now, here's
     something else that you can do with the <code>exec</code>
-    element. You can actually have SSI execute a command using the
+    function. You can actually have SSI execute a command using the
     shell (<code>/bin/sh</code>, to be precise - or the DOS shell,
     if you're on Win32). The following, for example, will give you
     a directory listing.</p>
index 79c6f07fe6421e0fd921a5b6bae21eae44fbb46c..e876aebed68e2375a7a94e37785e0b6163f019d6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1331486:1433773 (outdated) -->
+<!-- English Revision: 1331486:1433780 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 9ed9d21f918702acc903b592ac187375fd3f8bb3..ec1c40cf607f79da59863b46bc4e94a66e68370b 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.ja.xsl"?>
-<!-- English Revision: 659902:1433773 (outdated) -->
+<!-- English Revision: 659902:1433780 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 6df33247ddb421dd6b4c432c8be35bb1349ac523..1296e16811d7ba8cbedafae83d3d5e5d765b949e 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: 659902:1433773 (outdated) -->
+<!-- English Revision: 659902:1433780 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more