Changeset 60a31248


Ignore:
Timestamp:
01/29/2006 05:36:13 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
0f9a8a99
Parents:
1ee90b5
Message:

Updated all the links to files on the Anduin server to use entities

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

Files:
13 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1ee90b5 r60a31248  
    1515<!ENTITY downloads-root "http://www.linuxfromscratch.org/blfs/downloads/svn">
    1616<!ENTITY downloads-project "http://downloads.linuxfromscratch.org">
    17 <!ENTITY downloads-anduin "http://anduin.linuxfromscratch.org/sources/BLFS/svn">
     17<!ENTITY sources-anduin-http "http://anduin.linuxfromscratch.org/sources/BLFS/svn">
     18<!ENTITY sources-anduin-ftp  "ftp://anduin.linuxfromscratch.org/BLFS/svn">
     19<!ENTITY files-anduin   "http://anduin.linuxfromscratch.org/files/BLFS">
    1820<!ENTITY hints-root     "http://www.linuxfromscratch.org/hints">
    1921<!ENTITY patch-root     "http://www.linuxfromscratch.org/patches/blfs/svn">
  • general/genutils/imagemagick.xml

    r1ee90b5 r60a31248  
    7070    package version shown above is not available from the locations shown
    7171    above, you can download it from the BLFS package server at
    72     <ulink url="&downloads-anduin;/i"/>.</para>
     72    <ulink
     73    url="&sources-anduin-http;/i/ImageMagick-&imagemagick-version;-&imagemagick-patch-version;.tar.bz2"/>.
     74    </para>
    7375
    7476    <bridgehead renderas="sect3">ImageMagick Dependencies</bridgehead>
  • general/prog/gcc.xml

    r1ee90b5 r60a31248  
    1212  <!ENTITY gcc-time           "59 SBU (build, test and install all compilers)">
    1313
    14   <!ENTITY gnat-download-http "http://anduin.linuxfromscratch.org/sources/BLFS/svn/g/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.bz2">
    15   <!ENTITY gnat-download-ftp  "ftp://anduin.linuxfromscratch.org/BLFS/svn/g/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.bz2">
     14  <!ENTITY gnat-download-http "&sources-anduin-http;/g/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.bz2">
     15  <!ENTITY gnat-download-ftp  "&sources-anduin-ftp;/g/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.bz2">
    1616  <!ENTITY gnat-md5sum        "c9aad2da908a40e876c24fc85f248b51">
    1717  <!ENTITY gnat-size          "11.6 MB">
  • general/prog/jdk.xml

    r1ee90b5 r60a31248  
    77  <!ENTITY jdk-download-source "https://tiger.dev.java.net/jdk_5_0_05.html">
    88  <!ENTITY jdk-download-binary "http://java.sun.com/j2se/1.5.0/download.jsp">
    9   <!ENTITY jdk-source-md5sum   "http://anduin.linuxfromscratch.org/sources/BLFS/SVN/I-K/JDK/jdk-&jdk-src-version;.md5sums">
     9  <!ENTITY jdk-source-md5sum   "&sources-anduin-http;/j/jdk-&jdk-src-version;.md5sums">
    1010  <!ENTITY jdk-bin-md5sum      "3cdad4a383b93680f02f6f06198c2227">
    1111  <!ENTITY jdk-bin-size        "46.7 MB">
  • general/prog/perl-modules.xml

    r1ee90b5 r60a31248  
    55  %general-entities;
    66
    7   <!ENTITY perl_modules_md5sums_download_http "http://anduin.linuxfromscratch.org/sources/BLFS/SVN/Perl_Modules/Perl_Modules.gz.md5sums">
    8   <!ENTITY perl_modules_md5sums_download_ftp  "ftp://anduin.linuxfromscratch.org/BLFS/SVN/Perl_Modules/Perl_Modules.gz.md5sums">
     7  <!ENTITY perl_modules_md5sums_download_http "&sources-anduin-http;/Perl_Modules/Perl_Modules.gz.md5sums">
     8  <!ENTITY perl_modules_md5sums_download_ftp  "&sources-anduin-ftp;/Perl_Modules/Perl_Modules.gz.md5sums">
    99]>
    1010
     
    4747
    4848    <!-- This section commented out now because the new organization of files
    49          on the Anduin server do not include md5sums for the .tar.gz Perl
    50          module sources
     49         on the Anduin server does not include md5sums for the .tar.gz Perl
     50         module sources. There is a bug in Bugzilla to fix this.
    5151
    5252    <itemizedlist spacing="compact">
  • introduction/important/locale-issues.xml

    r1ee90b5 r60a31248  
    5353      incorrectly position characters on the screen. After the cursor is moved
    5454      a bit the screen becomes totally unreadable, as illustrated on
    55       <ulink url="http://anduin.linuxfromscratch.org/files/BLFS/mc-bad.png">this
     55      <ulink url="&files-anduin;/mc-bad.png">this
    5656      screenshot</ulink> (taken in a ru_RU.UTF-8 locale). Additionally, input
    5757      of non-ASCII characters in the editor is impossible, even after selecting
  • introduction/welcome/changelog.xml

    r1ee90b5 r60a31248  
    4343
    4444    <listitem>
    45       <para>Date</para>
    46       <itemizedlist>
     45      <para>January 29th, 2006</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated all the links to files on the Anduin server
     49          to use entities.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[andy] - Updated glib2 to 2.8.6.</para>
  • pst/typesetting/jadetex.xml

    r1ee90b5 r60a31248  
    6565      <listitem>
    6666        <para>Recommended demo files: <ulink
    67         url="http://anduin.linuxfromscratch.org/sources/BLFS/svn/j/jadetex-3.13-demo.tar.bz2"/>
     67        url="&sources-anduin-http;/j/jadetex-3.13-demo.tar.bz2"/>
    6868        </para>
    6969      </listitem>
  • pst/typesetting/tex.xml

    r1ee90b5 r60a31248  
    2222  <!ENTITY texmfsrc-size          "57.7 MB">
    2323
    24   <!ENTITY cmsupersrc-download-http "http://anduin.linuxfromscratch.org/sources/BLFS/svn/t/tetex-cm-super.tar.bz2" >
    25   <!ENTITY cmsupersrc-download-ftp  "ftp://anduin.linuxfromscratch.org/BLFS/svn/t/tetex-cm-super.tar.bz2">
     24  <!ENTITY cmsupersrc-download-http "&sources-anduin-http;/t/tetex-cm-super.tar.bz2" >
     25  <!ENTITY cmsupersrc-download-ftp  "&sources-anduin-ftp;/t/tetex-cm-super.tar.bz2">
    2626  <!ENTITY cmsupersrc-md5sum        "d7c89fcb35f625b02853a0881a4ec760">
    2727  <!ENTITY cmsupersrc-size          "63.8 MB">
  • xsoft/graphweb/firefox.xml

    r1ee90b5 r60a31248  
    126126    options. If you would prefer to download the file instead of creating it by
    127127    typing or cut-and-pasting, you can find it at <ulink
    128     url="http://anduin.linuxfromscratch.org/files/BLFS/firefox-&firefox-version;-mozconfig"/>
     128    url="&files-anduin;/firefox-&firefox-version;-mozconfig"/>
    129129    (the file must be installed in the root of the source tree
    130130    <filename class='directory'>mozilla</filename> directory, and named
  • xsoft/graphweb/mozilla.xml

    r1ee90b5 r60a31248  
    211211    you would prefer to download the file instead of creating it by typing or
    212212    cut-and-pasting, you can find it at <ulink
    213     url="http://anduin.linuxfromscratch.org/files/BLFS/mozilla-&mozilla-version;-mozconfig"/>
     213    url="&files-anduin;/mozilla-&mozilla-version;-mozconfig"/>
    214214    (the file must be installed in the root of the source tree
    215215    <filename class='directory'>mozilla</filename> directory, and named
  • xsoft/other/thunderbird.xml

    r1ee90b5 r60a31248  
    132132    download the file instead of creating it by typing or cut-and-pasting, you
    133133    can find it at <ulink
    134     url="http://anduin.linuxfromscratch.org/files/BLFS/thunderbird-&thunderbird-version;-mozconfig"/>
     134    url="&files-anduin;/thunderbird-&thunderbird-version;-mozconfig"/>
    135135    (the file must be installed in the root of the source tree
    136136    <filename class='directory'>mozilla</filename> directory, and named
  • xsoft/suites/openoffice.xml

    r1ee90b5 r60a31248  
    103103        <para>Required update for use with
    104104        <application>JDK-&jdk-src-version;</application>:
    105         <ulink url="ftp://anduin.linuxfromscratch.org/BLFS/svn/b/bsh-2.0b4-src.tar.bz2"/>
     105        <ulink url="&sources-anduin-ftp;/b/bsh-2.0b4-src.tar.bz2"/>
    106106        </para>
    107107      </listitem>
Note: See TracChangeset for help on using the changeset viewer.