All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timo Mueller <mail@timomueller.eu>
To: yocto@yoctoproject.org
Cc: Timo Mueller <timo.mueller@bmw-carit.de>
Subject: [PATCH 17/18] profile-manual: Added new customization file for eclipse help generation
Date: Fri,  8 Feb 2013 14:21:34 +0100	[thread overview]
Message-ID: <6c939e65dd61b842c42e61e8bdd7d2bec885aa56.1360314086.git.timo.mueller@bmw-carit.de> (raw)
In-Reply-To: <ad28fbaa3d0793f80ab200f021895623166a8d6a.1360314086.git.timo.mueller@bmw-carit.de>
In-Reply-To: <cover.1360314086.git.timo.mueller@bmw-carit.de>

From: Timo Mueller <timo.mueller@bmw-carit.de>

This stylesheet uses the eclipse stylesheets of docbook to create
eclipse help from this documentation. In addition to simple html
files these stylesheets will also create xml files which are
needed to integrate the documentation into eclipse (e.g. toc.xml).

Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
---
 .../profile-manual-eclipse-customization.xsl       | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 documentation/profile-manual/profile-manual-eclipse-customization.xsl

diff --git a/documentation/profile-manual/profile-manual-eclipse-customization.xsl b/documentation/profile-manual/profile-manual-eclipse-customization.xsl
new file mode 100644
index 0000000..e4ff6e9
--- /dev/null
+++ b/documentation/profile-manual/profile-manual-eclipse-customization.xsl
@@ -0,0 +1,27 @@
+<?xml version='1.0'?>
+<xsl:stylesheet
+	xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+	xmlns="http://www.w3.org/1999/xhtml"
+	xmlns:fo="http://www.w3.org/1999/XSL/Format"
+	version="1.0">
+
+  <xsl:import
+	  href="http://docbook.sourceforge.net/release/xsl/current/eclipse/eclipse3.xsl" />
+
+  <xsl:param name="chunker.output.indent" select="'yes'"/>
+  <xsl:param name="chunk.quietly" select="1"/>
+  <xsl:param name="chunk.first.sections" select="1"/>
+  <xsl:param name="chunk.section.depth" select="10"/>
+  <xsl:param name="use.id.as.filename" select="1"/>
+  <xsl:param name="ulink.target" select="'_self'" />
+  <xsl:param name="base.dir" select="'html/profile-manual/'"/>
+  <xsl:param name="html.stylesheet" select="'../book.css'"/>
+  <xsl:param name="eclipse.manifest" select="0"/>
+  <xsl:param name="create.plugin.xml" select="0"/>
+  <xsl:param name="suppress.navigation" select="1"/>
+  <xsl:param name="generate.index" select="0"/>
+  <xsl:param name="chapter.autolabel" select="1" />
+  <xsl:param name="appendix.autolabel">A</xsl:param>
+  <xsl:param name="section.autolabel" select="1" />
+  <xsl:param name="section.label.includes.component.label" select="1" />
+</xsl:stylesheet>
-- 
1.7.11.7



  reply	other threads:[~2013-02-08 13:21 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 13:21 [PATCH 00/18][yocto-docs] Update eclipse help generation to support all documents Timo Mueller
2013-02-08 13:21 ` [PATCH 01/18] documentation: Remove 'the' from title tags Timo Mueller
2013-02-08 13:21   ` [PATCH 02/18] Makefile: Modify DOC filter for eclipse-generate target Timo Mueller
2013-02-08 13:21     ` [PATCH 03/18] poky-ref-manual: Remove folder and eclipse artifacts Timo Mueller
2013-02-08 13:21       ` [PATCH 04/18] ref-manual: Remove generated eclipse help Timo Mueller
2013-02-08 13:21         ` [PATCH 05/18] .gitignore: Updated to ignore generated eclipse help of ref-manual Timo Mueller
2013-02-08 13:21           ` [PATCH 06/18] Makefile: Remove duplicate parameters Timo Mueller
2013-02-08 13:21             ` [PATCH 07/18] ref-manual: Added new customization file for eclipse help generation Timo Mueller
2013-02-08 13:21               ` [PATCH 08/18] Makefile: logic to make all for ref-manual and cleanup Timo Mueller
2013-02-08 13:21                 ` [PATCH 09/18] kernel-dev: Move global parameters to customization file Timo Mueller
2013-02-08 13:21                   ` [PATCH 10/18] kernel-dev: Added Title tag Timo Mueller
2013-02-08 13:21                     ` [PATCH 11/18] .gitignore: Updated to ignore generated eclipse help of kernel-dev Timo Mueller
2013-02-08 13:21                       ` [PATCH 12/18] kernel-dev: Added new customization file for eclipse help generation Timo Mueller
2013-02-08 13:21                         ` [PATCH 13/18] Makefile: logic to make all for kernel-dev and cleanup Timo Mueller
2013-02-08 13:21                           ` [PATCH 14/18] profile-manual: Move global parameters to customization file Timo Mueller
2013-02-08 13:21                             ` [PATCH 15/18] profile-manual: Added Title tag Timo Mueller
2013-02-08 13:21                               ` [PATCH 16/18] .gitignore: Updated to ignore generated eclipse help of profile-manual Timo Mueller
2013-02-08 13:21                                 ` Timo Mueller [this message]
2013-02-08 13:21                                   ` [PATCH 18/18] Makefile: logic to make all for profile-manual and cleanup Timo Mueller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6c939e65dd61b842c42e61e8bdd7d2bec885aa56.1360314086.git.timo.mueller@bmw-carit.de \
    --to=mail@timomueller.eu \
    --cc=timo.mueller@bmw-carit.de \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.