Changeset 074d177
- Timestamp:
- 03/18/2005 05:01:17 AM (20 years ago)
- Branches:
- 6.0
- Children:
- 96236bdd
- Parents:
- d50eb8ef
- Files:
-
- 1 added
- 7 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
book/bookinfo.xml
rd50eb8ef r074d177 36 36 <para>Computer instructions are licensed under the <xref linkend="AFL"/>.</para> 37 37 38 39 <!--40 <para>Redistribution and use in source and binary forms, with or without41 modification, are permitted provided that the following conditions are42 met:</para>43 44 <itemizedlist>45 <listitem><para>Redistributions in any form must retain the above copyright46 notice, this list of conditions and the following disclaimer.</para></listitem>47 48 <listitem><para>Neither the name of "Linux From Scratch" nor the names of49 its contributors may be used to endorse or promote products derived from50 this material without specific prior written permission.</para></listitem>51 52 <listitem><para>Any material derived from Linux From Scratch must contain53 a reference to the "Linux From Scratch" project.</para></listitem>54 </itemizedlist>55 56 <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS57 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE58 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE59 DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY60 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES61 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;62 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON63 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT64 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS65 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>66 67 -->68 69 38 <para><trademark class='registered'>Linux</trademark> is a registered trademark of 70 39 Linus Torvalds.</para> … … 77 46 <revnumber>&version;</revnumber> 78 47 <date>&pubdate;</date> 79 <revremark> Development release</revremark>48 <revremark>Fourth release (Candidate 1)</revremark> 80 49 </revision> 81 50 … … 103 72 104 73 <para>This book follows on from the Linux From Scratch book. It introduces and 105 guides the reader through additions to the system including networking, X106 support, sound supportand printer and scanner support.</para>74 guides the reader through additions to the system including networking, graphical 75 interfaces, sound support, and printer and scanner support.</para> 107 76 108 77 </abstract> -
book/preface.xml
rd50eb8ef r074d177 90 90 BLFS Editor (June 2004–Present)</literallayout></blockquote> 91 91 92 93 <sect2> 94 <title>Preface to Version 6.0</title> 95 96 <para>Version 6.0 is a major milestone in the evolution of BLFS. This 97 version provides installation instructions for 357 packages and an additional 98 21 sections covering configuration and customization of different aspects 99 of your system.</para> 100 101 <para>Changes and upgrades to the individual packages are detailed in the 102 <xref linkend='intro-welcome-changelog'/>. There you will see literally hundreds of 103 changes made since the last edition. In this change log, one name that you 104 will see over and over is Randy McMurchy. Without his efforts this 105 release would not have been possible. I want to take this opportunity to thank 106 him for the hundreds of hours he has worked to produce this release. I 107 also want to thank the other editors, both past and present, whose insight 108 and effort have made this current version possible. Last, but certainly not least, 109 I want to thank our resident XSL wizard, Manuel Canales Esparcia, whose 110 ability to format a complicated document such as BLFS is truly amazing.</para> 111 112 <para>There are two other areas of change that are worthy of note. First, 113 the license that BLFS is released under has changed significantly. In 114 fact, it is now released under two licenses. The first license, the 115 <xref linkend='CC'/>, covers the descriptive text in the book. The second, the 116 <xref linkend='AFL'/>, covers the instructions actually used to build and 117 install the packages. These licenses, along with the book itself, represent 118 our ongoing commitment to open and free sofware.</para> 119 120 <para>The final area of change is the addition of an Index. This section of 121 the book is still incomplete, but as the book continues to be developed, 122 will become an excellent resource for finding programs, libraries, 123 configuration files, and references to kernel configuration requirements. I 124 hope you find it useful.</para> 125 126 <blockquote><literallayout>Bruce Dubbs 127 March 17, 2005</literallayout></blockquote> 128 129 130 </sect2> 131 132 133 92 134 </sect1> 93 135 -
general.ent
rd50eb8ef r074d177 2 2 <!ENTITY month "03"> 3 3 <!ENTITY year "2005"> 4 <!ENTITY version " svn-&year;&month;&day;">4 <!ENTITY version "6.0-pre1"> 5 5 <!ENTITY releasedate "March &day;th, &year;"> 6 6 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 7 <!ENTITY blfs-version " cvs"> <!-- cvs|[release #] -->7 <!ENTITY blfs-version "6.0"> <!-- cvs|[release #] --> 8 8 <!ENTITY lfs-version "6.0"> <!-- version|stable|testing|unstable] --> 9 9 <!ENTITY last-commit "$Date$"> <!-- Automatic update --> … … 22 22 23 23 24 <!ENTITY blfs-bootscripts-version " 20050313">24 <!ENTITY blfs-bootscripts-version "6.0-pre1"> 25 25 <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> 26 26 -
introduction/introduction.xml
rd50eb8ef r074d177 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/version.xml"/> 32 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/mirrors.xml"/> 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/packages.xml"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/changelog.xml"/> 34 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="welcome/maillists.xml"/> -
introduction/welcome/changelog.xml
rd50eb8ef r074d177 6 6 ]> 7 7 8 <sect1 id="intro-welcome-changelog" role="dsssl" >8 <sect1 id="intro-welcome-changelog" role="dsssl" xreflabel='Change Log'> 9 9 <sect1info> 10 10 <othername>$LastChangedBy$</othername>
Note:
See TracChangeset
for help on using the changeset viewer.