Hi,
on cnline doc, the following comment makes sense to me:
http://httpd.apache.org/docs/2.2/mod/directives.html#comment_2185
General comment: It would be VERY helpful if the titles of the
Directive Index pages included the version number (2.2, 2.4). Then you
could pull the right one out of your browser's history menu instead of
resorting to trial and error.
The proposed patch to do so is:
Index: docs/manual/style/xsl/common.xsl
===================================================================
--- docs/manual/style/xsl/common.xsl (révision 1595356)
+++ docs/manual/style/xsl/common.xsl (copie de travail)
@@ -142,6 +142,8 @@
<xsl:text> </xsl:text>
<xsl:value-of
select="normalize-space($message[@id='apachetitle'])"/>
+ <xsl:text> </xsl:text>
+ <xsl:value-of select="normalize-space($message[@id='version'])"/>
</title>&lf;
<!-- chm files get a slightly different stylesheet -->
However, this would mean to update the whole documentation. So I wanted
to have your feedback before.
CJ
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org