Changeset 53adac3 for book


Ignore:
Timestamp:
03/18/2005 04:28:12 PM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5e97b51
Parents:
851b984e
Message:

Update trunk to 6.0-pre1 text. Update change log and bookinfo.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3558 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
book
Files:
7 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • book/bookinfo.xml

    r851b984e r53adac3  
    3636<para>Computer instructions are licensed under the <xref linkend="AFL"/>.</para>
    3737
    38 
    39 <!--
    40 <para>Redistribution and use in source and binary forms, with or without
    41 modification, are permitted provided that the following conditions are
    42 met:</para>
    43 
    44 <itemizedlist>
    45 <listitem><para>Redistributions in any form must retain the above copyright
    46 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 of
    49 its contributors may be used to endorse or promote products derived from
    50 this material without specific prior written permission.</para></listitem>
    51 
    52 <listitem><para>Any material derived from Linux From Scratch must contain
    53 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 "AS
    57 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    58 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    59 DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
    60 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
    61 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
    62 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
    63 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    64 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    65 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
    66 
    67 -->
    68 
    6938<para><trademark class='registered'>Linux</trademark> is a registered trademark of
    7039Linus Torvalds.</para>
     
    7746        <revnumber>&version;</revnumber>
    7847        <date>&pubdate;</date>
    79         <revremark>Development release</revremark>
     48        <revremark>Development Release</revremark>
     49</revision>
     50
     51<revision>
     52        <revnumber>&version;</revnumber>
     53        <date>2005-03-17</date>
     54        <revremark>Fourth release (Candidate 1)</revremark>
    8055</revision>
    8156
     
    10378
    10479<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, X
    106 support, sound support and printer and scanner support.</para>
     80guides the reader through additions to the system including networking, graphical
     81interfaces, sound support, and printer and scanner support.</para>
    10782
    10883</abstract>
  • book/preface.xml

    r851b984e r53adac3  
    9090BLFS Editor (June 2004&ndash;Present)</literallayout></blockquote>
    9191
     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
     97version provides installation instructions for 357 packages and an additional
     9821 sections covering configuration and customization of different aspects
     99of 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
     103changes made since the last edition.  In this change log, one name that you
     104will see over and over is Randy McMurchy.  Without his efforts this
     105release would not have been possible.  I want to take this opportunity to thank
     106him for the hundreds of hours he has worked to produce this release.  I
     107also want to thank the other editors, both past and present, whose insight
     108and effort have made this current version possible.  Last, but certainly not least,
     109I want to thank our resident XSL wizard, Manuel Canales Esparcia, whose
     110ability 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,
     113the license that BLFS is released under has changed significantly.  In
     114fact, 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
     117install the packages.  These licenses, along with the book itself, represent
     118our 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
     121the book is still incomplete, but as the book continues to be developed,
     122will become an excellent resource for finding programs, libraries,
     123configuration files, and references to kernel configuration requirements.  I
     124hope you find it useful.</para>
     125
     126<blockquote><literallayout>Bruce Dubbs
     127March 17, 2005</literallayout></blockquote>
     128
     129
     130</sect2>
     131
     132
     133
    92134</sect1>
    93135
Note: See TracChangeset for help on using the changeset viewer.