Changeset 96bc14f


Ignore:
Timestamp:
08/01/2005 06:09:11 PM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.1
Children:
8f1e967
Parents:
9e7495d8
Message:

Converting to 6.1-pre1 in branch

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • book/bookinfo.xml

    r9e7495d8 r96bc14f  
    4646      <revnumber>&version;</revnumber>
    4747      <date>&pubdate;</date>
    48       <revremark>Development Release</revremark>
     48      <revremark>Fifth Release</revremark>
    4949    </revision>
    5050
  • book/preface.xml

    r9e7495d8 r96bc14f  
    134134March 17, 2005</literallayout>
    135135      </blockquote>
     136    </sect2>
     137
     138    <sect2>
     139      <title>Preface to Version 6.1</title>
     140
     141      <para>Version 6.1 is an incremental update of BLFS.  This version
     142      continues the tradition of providing an extensive set of instructions for
     143      extending a basic Linux From Scratch system.    The instructions in this
     144      version of BLFS are based on the LFS 6.1 Book.  As usual, the list of
     145      packages that have been upgraded or added are in the <xref
     146      linkend='intro-welcome-changelog'/>.</para>
     147     
     148      <para>One major accomplishment in this
     149      version of the book is the completion of the Index.  This section
     150      is now a relatively complete (but not perfect) reference for the components
     151      of the various packages in the book.</para>
     152     
     153      <para>In any task as large and complex as this book, there are bound to
     154      be errors.  The editors of the book are dedicated to keeping the book up
     155      to date.  We appreciate any feedback in helping us to make the book as
     156      accurate as possible.  The best place to provide comments is via the
     157      mailing list at <ulink url="mailto:blfs-dev@linuxfromscratch.org"/>.</para>
     158
     159      <para>Enjoy!</para>
     160     
     161      <blockquote>
     162<literallayout>Bruce Dubbs
     163August 1, 2005</literallayout>
     164      </blockquote>
    136165
    137166    </sect2>
  • general.ent

    r9e7495d8 r96bc14f  
    22<!ENTITY month        "08">
    33<!ENTITY year         "2005">
    4 <!ENTITY version      "svn-&year;&month;&day;">
     4<!ENTITY version      "6.1-pre1">
    55<!ENTITY releasedate  "August &day;st, &year;">
    6 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    7 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     6<!ENTITY pubdate      "&year;-&month;-0&day;"> <!-- metadata req. by TLDP -->
     7<!ENTITY blfs-version "6.1-pre1">                  <!-- svn|[release #] -->
    88<!ENTITY lfs-version  "stable">          <!-- version|stable|testing|unstable|development] -->
    99<!ENTITY last-commit  "$Date: 2005-07-28 13:03:39 +0100 (Thu, 28 Jul 2005) $"> <!-- Automatic update -->
     
    1313<!ENTITY maintainer-address   "bdubbs@linuxfromscratch.org">
    1414
    15 <!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/svn">
     15<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/6.1">
    1616<!ENTITY downloads-project "http://downloads.linuxfromscratch.org">
    1717<!ENTITY hints-root     "http://www.linuxfromscratch.org/hints">
     
    2222
    2323
    24 <!ENTITY blfs-bootscripts-version     "20050731">
     24<!ENTITY blfs-bootscripts-version     "6.1">
    2525<!ENTITY blfs-bootscripts-download    "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2">
    2626
  • stylesheets/xhtml/lfs-index.xsl

    r9e7495d8 r96bc14f  
    3232        </xsl:call-template>
    3333                </h1>
    34       <!-- Temporary addition until index is done -->
     34      <!-- Temporary addition until index is done
    3535        <div class="note">
    3636        <div class="admonhead">
     
    4040          </h3>
    4141        </div>
    42         <div class="admonbody">
     42         <div class="admonbody">
    4343          <p>
    4444            At this time, the index is incomplete.  Additional entries
     
    4747        </div>
    4848      </div>
    49       <!-- End temporary addition -->
     49        End temporary addition -->
    5050    </div>
    5151  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.