From 80246f2b00877f6fc49f053884b26f5733c0880b Mon Sep 17 00:00:00 2001 From: Richard Henwood Date: Tue, 9 Feb 2016 10:48:48 -0600 Subject: [PATCH] LUDOC-120 webhelp: transform manual to webhelp. Webhelp transform included navigation and content indexing. This change adds support for webhelp including the Lustre Operations Manual specific decorations for release specific features. Change-Id: Ic32d8a76a53b3f744df7796288fa898c8c2bbc53 Signed-off-by: Richard Henwood Reviewed-on: http://review.whamcloud.com/18364 Tested-by: Jenkins --- style/customstyle.xsl | 173 ++------------------------------------ style/customstyle_common.xsl | 193 +++++++++++++++++++++++++++++++++++++++++++ style/customstyle_fo.xsl | 4 + style/manual.css | 1 + webhelp/webhelp-common.xsl | 9 +- webhelp/webhelp.xsl | 22 +++++ 6 files changed, 235 insertions(+), 167 deletions(-) create mode 100644 style/customstyle_common.xsl diff --git a/style/customstyle.xsl b/style/customstyle.xsl index d54d45f..c8af0c5 100644 --- a/style/customstyle.xsl +++ b/style/customstyle.xsl @@ -13,175 +13,18 @@ - + + - - - - -
- - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - - - - - - - - - - - - - - L 2.1 - - - L 2.2 - - - L 2.3 - - - L 2.4 - - - L 2.5 - - - L 2.6 - - - L 2.7 - - - L 2.8 - - - L 2.9 - + + + diff --git a/style/customstyle_common.xsl b/style/customstyle_common.xsl new file mode 100644 index 0000000..6a09b16 --- /dev/null +++ b/style/customstyle_common.xsl @@ -0,0 +1,193 @@ + + + + + + + + + + +
+ + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + L 2.1 + + + L 2.2 + + + L 2.3 + + + L 2.4 + + + L 2.5 + + + L 2.6 + + + L 2.7 + + + L 2.8 + + + L 2.9 + + + L ?.? + + + + + + +
diff --git a/style/customstyle_fo.xsl b/style/customstyle_fo.xsl index 32b5104..87e6d0c 100644 --- a/style/customstyle_fo.xsl +++ b/style/customstyle_fo.xsl @@ -16,6 +16,10 @@ + + @@ -826,6 +828,9 @@ border: none; background: none; font-weight: none; color: none; } + + + diff --git a/webhelp/webhelp.xsl b/webhelp/webhelp.xsl index e075b1b..affc73f 100644 --- a/webhelp/webhelp.xsl +++ b/webhelp/webhelp.xsl @@ -20,5 +20,27 @@ ../webhelp-out +../style/manual.css + + + + + + + + + + + + + + + + + + -- 1.8.3.1