From 74551392b3f4209d2dff83cd783657c15eec811b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 6 Jun 2014 14:41:03 +0300 Subject: bitbake: bitbake-user-manual: Added permalink support. Fixes [YOCTO #5772] I added the five XSL templates to the template folder. I updated the bitbake-user-manual-customization.xsl layer file to include the new templates. (Bitbake rev: e1c24a79ededb2dd4ac5ce09fcfdf93218261907) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual-customization.xsl | 6 +++ bitbake/doc/template/component.title.xsl | 39 +++++++++++++++ bitbake/doc/template/division.title.xsl | 24 ++++++++++ bitbake/doc/template/formal.object.heading.xsl | 21 +++++++++ bitbake/doc/template/permalinks.xsl | 25 ++++++++++ bitbake/doc/template/section.title.xsl | 55 ++++++++++++++++++++++ 6 files changed, 170 insertions(+) create mode 100644 bitbake/doc/template/component.title.xsl create mode 100644 bitbake/doc/template/division.title.xsl create mode 100644 bitbake/doc/template/formal.object.heading.xsl create mode 100644 bitbake/doc/template/permalinks.xsl create mode 100644 bitbake/doc/template/section.title.xsl (limited to 'bitbake/doc') diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl index b17dd0f208..886e56e12f 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-customization.xsl @@ -3,6 +3,12 @@ + + + + + + diff --git a/bitbake/doc/template/component.title.xsl b/bitbake/doc/template/component.title.xsl new file mode 100644 index 0000000000..3a5539dc83 --- /dev/null +++ b/bitbake/doc/template/component.title.xsl @@ -0,0 +1,39 @@ + + + + + + + + + + + 6 + 5 + 4 + 3 + 2 + 1 + + + + title + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bitbake/doc/template/division.title.xsl b/bitbake/doc/template/division.title.xsl new file mode 100644 index 0000000000..8cd70a595b --- /dev/null +++ b/bitbake/doc/template/division.title.xsl @@ -0,0 +1,24 @@ + + + + + +

+ title + + + + + + + + + + +

+
+
\ No newline at end of file diff --git a/bitbake/doc/template/formal.object.heading.xsl b/bitbake/doc/template/formal.object.heading.xsl new file mode 100644 index 0000000000..4f3900d165 --- /dev/null +++ b/bitbake/doc/template/formal.object.heading.xsl @@ -0,0 +1,21 @@ + + + + + + + + + +

+ + + + +

+
+
\ No newline at end of file diff --git a/bitbake/doc/template/permalinks.xsl b/bitbake/doc/template/permalinks.xsl new file mode 100644 index 0000000000..d2a1c14524 --- /dev/null +++ b/bitbake/doc/template/permalinks.xsl @@ -0,0 +1,25 @@ + + + + + ΒΆ + + + + + + + + + + + + + + + + + + diff --git a/bitbake/doc/template/section.title.xsl b/bitbake/doc/template/section.title.xsl new file mode 100644 index 0000000000..5c6ff9a96e --- /dev/null +++ b/bitbake/doc/template/section.title.xsl @@ -0,0 +1,55 @@ + + + + + + + + 1 + 2 + 3 + 4 + 5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf