Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 658

Show
Ignore:
Timestamp:
09/15/05 15:44:52
Author:
lawouach
Message:

now it should include the css correctly

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/book/build.sh

    r507 r658  
    6868    --xinclude \ 
    6969    --output html/index.html \ 
    70     $DOCBOOK_BASE_PATH$DOCBOOK_XSL_DIRECTORY/html/docbook.xsl \ 
    7170    xsl/html.xsl \ 
    7271    xml/cherrypy.xml  
     
    8483    --xinclude \ 
    8584    --output chunk/index.html \ 
    86     $DOCBOOK_BASE_PATH$DOCBOOK_XSL_DIRECTORY/html/chunk.xsl \ 
    8785    xsl/chunked.xsl \ 
    8886    xml/cherrypy.xml  
  • trunk/docs/book/xsl/chunked.xsl

    r504 r658  
    33                xmlns:fo="http://www.w3.org/1999/XSL/Format" 
    44                version='1.0'> 
    5   <xsl:include href="html.xsl"/> 
     5                 
     6  <xsl:import href="../../../tools/docbook/docbook-xsl-1.68.1/xhtml/chunk.xsl" /> 
     7  <xsl:param name="html.stylesheet.type">text/css</xsl:param> 
     8  <xsl:param name="html.stylesheet" select="'css/style.css'" /> 
     9  <xsl:param name="generate.index" select="1"/> 
     10  <xsl:param name="default.table.width" select="&apos;780&apos;"/> 
     11  <xsl:param name="chapter.autolabel" select="1"/> 
     12  <xsl:param name="section.autolabel" select="1"/> 
     13  <xsl:param name="table.cell.border.color" select="&apos;&apos;"/> 
     14  <xsl:param name="table.borders.with.css" select="1"/> 
     15  <xsl:param name="html.cellspacing" select="&apos;0&apos;"/> 
     16  <xsl:param name="qanda.defaultlabel">number</xsl:param> 
     17  <xsl:param name="qanda.inherit.numeration" select="0"/> 
     18  <xsl:param name="css.decoration" select="0" /> 
     19  <xsl:param name="chunk.section.depth" select="1"/> 
     20  <xsl:param name="local.l10n.xml" select="document(&apos;&apos;)"/> 
     21  <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> 
     22    <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="en"> 
     23      <l:context name="xref"> 
     24        <l:template name="chapter" style="title" text="Chapter %n, %t"/> 
     25        <l:template name="chapter" text="Chapter %n"/> 
     26      </l:context> 
     27    </l:l10n> 
     28  </l:i18n> 
    629  <xsl:param name="generate.toc"> 
    730     book      toc 
  • trunk/docs/book/xsl/html.xsl

    r506 r658  
    1 <?xml version='1.0'?> 
     1<?xml version="1.0" encoding="utf-8"?> 
    22<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
    33  xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xi="http://www.w3.org/2001/XInclude" 
    44  xmlns:exsl="http://exslt.org/common" version="1.0"> 
     5  <xsl:import href="../../../tools/docbook/docbook-xsl-1.68.1/xhtml/docbook.xsl" /> 
    56  <xsl:param name="html.stylesheet.type">text/css</xsl:param> 
    67  <xsl:param name="html.stylesheet" select="'css/style.css'" /> 

Hosted by WebFaction

Log in as guest/cpguest to create tickets