Author: manuel Date: 2007-07-07 04:27:20 -0600 (Sat, 07 Jul 2007) New Revision: 6841
Removed: trunk/BOOK/stylesheets/blfs-chunked1.xsl trunk/BOOK/stylesheets/blfs-chunked2.xsl trunk/BOOK/stylesheets/blfs-l10n.xml trunk/BOOK/stylesheets/blfs-print.css trunk/BOOK/stylesheets/blfs-profile.xsl trunk/BOOK/stylesheets/blfs-tex.xsl trunk/BOOK/stylesheets/blfs.css trunk/BOOK/stylesheets/pdf/ trunk/BOOK/stylesheets/xhtml/ Log: Removed now obsolete stylesheets files. Deleted: trunk/BOOK/stylesheets/blfs-chunked1.xsl =================================================================== --- trunk/BOOK/stylesheets/blfs-chunked1.xsl 2007-07-07 10:25:55 UTC (rev 6840) +++ trunk/BOOK/stylesheets/blfs-chunked1.xsl 2007-07-07 10:27:20 UTC (rev 6841) @@ -1,58 +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"> - - <xsl:import href="blfs-chunked2.xsl"/> - <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/chunk-common.xsl"/> - <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/manifest.xsl"/> - - <!-- From the original chunk.xsl file: - - Why is chunk-code now xsl:included? - - Suppose you want to customize *both* the chunking algorithm used *and* the - presentation of some elements that may be chunks. In order to do that, you - must get the order of imports "just right". The answer is to make your own - copy of this file, where you replace the initial import of "docbook.xsl" - with an import of your own base.xsl (that does its own import of docbook.xsl). - - Put the templates for changing the presentation of elements in your base.xsl. - - Put the templates that control chunking after the include of chunk-code.xsl. - - Voila! (Man I hope we can do this better in XSLT 2.0) --> - - <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/chunk-code.xsl"/> - - <!-- Including our others customized chunks templates --> - <xsl:include href="xhtml/lfs-index.xsl"/> - <xsl:include href="xhtml/lfs-legalnotice.xsl"/> - <xsl:include href="xhtml/lfs-navigational.xsl"/> - - <!-- Prevent creation of dummy files --> - <xsl:template match="sect1|sect2|sect3|sect4|sect5|section"> - <xsl:variable name="ischunk"> - <xsl:call-template name="chunk"/> - </xsl:variable> - <xsl:choose> - <xsl:when test="@role = 'dummy'"/> - <xsl:when test="not(parent::*)"> - <xsl:call-template name="process-chunk-element"/> - </xsl:when> - <xsl:when test="$ischunk = 0"> - <xsl:apply-imports/> - </xsl:when> - <xsl:otherwise> - <xsl:call-template name="process-chunk-element"/> - </xsl:otherwise> - </xsl:choose> - </xsl:template> - -</xsl:stylesheet> Deleted: trunk/BOOK/stylesheets/blfs-chunked2.xsl =================================================================== --- trunk/BOOK/stylesheets/blfs-chunked2.xsl 2007-07-07 10:25:55 UTC (rev 6840) +++ trunk/BOOK/stylesheets/blfs-chunked2.xsl 2007-07-07 10:27:20 UTC (rev 6841) @@ -1,40 +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"> - - <!-- We use XHTML --> - <xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/docbook.xsl"/> - <xsl:param name="chunker.output.encoding" select="'ISO-8859-1'"/> - - <!-- Including our others customized elements templates --> - <xsl:include href="xhtml/lfs-admon.xsl"/> - <xsl:include href="xhtml/lfs-mixed.xsl"/> - <xsl:include href="xhtml/lfs-sections.xsl"/> - <xsl:include href="xhtml/lfs-titles.xsl"/> - <xsl:include href="xhtml/lfs-toc.xsl"/> - <xsl:include href="xhtml/lfs-xref.xsl"/> - - <!-- This file contains our localization strings (for internationalization) --> - <xsl:param name="local.l10n.xml" select="document('blfs-l10n.xml')"/> - - <!-- The CSS Stylesheets --> - <xsl:param name="html.stylesheet" select="'../stylesheets/blfs.css'"/> - <xsl:template name='user.head.content'> - <link rel='stylesheet' href="../stylesheets/blfs-print.css" type="text/css" media='print'/> - </xsl:template> - - <!-- Dropping some unwanted style attributes --> - <xsl:param name="ulink.target" select="''"></xsl:param> - <xsl:param name="css.decoration" select="0"></xsl:param> - - <!-- No XML declaration --> - <xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/> - -</xsl:stylesheet> Deleted: trunk/BOOK/stylesheets/blfs-l10n.xml =================================================================== --- trunk/BOOK/stylesheets/blfs-l10n.xml 2007-07-07 10:25:55 UTC (rev 6840) +++ trunk/BOOK/stylesheets/blfs-l10n.xml 2007-07-07 10:27:20 UTC (rev 6841) @@ -1,70 +0,0 @@ -<?xml version='1.0' encoding='US-ASCII'?> - -<!-- -$LastChangedBy$ -$Date$ ---> - -<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> - - <!-- Template to add more languages --> - <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" - language="xx" english-language-name="xxxxx"> - - <l:gentext key="description" text=""/> - <l:gentext key="Bootscripts" text=""/> - <l:gentext key="Configuration Files" text=""/> - <l:gentext key="Libraries" text=""/> - <l:gentext key="Others" text=""/> - <l:gentext key="Packages" text=""/> - <l:gentext key="Programs" text=""/> - <l:gentext key="Kernel Configuration" text=""/> - - </l:l10n> - - <!-- English --> - <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" - language="en" english-language-name="English"> - - <l:gentext key="description" text="description"/> - <l:gentext key="Bootscripts" text="Bootscripts"/> - <l:gentext key="Configuration Files" text="Configuration Files"/> - <l:gentext key="Libraries" text="Libraries"/> - <l:gentext key="Others" text="Others"/> - <l:gentext key="Packages" text="Packages"/> - <l:gentext key="Programs" text="Programs"/> - <l:gentext key="Kernel Configuration" text="Kernel Configuration"/> - - </l:l10n> - - <!-- Italian --> - <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" - language="it" english-language-name="Italian"> - - <l:gentext key="description" text="descrizione"/> - <l:gentext key="Bootscripts" text="Script di avvio"/> - <l:gentext key="Configuration Files" text="File di configurazione"/> - <l:gentext key="Libraries" text="Librerie"/> - <l:gentext key="Others" text="Altri"/> - <l:gentext key="Packages" text="Pacchetti"/> - <l:gentext key="Programs" text="Programmi"/> - <l:gentext key="Kernel Configuration" text="Configurazione del kernel"/> - - </l:l10n> - - <!-- Spanish --> - <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" - language="es" english-language-name="Spanish"> - - <l:gentext key="description" text="descripción"/> - <l:gentext key="Bootscripts" text="Guiones de arranque"/> - <l:gentext key="Configuration Files" text="Ficheros de configuración"/> - <l:gentext key="Libraries" text="Librerías"/> - <l:gentext key="Others" text="Otros"/> - <l:gentext key="Packages" text="Paquetes"/> - <l:gentext key="Programs" text="Programas"/> - <l:gentext key="Kernel Configuration" text="Configuración del núcleo"/> - - </l:l10n> - -</l:i18n> Deleted: trunk/BOOK/stylesheets/blfs-print.css =================================================================== --- trunk/BOOK/stylesheets/blfs-print.css 2007-07-07 10:25:55 UTC (rev 6840) +++ trunk/BOOK/stylesheets/blfs-print.css 2007-07-07 10:27:20 UTC (rev 6841) @@ -1,10 +0,0 @@ -/* -$LastChangedBy$ -$Date$ -*/ - [EMAIL PROTECTED] url(blfs.css); - -.navfooter, .headerlinks { - display: none; -} Deleted: trunk/BOOK/stylesheets/blfs-profile.xsl =================================================================== --- trunk/BOOK/stylesheets/blfs-profile.xsl 2007-07-07 10:25:55 UTC (rev 6840) +++ trunk/BOOK/stylesheets/blfs-profile.xsl 2007-07-07 10:27:20 UTC (rev 6841) @@ -1,40 +0,0 @@ -<?xml version='1.0' encoding='ISO-8859-1'?> - -<!-- -$LastChangedBy$ -$Date$ ---> - -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version="1.0"> - - <!-- Include common profiling stylesheet --> - <xsl:include href="http://docbook.sourceforge.net/release/xsl/1.69.1/profiling/profile-mode.xsl"/> - - <!-- Generate DocBook instance with correct DOCTYPE --> - <xsl:output method="xml" - doctype-public="-//OASIS//DTD DocBook XML V4.5//EN" - doctype-system="http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"/> - - <!-- Profiling parameters --> - <xsl:param name="profile.arch" select="''"/> - <xsl:param name="profile.condition" select="''"/> - <xsl:param name="profile.conformance" select="''"/> - <xsl:param name="profile.lang" select="''"/> - <xsl:param name="profile.os" select="''"/> - <xsl:param name="profile.revision" select="''"/> - <xsl:param name="profile.revisionflag" select="''"/> - <xsl:param name="profile.role" select="''"/> - <xsl:param name="profile.security" select="''"/> - <xsl:param name="profile.userlevel" select="''"/> - <xsl:param name="profile.vendor" select="''"/> - <xsl:param name="profile.attribute" select="''"/> - <xsl:param name="profile.value" select="''"/> - <xsl:param name="profile.separator" select="';'"/> - - <!-- Call common profiling mode --> - <xsl:template match="/"> - <xsl:apply-templates select="." mode="profile"/> - </xsl:template> - -</xsl:stylesheet> Deleted: trunk/BOOK/stylesheets/blfs-tex.xsl =================================================================== --- trunk/BOOK/stylesheets/blfs-tex.xsl 2007-07-07 10:25:55 UTC (rev 6840) +++ trunk/BOOK/stylesheets/blfs-tex.xsl 2007-07-07 10:27:20 UTC (rev 6841) @@ -1,80 +0,0 @@ -<?xml version='1.0'?> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" -version='1.0'> - -<xsl:import href="/usr/share/xml/docbook/db2latex-xsl-0.8pre1/xsl/docbook.xsl"/> -<xsl:output method="text" encoding="ISO-8859-1" indent="yes"/> -<xsl:variable name="latex.override"> - -<!-- -$LastChangedBy$ -$Date$ ---> - -\documentclass[12pt]{book} - -\usepackage{lfs} -\usepackage{fancyhdr} -\usepackage{fancyvrb} -\usepackage{makeidx} -\usepackage{hyperref} -\usepackage{fancybox} - -\oddsidemargin -0.5in -\evensidemargin -0.625in -\textwidth 7in -\textheight 8.5in - -%\ifx\pdfoutput\undefined -%\else -%\pdfpagewidth=7in -%\pdfpageheight=8.5in -%\fi - -\pagestyle{fancy} -\newenvironment{admonition}[2] { - \vspace{8mm} - \hspace{0mm}\newline - \noindent -} - - -\fancyhf{} -\fancyhead[LE,RO]{\bfseries\thepage} -\fancyhead[LO]{\bfseries\rightmark} -\fancyhead[RE]{\bfseries\leftmark} -\renewcommand{\headrulewidth}{0.5pt} -\renewcommand{\footrulewidth}{0pt} -\addtolength{\headheight}{3pt} -\fancypagestyle{plain}{% - \fancyhead{} - \renewcommand{\headrulewidth}{0pt} -} - - -\hyphenation{change-log cpp-flags ctrlaltdel ma-cros chil-ton} - -<!-- adds \frontmatter to document --> - -</xsl:variable> - -<xsl:variable name="toc.section.depth">1</xsl:variable> - -<xsl:variable name="latex.book.begindocument"> - <xsl:text>\begin{document} </xsl:text> - <xsl:text>\frontmatter </xsl:text> -</xsl:variable> - -<!-- This put each section on a new page in the preface section --> - -<xsl:template match="preface/sect1"> - <xsl:text> </xsl:text> - <xsl:text>\newpage </xsl:text> - <xsl:text>\section*{</xsl:text><xsl:copy-of -select="normalize-space(title)"/><xsl:text>} </xsl:text> - <xsl:apply-templates/> -</xsl:template> - - - -</xsl:stylesheet> Deleted: trunk/BOOK/stylesheets/blfs.css =================================================================== --- trunk/BOOK/stylesheets/blfs.css 2007-07-07 10:25:55 UTC (rev 6840) +++ trunk/BOOK/stylesheets/blfs.css 2007-07-07 10:27:20 UTC (rev 6841) @@ -1,458 +0,0 @@ -/* -$LastChangedBy$ -$Date$ -*/ - -/* Global settings */ -body { - font-family: verdana, tahoma, helvetica, arial, sans-serif; - text-align: left; - background: #fff; - color: #333; - margin: 1em; - padding: 0; - font-size: 1em; - line-height: 1.2em -} - -a:link { color: #22b; } -a:visited { color: #7e4988; } -a:hover, a:focus { color: #d30e08; } -a:active { color: #6b77b1;} - -/* Headers */ -h1, h2, b, strong { - color: #000; - font-weight: bold; -} - -h3, h4, h5, h6 { - color: #222; -} - -.url { - color: #55f; /* Light Blue */ - font-weight: bold; -} - -h1 { font-size: 173%; text-align: center; line-height: 1.2em; } -h1.title sup { font-size: small; } -h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; line-height: 1.2em; } -h2.subtitle { text-align: center; line-height: 1.2em; } -h3 { font-size: 120%; line-height: 1.2em; } -h4 { font-size: 120%; line-height: 1.2em;} -div.package h4, h5, h6 { font-size: 100%; font-style: italic; } - -/* Navigation */ -div.headertitles h4 { - margin-bottom: 2px; - text-align: center; -} - -div.headertitles h3 { - margin-top: 2px; - text-align: center; -} - -div.navheader, div.navfooter { - background: #ecedef; - padding: 0.1em 1em; - border-bottom: 1px solid #dbddec; -} - -div.navfooter { - border-bottom: 0; - border-top: 1px solid #dbddec; -} - -div.navheader ul, div.navfooter ul { - padding: .2em .5em .5em 0; - margin-left: 0px; - margin-right: 2px; - position: relative; - background: #dbddec; -} - -div.navheader ul li, div.navfooter ul li { - display: inline; - width: 40%; -} - -div.navheader ul li.prev, div.navfooter ul li.prev { - position: absolute; - display: block; - left: 0; - text-align: left; - padding: 0.2em 1em; - margin-left: 6px; -} - -div.navheader ul li.next, div.navfooter ul li.next { - position: absolute; - display: block; - text-align: right; - right: 5px; - padding: 0.2em 0.5em; - margin-right: 7px; -} - -div.navheader ul li.prev p, div.navfooter ul li.prev p, -div.navheader ul li.next p, div.navfooter ul li.next p { - padding: 0; - margin: 1px 0px; -} - -div.navheader ul li.home, div.navheader ul li.up, -div.navfooter ul li.home, div.navfooter ul li.up { - text-align: center; - padding: 0; - margin: 0px auto; - display: block; - color: #dbddec; -} - -/* TOC & Index*/ - -div.toc ul, div.index ul, div.navheader ul, div.navfooter ul { - list-style: none; -} - -div.toc, div.dedication { - padding-left: 1em; -} - -li.preface { - margin-left: 1em; -} - -div.toc ul li h3, div.toc ul li h4 { - margin: .4em; -} - -.dummy { - font-weight: bold; - font-size: 110%; - line-height: 1.8em; -/* Removed per Bruce - margin-left: -1.5em; */ -} - -.item { - width: 26em; - float: left; -} - -.indexref { - margin-left: 26em; -} - -.secitem { - font-weight: normal; - width: 16em; - float: left; -} - -/* Admonitions */ -div.note, div.tip { - background-color: #fffff6; - border: 2px solid #dbddec; - width: 90%; - margin: .5em auto; -} - -div.important, div.warning, div.caution { - background-color: #fffff6; - border: medium solid #400; - width: 90%; - margin: 1.5em auto; - color: #600; - font-size: larger; -} - -div.important h3, div.warning h3, div.caution h3 { - color: #900; -} - -div.admonhead img { - padding: .3em; -} - -div.admonhead h3 { - display: inline; - margin-left: 1.5em; -} - -div.admonbody { - margin: .5em; -} - -div.important em, div.warning em, div.caution em { - color: #000; - font-weight: bold; -} - -div.important tt, div.warning tt, div.caution tt { - font-weight: bold; -} - -table { - width: auto; - margin-left: 1em; -} - -td { - vertical-align: top; -} - -td span, td p { - margin: 0.3em; -} - -div.table table { - border-collapse: collapse; - } - -div.table td, div.table th { - padding: 0.3em; - text-align: right; - vertical-align: baseline; -} - -div.table tr > td:first-child, div.table tr > th:first-child { - text-align: left; -} - -div.revhistory th { - text-align: left; - line-height: 2em; -} - -div.revhistory td { - padding-right: 1em; -} - -span.term { - display: block; -} - -/* variablelist & segmentedlist */ -dl { - margin: 0; - padding: 0; - list-style-type: none; -} - -dt { - display: list-item; - font-weight: bold; - margin: .33em 0 0 1em; - padding: 0; -} - -span.seg { - display: block; - padding-left: 12em; -} - -div.content dt { - list-style: none; -} - -dd { - margin: 0 0 1em 3em; - padding: 0; -} - -div.variablelist dd { - margin-bottom: 1em; -} - -div.variablelist dd p { - margin-top: 0px; -} - -dl.materials dd { - margin-left: 0px; -} - -div.segmentedlist { - margin-top: 1em; -} - -div.segmentedlist p { - margin: 0px auto; -} - -span.segtitle { - display: block; - float: left; - width: 12em; -} - -div.seg { - clear: left; -} - -/* itemizedlist */ - -div.itemizedlist { - margin-left: 1em; -} - -ul[compact="compact"] li p { - padding: 0.3em; - margin: 0em; - background-color: #f0fff0; -} - -/* Indented blocks */ -p, ul, dl, code, blockquote { - padding-left: 1em; -} - -/* Monospaced elements */ -tt, code, kbd, pre, .command { - font-family: monospace; -} - -pre.userinput { - color: #101310; - background-color: #e5e5e5; - border: 1px solid #050505; - padding: .5em 1em; - margin: 0 2em; - font-weight: bold; -} - -pre.root { - color: #101310; - background-color: #e5e5e5; - border: 1px solid #050505; - padding: .5em 1em; - margin: 0 2em; - font-weight: bold; -} - -.literal, .prompt { - font-weight: normal; -} - -pre.screen { - color: #000; - background-color: #e9e9e9; - border: 1px solid #050505; - padding: .5em 1em; - margin: 0 2em; -} - -/* Sections */ -div h1, div.glossary h2 { - padding: 1em 0 0.5em 0; - margin: 0px auto; -} - -div.glossary h2 { - text-align: center; - font-size: 173%; - padding-top: 0.4em; - border-bottom: .1em solid #dbddec; -} - -div.package { - padding: 0 0.5em 0.3em 0.5em; - margin: 0.5em 0 0.5em 0; -} - -div.kernel { - padding: 0 0.5em 0.3em 0.5em; - margin: 0.5em 0 0.5em 0; -} - -div.installation { - padding: 0 0.5em 0.3em 0.5em; - margin: 0.5em 0 0.5em 0; -} - -div.commands { - padding: 0 0.5em 0.3em 0.5em; - margin: 0.5em 0 0.5em 0; -} - -div.testing { - padding: 0 0.5em 0.3em 0.5em; - margin: 0.5em 0 0.5em 0; -} - -div.configuration { - padding: 0 0.5em 0.3em 0.5em; - margin: 0.5em 0 0.5em 0; -} - -div.content { - padding: 0 0.5em 0.3em 0.5em; - margin: 0.5em 0 0.5em 0; -} - -div.book, div.preface, div.part, div.chapter, div.sect1, div.appendix, div.index { - padding-bottom: 0.5em; -} - -div.preface h1, div.part h1, div.chapter h1, div.sect1 h1, div.appendix h1, div.index h1 { - background: #f5f6f7; - border-bottom: .1em solid #dbddec; - margin: 0px auto; - padding: .5em; -} - -div.book h1 { - background: #f5f6f7; - margin: 0px auto; - padding: 0.5em; -} - -div.book h2.subtitle { - background: #dbddec; - margin: 0px auto; - padding: 0.2em; -} -div.authorgroup, div p.copyright, div.abstract, div p.pubdate, div.revhistory { - background: #f5f6f7; - margin: 0px auto; - padding: 1em 0.5em; -} - -hr { - background: #dbddec; - height: .3em; - border: 0px; - margin: 0px auto; - padding: 0; -} - -/* Last edited info */ -p.updated { - font-size: small; - font-weight: bold; - font-style: italic; -} - -/* Inline tags */ - -tt.systemitem { - font-style: italic; -} - -p.usernotes { - margin-left: -1em; - font-size: small; - font-weight: bold; - font-style: italic; -} - -.simplelist { - background-color: #f0fff0; -} - -.underlined { - text-decoration: underline; -} -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
