]> granicus.if.org Git - apache/commitdiff
Example of MetaDir directive
authorRichard Bowen <rbowen@apache.org>
Wed, 12 Jun 2002 23:30:10 +0000 (23:30 +0000)
committerRichard Bowen <rbowen@apache.org>
Wed, 12 Jun 2002 23:30:10 +0000 (23:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95621 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_cern_meta.html.en
docs/manual/mod/mod_cern_meta.xml

index 92da1cf65d2792bd95290a08610a0cb78cd77b26..a89ff1eabad22504fd254557f8221435beab5b06 100644 (file)
@@ -20,7 +20,14 @@ files</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" clas
     meta information files. The directory is usually a 'hidden'
     subdirectory of the directory that contains the file being
     accessed. Set to "<code>.</code>" to look in the same directory
-    as the file.</p>
+    as the file:</p>
+
+    <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>MetaDir .</code></td></tr></table></blockquote>
+
+    <p>Or, to set it to a subdirectory of the directory containing the
+    files:</p>
+
+    <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><code>MetaDir .meta</code></td></tr></table></blockquote>
 <hr/><h2><a name="MetaFiles">MetaFiles</a> <a name="metafiles">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>Activates CERN meta-file processing</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Syntax" class="help">Syntax:</a></td><td>MetaFiles on|off</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Default" class="help">Default:</a></td><td><code>MetaFiles off</code></td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Context" class="help">Context:</a></td><td>directory</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Status" class="help">Status:</a></td><td>Extension</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.html#Module" class="help">Module:</a></td><td>mod_cern_meta</td></tr></table></td></tr></table>
     <p>Turns on/off Meta file processing on a per-directory basis.</p>
 <hr/><h2><a name="MetaSuffix">MetaSuffix</a> <a name="metasuffix">Directive</a></h2><table cellpadding="1" cellspacing="0" border="0" bgcolor="#cccccc"><tr><td><table bgcolor="#ffffff"><tr><td nowrap="nowrap"><strong>Description: </strong></td><td>File name suffix for the file containg CERN-style
index c57609e3e12981a225b6a98bffb553a49a6d9ec4..2ce93d6e8f133f2eec7a38c5b794418de148a0e6 100644 (file)
@@ -52,7 +52,14 @@ files</description>
     meta information files. The directory is usually a 'hidden'
     subdirectory of the directory that contains the file being
     accessed. Set to "<code>.</code>" to look in the same directory
-    as the file.</p>
+    as the file:</p>
+
+    <example>MetaDir .</example>
+
+    <p>Or, to set it to a subdirectory of the directory containing the
+    files:</p>
+
+    <example>MetaDir .meta</example>
 </usage>
 </directivesynopsis>