Changeset 8b2d50b in clfs-sysroot


Ignore:
Timestamp:
Nov 16, 2006, 9:29:50 PM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
3afa7f7
Parents:
d7d55ea
Message:

Updated Naming Scheme

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/general.ent

    rd7d55ea r8b2d50b  
    33<!ENTITY month "11"> <!-- Use two digits -->
    44<!ENTITY month_name "November">
    5 <!ENTITY day "15"> <!-- Use two digits -->
     5<!ENTITY day "16"> <!-- Use two digits -->
    66<!ENTITY year "2006"> <!-- Use four digits -->
    77
    88<!ENTITY releasedate "&month_name; &day;, &year;">
    99
    10 <!ENTITY major-version "2">
     10<!ENTITY major-version "0">
    1111<!ENTITY minor-version "0">
    12 <!ENTITY extra-version "0">
    13 <!ENTITY generic-version "2.0.0"> <!-- Use "svn", "testing", or "x.y.z[-pre{x}]" -->
     12<!ENTITY extra-version "1">
     13<!ENTITY generic-version "0.0.1"> <!-- Use "svn", "testing", or "x.y.z[-pre{x}]" -->
    1414
    1515<!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-&year;&month;&day;">
  • BOOK/index.xml

    rd7d55ea r8b2d50b  
    77
    88<bookinfo>
    9   <title>Cross-Compiled Linux From Scratch</title>
     9  <title>Cross-Compiled Linux From Scratch - Sysroot</title>
    1010  <subtitle>Version &version;</subtitle>
    1111
     
    1919      <surname>Oliver</surname>
    2020    </author>
     21    <author>
     22      <firstname>Joe</firstname>
     23      <surname>Ciccone</surname>
     24    </author>
    2125  </authorgroup>
    2226
    2327  <copyright id="copyright">
    2428    <year>2005&ndash;2006</year>
    25     <holder>Jim Gifford &amp; Ryan Oliver</holder>
     29    <holder>Joe Ciccone, Jim Gifford, &amp; Ryan Oliver</holder>
    2630  </copyright>
    2731
    28   <bibliosource>
    29     <emphasis>Based on LFS, Copyright &copy; 1999&ndash;2006 Gerard Beekmans</emphasis>
    30   </bibliosource>
    31 
    3232</bookinfo>
  • BOOK/prologue/arm/bookinfo.xml

    rd7d55ea r8b2d50b  
    2222  xpointer="xpointer(/bookinfo/copyright)"/>
    2323
    24   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25   href="../../index.xml"
    26   xpointer="xpointer(bookinfo/bibliosource)"/>
    27 
    2824  <legalnotice>
    2925    <para>Copyright &copy; 2005-2006, Jim Gifford &amp; Ryan Oliver</para>
     
    4238    trademark of Linus Torvalds.</para>
    4339
    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&ndash;2006, Gerard Beekmans</para>
    48 
    49     <para>All rights reserved.</para>
    50 
    51     <para>Redistribution and use in source and binary forms, with or without
    52     modification, are permitted provided that the following conditions are
    53     met:</para>
    54 
    55     <itemizedlist>
    56       <listitem>
    57         <para>Redistributions in any form must retain the above copyright
    58         notice, this list of conditions and the following disclaimer</para>
    59       </listitem>
    60       <listitem>
    61         <para>Neither the name of <quote>Linux From Scratch</quote> nor the
    62         names of its contributors may be used to endorse or promote products
    63         derived from  this material without specific prior written
    64         permission</para>
    65       </listitem>
    66       <listitem>
    67         <para>Any material derived from Linux From Scratch must contain
    68         a reference to the <quote>Linux From Scratch</quote> project</para>
    69       </listitem>
    70     </itemizedlist>
    71 
    72     <para>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    73     <quote>AS IS</quote> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
    74     BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    75     FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
    76     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    77     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    78     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
    79     OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    80     WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
    81     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
    82     ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</para>
    83 
    8440  </legalnotice>
    8541
  • BOOK/prologue/x86/bookinfo.xml

    rd7d55ea r8b2d50b  
    2424  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2525  href="../arm/bookinfo.xml"
    26   xpointer="xpointer(bookinfo/bibliosource)"/>
    27 
    28   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29   href="../arm/bookinfo.xml"
    3026  xpointer="xpointer(/bookinfo/legalnotice)"/>
    3127
Note: See TracChangeset for help on using the changeset viewer.