Changeset 3f6be93


Ignore:
Timestamp:
09/12/2004 09:41:54 AM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.0
Children:
2661c55c
Parents:
c5143c9
Message:

URLs corrections.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4159 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc5143c9 r3f6be93  
    8585</listitem>
    8686
     87<listitem><para>September 12th, 2004 [manuel]: Fixed some URLs.</para></listitem>
     88
    8789<listitem><para>September 10th, 2004 [manuel]: Appendix{a,b} - Changes in
    8890the XML, XSL and CSS code to do a better output.</para></listitem>
  • chapter02/creatingfilesystem.xml

    rc5143c9 r3f6be93  
    1414popular.  Here we will create an ext2 file system, but build
    1515instructions for other file systems can be found at <ulink
    16 url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para>
     16url="&blfs-root;view/svn/postlfs/filesystems.html"/>.</para>
    1717
    1818<para>To create an ext2 file system on the LFS partition, run the following:</para>
  • chapter03/packages.xml

    rc5143c9 r3f6be93  
    219219<term>Linux (&linux-version;) - 34,793 KB:</term>
    220220<listitem>
    221 <para><ulink url="&freshmeat;linux/"/></para>
     221<para><ulink url="&freshmeat;linux/?branch_id=46339"/></para>
    222222</listitem>
    223223</varlistentry>
     
    447447use. Instructions for installing GPG, which enables verification, are
    448448provided in the Beyond Linux From Scratch (BLFS) book at <ulink
    449 url="&lfs-root;blfs/view/stable/postlfs/gnupg.html"/>.</para></note>
     449url="&lfs-root;blfs/view/svn/postlfs/gnupg.html"/>.</para></note>
    450450
    451451</sect1>
  • chapter05/gettext.xml

    rc5143c9 r3f6be93  
    6363example when it finds a Java compiler on the host.  An experimental
    6464patch to disable Java is available from the LFS Patches project at
    65 <ulink url="&patches-root;"/></para>
     65<ulink url="&lfs-root;patches/"/></para>
    6666
    6767<para>Install the package:</para>
  • chapter06/gcc.xml

    rc5143c9 r3f6be93  
    4141package.  The full GCC package contains additional compilers.
    4242Instructions for building these can be found at <ulink
    43 url="&blfs-root;view/stable/general/gcc.html"/>.</para>
     43url="&blfs-root;view/svn/general/gcc.html"/>.</para>
    4444
    4545<para>Apply only the No-Fixincludes patch (not the Specs patch) also
  • chapter06/inetutils.xml

    rc5143c9 r3f6be93  
    8080nature and are only considered safe on trusted networks. More
    8181information can be found at <ulink
    82 url="&blfs-root;view/stable/basicnet/inetutils.html"/>. Note that
     82url="&blfs-root;view/svn/basicnet/inetutils.html"/>. Note that
    8383better replacements are available for many of these
    8484servers.</para></listitem>
  • chapter06/introduction.xml

    rc5143c9 r3f6be93  
    6060manager can be used. For a general overview of different styles of package
    6161managers, please refer to <ulink
    62 url="&blfs-root;view/cvs/introduction/important.html"/>.
     62url="&blfs-root;view/svn/introduction/important.html"/>.
    6363For a package management method specifically geared towards LFS, we recommend <ulink
    6464url="&hints-root;more_control_and_pkg_man.txt"/>.</para>
  • chapter06/iproute2.xml

    rc5143c9 r3f6be93  
    3838          the <command>arpd</command> binary is needed, instructions for
    3939          compiling Berkeley DB can be found in the BLFS Book at<ulink
    40           url="http://www.linuxfromscratch.org/blfs/view/cvs/content/databases.html#db"/>.
     40          url="&blfs-root;view/svn/content/databases.html#db"/>.
    4141    </para>
    4242
  • chapter06/vim.xml

    rc5143c9 r3f6be93  
    2828<title>Alternatives to Vim</title>
    2929<para>If you prefer another editor&mdash;such as Emacs, Joe, or
    30 Nano&mdash;please refer to <ulink url="&blfs-root;view/stable/postlfs/editors.html"/>
     30Nano&mdash;please refer to <ulink url="&blfs-root;view/svn/postlfs/editors.html"/>
    3131for suggested installation instructions.</para>
    3232</tip>
     
    8787process, refer to the Vim documentation and the Vim installation page
    8888in the BLFS book at <ulink
    89 url="http://www.linuxfromscratch.org/blfs/view/cvs/postlfs/editors.html#postlfs-editors-vim"/>
    90 .</para>
     89url="&blfs-root;view/svn/postlfs/editors.html#postlfs-editors-vim"/>.</para>
    9190
    9291</sect2>
  • general.ent

    rc5143c9 r3f6be93  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "6.0-testing-20040910">
    3 <!ENTITY releasedate "September 10, 2004">
     2<!ENTITY version "6.0-testing-20040912">
     3<!ENTITY releasedate "September 12, 2004">
    44
    55<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
  • prologue/audience.xml

    rc5143c9 r3f6be93  
    7676located at <ulink url="http://axiom.anu.edu.au/~okeefe/p2b/"/> or on
    7777The Linux Documentation Project's (TLDP) website at <ulink
    78 url="http://www.tldp.org/HOWTO/From-PowerUp-To-Bash-Prompt.html"/>.
     78url="http://www.tldp.org/HOWTO/From-PowerUp-To-Bash-Prompt-HOWTO.html"/>.
    7979The HOWTO builds a system which is similar to that of this book,
    8080but it focuses strictly on creating a system capable of booting to a
Note: See TracChangeset for help on using the changeset viewer.