Changeset da51ba8 for stylesheets


Ignore:
Timestamp:
12/22/2004 12:59:01 AM (20 years ago)
Author:
Jim Gifford <jim@…>
Children:
9de23af
Parents:
033913f
Message:

Added: PPC architecture - changelog and todo list

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4447 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
stylesheets
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-chunked.xsl

    r033913f rda51ba8  
    66
    77  <xsl:import href="lfs-chunked2.xsl"/>
    8   <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/xhtml/chunk-common.xsl"/>
    9   <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.65.1/xhtml/manifest.xsl"/>
     8  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-common.xsl"/>
     9  <xsl:include href="http://docbook.sourceforge.net/release/xsl/current/xhtml/manifest.xsl"/>
    1010
    1111    <!--  From the original chunk.xsl file:
     
    2525    Voila! (Man I hope we can do this better in XSLT 2.0)  -->
    2626
    27   <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.65.1/xhtml/chunk-code.xsl"/>
     27  <xsl:include href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-code.xsl"/>
    2828
    2929    <!-- Including our others customized chunks templates -->
  • stylesheets/lfs-chunked2.xsl

    r033913f rda51ba8  
    66
    77    <!-- We use XHTML -->
    8   <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/xhtml/docbook.xsl"/>
     8  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
    99  <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/>
    1010
  • stylesheets/lfs-nochunks.xsl

    r033913f rda51ba8  
    66
    77    <!-- We use XHTML -->
    8   <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/xhtml/docbook.xsl"/>
     8  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
    99
    1010  <!-- Fix encoding issues with default UTF-8 output of the xhtml stylesheet -->
  • stylesheets/lfs-pdf.xsl

    r033913f rda51ba8  
    55                version="1.0">
    66    <!-- We use FO and FOP as the processor -->
    7   <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/fo/docbook.xsl"/>
     7  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
    88  <xsl:param name="fop.extensions" select="1"/>
    99  <xsl:param name="draft.mode" select="'no'"/>
  • stylesheets/lfs-profile.xsl

    r033913f rda51ba8  
    55                version="1.0">
    66
    7   <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.65.1/profiling/profile.xsl"/>
     7  <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/profiling/profile.xsl"/>
    88
    99</xsl:stylesheet>
  • stylesheets/top-index.xsl

    r033913f rda51ba8  
    115115          <li>
    116116            <h4>
     117              <a href="ppc">
     118                <xsl:text>PowerPC</xsl:text>
     119              </a>
     120            </h4>
     121          </li>
     122          <li>
     123            <h4>
    117124              <a href="raq2">
    118125                <xsl:text>Colbalt RaQ2/Cube2</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.