Ver Fonte

Removed book-specific files

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/new-xsl@8193 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia há 18 anos atrás
pai
commit
7d5830e7d6
9 ficheiros alterados com 0 adições e 193 exclusões
  1. 0 25
      blfs-chunked.xsl
  2. 0 25
      blfs-nochunks.xsl
  3. 0 25
      blfs-pdf.xsl
  4. 0 18
      clfs-chunked.xsl
  5. 0 18
      clfs-nochunks.xsl
  6. 0 18
      clfs-pdf.xsl
  7. 0 22
      hlfs-chunked.xsl
  8. 0 24
      hlfs-nochunks.xsl
  9. 0 18
      hlfs-pdf.xsl

+ 0 - 25
blfs-chunked.xsl

@@ -1,25 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-
-<!--
-$LastChangedBy$
-$Date$
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns="http://www.w3.org/1999/xhtml"
-                version="1.0">
-
-    <!-- LFS top-level chunk templates. -->
-  <xsl:import href="lfs-chunked.xsl"/>
-
-    <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
-  <xsl:param name="book-type">blfs</xsl:param>
-
-    <!-- Are sections enumerated? 1 = yes, 0 = no
-           Note: Activating this will increase a lot rendering time. -->
-  <xsl:param name="section.autolabel" select="0"/>
-
-    <!-- Do section labels include the component label? 1 = yes, 0 = no -->
-  <xsl:param name="section.label.includes.component.label" select="0"/>
-
-</xsl:stylesheet>

+ 0 - 25
blfs-nochunks.xsl

@@ -1,25 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-
-<!--
-$LastChangedBy$
-$Date$
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns="http://www.w3.org/1999/xhtml"
-                version="1.0">
-
-    <!-- LFS top-level no-chunk templates. -->
-  <xsl:import href="lfs-nochunks.xsl"/>
-
-    <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
-  <xsl:param name="book-type">blfs</xsl:param>
-
-    <!-- Are sections enumerated? 1 = yes, 0 = no
-           Note: Activating this will increase a lot rendering time. -->
-  <xsl:param name="section.autolabel" select="0"/>
-
-    <!-- Do section labels include the component label? 1 = yes, 0 = no -->
-  <xsl:param name="section.label.includes.component.label" select="0"/>
-
-</xsl:stylesheet>

+ 0 - 25
blfs-pdf.xsl

@@ -1,25 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-
-<!--
-$LastChangedBy$
-$Date$
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"
-                version="1.0">
-
-    <!-- LFS top-level pdf templates. -->
-  <xsl:import href="lfs-pdf.xsl"/>
-
-    <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
-  <xsl:param name="book-type">blfs</xsl:param>
-
-    <!-- Are sections enumerated? 1 = yes, 0 = no
-           Note: Activating this will increase a lot rendering time. -->
-  <xsl:param name="section.autolabel" select="0"/>
-
-    <!-- Do section labels include the component label? 1 = yes, 0 = no -->
-  <xsl:param name="section.label.includes.component.label" select="0"/>
-
-</xsl:stylesheet>

+ 0 - 18
clfs-chunked.xsl

@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-
-<!--
-$LastChangedBy$
-$Date$
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns="http://www.w3.org/1999/xhtml"
-                version="1.0">
-
-    <!-- LFS top-level chunk templates. -->
-  <xsl:import href="lfs-chunked.xsl"/>
-
-    <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
-  <xsl:param name="book-type">clfs</xsl:param>
-
-</xsl:stylesheet>

+ 0 - 18
clfs-nochunks.xsl

@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-
-<!--
-$LastChangedBy$
-$Date$
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns="http://www.w3.org/1999/xhtml"
-                version="1.0">
-
-    <!-- LFS top-level no-chunk templates. -->
-  <xsl:import href="lfs-nochunks.xsl"/>
-
-    <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
-  <xsl:param name="book-type">clfs</xsl:param>
-
-</xsl:stylesheet>

+ 0 - 18
clfs-pdf.xsl

@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-
-<!--
-$LastChangedBy$
-$Date$
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"
-                version="1.0">
-
-    <!-- LFS top-level pdf templates. -->
-  <xsl:import href="lfs-pdf.xsl"/>
-
-    <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
-  <xsl:param name="book-type">clfs</xsl:param>
-
-</xsl:stylesheet>

+ 0 - 22
hlfs-chunked.xsl

@@ -1,22 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-
-<!--
-$LastChangedBy$
-$Date$
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns="http://www.w3.org/1999/xhtml"
-                version="1.0">
-
-    <!-- LFS top-level chunk templates. -->
-  <xsl:import href="lfs-chunked.xsl"/>
-
-    <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
-  <xsl:param name="book-type">hlfs</xsl:param>
-
-    <!-- List of strings used inside @role attributes for additional features.
-         The list must start and end with a "," -->
-  <xsl:param name="hlfs-features">,ssp,aslr,pax,hardened_tmp,warnings,misc,blowfish,</xsl:param>
-
-</xsl:stylesheet>

+ 0 - 24
hlfs-nochunks.xsl

@@ -1,24 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-
-<!--
-$LastChangedBy$
-$Date$
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns="http://www.w3.org/1999/xhtml"
-                version="1.0">
-
-    <!-- LFS top-level no-chunk templates. -->
-  <xsl:import href="lfs-nochunks.xsl"/>
-
-    <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
-  <xsl:param name="book-type">hlfs</xsl:param>
-
-    <!-- List of strings used inside @role attributes for additional features.
-         The list must start and end with a ","
-         The features JavaScript code is not used on nochunk output, but the
-         XSL and CSS code need this param. -->
-  <xsl:param name="hlfs-features">,ssp,aslr,pax,hardened_tmp,warnings,misc,blowfish,</xsl:param>
-
-</xsl:stylesheet>

+ 0 - 18
hlfs-pdf.xsl

@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
-
-<!--
-$LastChangedBy$
-$Date$
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"
-                version="1.0">
-
-    <!-- LFS top-level pdf templates. -->
-  <xsl:import href="lfs-pdf.xsl"/>
-
-    <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
-  <xsl:param name="book-type">hlfs</xsl:param>
-
-</xsl:stylesheet>