Changeset 6ae5a39


Ignore:
Timestamp:
08/01/2005 07:47:12 PM (19 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.1
Children:
3c47af8
Parents:
8f1e967
Message:

Resetting 6.1 specifics

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • book/bookinfo.xml

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

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

    r8f1e967 r6ae5a39  
    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">
    18 <!ENTITY patch-root     "http://www.linuxfromscratch.org/blfs/downloads/svn">
     18<!ENTITY patch-root     "http://www.linuxfromscratch.org/blfs/downloads/6.1">
    1919<!-- <!ENTITY lfs-root       "http://www.linuxfromscratch.org/lfs/view/&lfs-version;"> -->
    2020<!ENTITY lfs-root       "../../../../lfs/view/&lfs-version;">
  • stylesheets/xhtml/lfs-index.xsl

    r8f1e967 r6ae5a39  
    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">
     
    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.