- Timestamp:
- Oct 5, 2006, 11:45:54 AM (18 years ago)
- Branches:
- master
- Children:
- 967ae7d
- Parents:
- 052ecb7
- Location:
- BOOK
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/arm-index.xml
r052ecb7 re11607f 64 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/common.xml"/> 65 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/arm.xml"/> 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/license.xml"/> 66 67 67 68 </part> -
BOOK/general.ent
r052ecb7 re11607f 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY month " 09"> <!-- Use two digits -->4 <!ENTITY month_name " September">5 <!ENTITY day " 17"> <!-- Use two digits -->3 <!ENTITY month "10"> <!-- Use two digits --> 4 <!ENTITY month_name "October"> 5 <!ENTITY day "05"> <!-- Use two digits --> 6 6 <!ENTITY year "2006"> <!-- Use four digits --> 7 7 -
BOOK/index.xml
r052ecb7 re11607f 27 27 28 28 <bibliosource> 29 <emphasis>Based on LFS, Copyright ©1999–2006 Gerard Beekmans</emphasis>29 <emphasis>Based on LFS, Copyright © 1999–2006 Gerard Beekmans</emphasis> 30 30 </bibliosource> 31 31 -
BOOK/introduction/common/changelog.xml
r052ecb7 re11607f 38 38 39 39 <listitem> 40 <para>October 5, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[manuel] - Changed book license to the Open Publication 44 License v1.0.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>August 31, 2006</para> 41 51 <itemizedlist> 42 52 <listitem> 43 <para>[jciccone] - Added a H st System Requirements page.</para>53 <para>[jciccone] - Added a Host System Requirements page.</para> 44 54 </listitem> 45 55 <listitem> … … 57 67 systems will fail, it will attempt to connect to 255.255.255.255 58 68 instead of the ip address entered. This was due to a change in glibc's 59 handling of inet_addr, was long now is u_int32_t. Bug found by 69 handling of inet_addr, was long now is u_int32_t. Bug found by 60 70 Vladimir Vainer.</para> 61 71 </listitem> … … 67 77 </listitem> 68 78 <listitem> 69 <para>[jciccone] - Removed the keymap settings from the kernel 79 <para>[jciccone] - Removed the keymap settings from the kernel 70 80 pages.</para> 71 81 </listitem> … … 83 93 </listitem> 84 94 <listitem> 85 <para>[jciccone] - Updated to Vim Patch -10, which contains upstream 95 <para>[jciccone] - Updated to Vim Patch -10, which contains upstream 86 96 fixes.</para> 87 97 </listitem> -
BOOK/prologue/arm/bookinfo.xml
r052ecb7 re11607f 27 27 28 28 <legalnotice> 29 <para>Copyright (c) 2005, Jim Gifford & Ryan Oliver</para> 29 <para>Copyright © 2005-2006, Jim Gifford & Ryan Oliver</para> 30 31 <para>All rights reserved.</para> 32 33 <para>This material may be distributed only subject to the terms and 34 conditions set forth in the <xref linkend="license"/> v1.0 or later 35 (the latest version is presently available at <ulink 36 url="http://www.opencontent.org/openpub/"/>).</para> 37 38 <!-- Modifications and limitations to the OPL (see section VI) 39 can be place here, if needed. --> 40 41 <para><trademark class='registered'>Linux</trademark> is a registered 42 trademark of Linus Torvalds.</para> 43 44 <para>This book is based on the "Linux From Scratch" book, that was 45 released under the following license:</para> 46 47 <para>Copyright (c) 1999–2006, Gerard Beekmans</para> 30 48 31 49 <para>All rights reserved.</para> -
BOOK/stylesheets/top-index.xsl
r052ecb7 re11607f 162 162 <div> 163 163 <p class="copyright"> 164 <xsl:text>Copyright (c)</xsl:text>164 <xsl:text>Copyright ©</xsl:text> 165 165 <xsl:apply-templates/> 166 166 </p> -
BOOK/stylesheets/xhtml/lfs-legalnotice.xsl
r052ecb7 re11607f 8 8 <xsl:template match="legalnotice" mode="titlepage.mode"> 9 9 <xsl:variable name="id"><xsl:call-template name="object.id"/></xsl:variable> 10 <xsl:variable name="filename" select="concat($base.dir, ' prologue/legalnotice.html')"/>10 <xsl:variable name="filename" select="concat($base.dir, 'legalnotice.html')"/> 11 11 <xsl:variable name="title"> 12 12 <xsl:apply-templates select="." mode="title.markup"/> … … 32 32 <a accesskey="h"> 33 33 <xsl:attribute name="href"> 34 <xsl:text> ../index.html</xsl:text>34 <xsl:text>index.html</xsl:text> 35 35 </xsl:attribute> 36 36 <xsl:attribute name="title"> … … 57 57 <a> 58 58 <xsl:attribute name="href"> 59 <xsl:value-of select="' prologue/legalnotice.html'"/>59 <xsl:value-of select="'legalnotice.html'"/> 60 60 </xsl:attribute> 61 61 <xsl:call-template name="gentext"> -
BOOK/x86-index.xml
r052ecb7 re11607f 64 64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/common.xml"/> 65 65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies/x86.xml"/> 66 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/license.xml"/> 66 67 67 68 </part>
Note:
See TracChangeset
for help on using the changeset viewer.