From 9ebd73f432c4f35b736e2e6d6d0258d7e99b7a58 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 8 Dec 2014 10:37:56 +0300 Subject: [PATCH] Make copyright footer generation simpler and more flexible. The footer template has code to generate revision number, which was never updated to git and therefore generates no text, but still generates a somewhat complex table structure. This commit removes code for version numbers, and makes output a simple div. I've also added a hook to use pick content of whatever paragraph with role of 'copyright' the document has, since right now we pick copyright only from 'bookinfo' element, and Docbook renders bookinfo element right at the start, and for Boost.Build documentation I want documentation to start with some hints how to start, not with a copyright statement. --- xsl/html-base.xsl | 54 ++++++----------------------------------------- 1 file changed, 7 insertions(+), 47 deletions(-) diff --git a/xsl/html-base.xsl b/xsl/html-base.xsl index 022a224..a861c3f 100644 --- a/xsl/html-base.xsl +++ b/xsl/html-base.xsl @@ -219,53 +219,13 @@ set toc,title - - - - - -
- - - - - - - -

- - Last revised: - - - - - - - - - - - - - - - - -

-
-
-
- -
+