Yes. After some additional chatting, we landed on the same idea you are suggesting. Should be good now. The TOC and page contents show the extra topics and then the directives list. -- Daniel Ruggeri
-------- Original Message -------- From: "André Malo" <n...@perlig.de> Sent: April 15, 2015 12:20:22 PM CDT To: docs@httpd.apache.org Subject: Re: svn commit: r1673846 - /httpd/httpd/trunk/docs/manual/style/xsl/synopsis.xsl Hi, Hmm. Putting the extra sections to the bottom does not seem very wise to me (if I understand that diff properly). I think, changing the TOC instead would be better - if at all. (dunno what was discussed off-list about that) Cheers, nd * drugg...@apache.org wrote: > Author: druggeri > Date: Wed Apr 15 16:21:28 2015 > New Revision: 1673846 > > URL: http://svn.apache.org/r1673846 > Log: > Adjust template to align page content with table of contents > > Modified: > httpd/httpd/trunk/docs/manual/style/xsl/synopsis.xsl > > Modified: httpd/httpd/trunk/docs/manual/style/xsl/synopsis.xsl > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/style/xsl/synops >is.xsl?rev=1673846&r1=1673845&r2=1673846&view=diff > =========================================================================== >=== --- httpd/httpd/trunk/docs/manual/style/xsl/synopsis.xsl (original) +++ > httpd/httpd/trunk/docs/manual/style/xsl/synopsis.xsl Wed Apr 15 16:21:28 > 2015 @@ -268,9 +268,6 @@ > </div> <!-- /#quickview --> > </xsl:if>&lf; <!-- have sidebar --> > > - <!-- Sections of documentation about the module as a whole --> > - <xsl:apply-templates select="section" />&lf; > - > <xsl:variable name="this" select="directivesynopsis" /> > > <!-- Directive documentation --> > @@ -288,6 +285,9 @@ > </xsl:otherwise> > </xsl:choose> > </xsl:for-each> > + > + <!-- Sections of documentation about the module as a whole --> > + <xsl:apply-templates select="section" />&lf; > </div>&lf; <!-- /#page-content --> > > <xsl:call-template name="bottom" />&lf; -- "Umfassendes Werk (auch fuer Umsteiger vom Apache 1.3)" -- aus einer Rezension <http://pub.perlig.de/books.html#apache2> --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org