]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Link up the "Description" heading for modules and directives, and add
authorJoshua Slive <slive@apache.org>
Fri, 6 Sep 2002 23:12:27 +0000 (23:12 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 6 Sep 2002 23:12:27 +0000 (23:12 +0000)
the "Source File" heading that was missing.

Note to translators: "Source File" is new.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96699 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/lang/en.xml
docs/manual/style/xsl/synopsis.xsl

index 1530280344fed5d6037e708b2e5c5037f49247dc..70189008daf4b09ec7da0b7805b3759dfbc94319 100644 (file)
@@ -21,6 +21,7 @@
  <message name="topics">Topics</message>
  <message name="status">Status</message>
  <message name="moduleidentifier">Module&nbsp;Identifier</message>
+ <message name="sourcefile">Source&nbsp;File</message>
  <message name="compatibility">Compatibility</message>
 
  <!-- Used in manualpage -->
index cf3446b5731aa907c6c5a877b3c686341289be61..88bb69e5c67ccd5cbc3e4a584e7971fbc1af0255 100644 (file)
@@ -27,7 +27,9 @@
             <table class="module">
               <tr>
                 <th>
-                  <xsl:value-of select="$messages/message[@name='description']"/>:
+                  <a href="module-dict.html#Description">
+                    <xsl:value-of select="$messages/message[@name='description']"/>:
+                  </a>
                 </th>
                 <td>
                   <xsl:apply-templates select="description"/>
               </tr>
               </xsl:if>
 
+              <xsl:if test="sourcefile">
+              <tr>
+                <th>
+                  <a href="module-dict.html#SourceFile">
+                    <xsl:value-of select="$messages/message[@name='sourcefile']"/>:
+                  </a> 
+                </th>
+                <td>
+                  <xsl:value-of select="sourcefile"/>
+                </td>
+              </tr>
+              </xsl:if>
+
               <xsl:if test="compatibility">
               <tr>
                 <th>
         <table class="directive">
           <tr>
             <th>
-              <xsl:value-of select="$messages/message[@name='description']"/>: 
+              <a href="directive-dict.html#Description">
+                <xsl:value-of select="$messages/message[@name='description']"/>: 
+              </a>
             </th>
             <td>
               <xsl:value-of select="description"/>