Changeset c5ee8b3


Ignore:
Timestamp:
07/30/2003 11:17:14 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1598426
Parents:
a5a77f1e
Message:

updated to python-2.3, grammer errors pointed out by Bill

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python/python.ent

    ra5a77f1e rc5ee8b3  
    55<!ENTITY Python-desc SYSTEM "python-desc.xml">
    66<!ENTITY Python-config SYSTEM "python-config.xml">
    7 <!ENTITY Python-buildsize "54.6 MB">
    8 <!ENTITY Python-version "2.2.3">
    9 <!ENTITY Python-download-http "http://www.python.org/ftp/python/2.2.3/Python-2.2.3.tgz">
    10 <!ENTITY Python-download-ftp "ftp://ftp.python.org/pub/python/2.2.3/Python-2.2.3.tgz">
     7<!ENTITY Python-buildsize "65.8 MB">
     8<!ENTITY Python-version "2.3">
     9<!ENTITY Python-download-http "http://www.python.org/ftp/python/2.3/Python-2.3.tgz">
     10<!ENTITY Python-download-ftp "ftp://ftp.python.org/pub/python/2.3/Python-2.3.tgz">
    1111<!ENTITY Python-size "6.6 MB">
    1212<!ENTITY Python-time "2.45 SBU">
  • gnome/gnome-intro.xml

    ra5a77f1e rc5ee8b3  
    2424pre-installation page.</para>
    2525
    26 <para>If you choose the second option, removal of Gnome-2.2 is as easy as removing the edits from the pre-installation page and issue the following command:
     26<para>If you choose the second option, removal of Gnome-2.2 is as easy
     27as removing the edits from the pre-installation page and issueing the following command:
    2728<screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen></para>
    2829
     
    3940
    4041<para>If you are building a Gnome 1.4 desktop environment, you would
    41 install only those libraries in the Gnome 1.4 chapter <emphasis>and</emphasis> any dependencies listed on those pages whether labeled or not. Gnome packages without pages are simply installed with:
     42install only those libraries in the Gnome 1.4 chapter
     43<emphasis>and</emphasis> any dependencies listed on those pages, whether labeled or not. Gnome packages without pages are simply installed with:
    4244<screen><command>./configure --prefix=/opt/gnome &amp;&amp;
    4345make &amp;&amp;
  • gnome/lib/intltool/intltool-intro.xml

    ra5a77f1e rc5ee8b3  
    44<para>The intltool package contains an internationalization tool. This
    55is useful for extracting translatable strings from source files,
    6 collects the extracted strings with messages from traditional source
     6collecting the extracted strings with messages from traditional source
    77files (<filename class="directory">&lt;source
    88directory&gt;/&lt;package&gt;/po</filename>)
  • gnome/lib/linc/linc-intro.xml

    ra5a77f1e rc5ee8b3  
    44<para>The <application>linc</application> package contains a library that eases the task of writing
    55networked servers and clients. This is used by
    6 <application>ORBit</application> to hand message
     6<application>ORBit</application> to handle message
    77transmissions and receptions.</para>
    88
  • index.xml

    ra5a77f1e rc5ee8b3  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030724">
    6 <!ENTITY releasedate "July 24th, 2003">
     5<!ENTITY version "20030730">
     6<!ENTITY releasedate "July 30th, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    ra5a77f1e rc5ee8b3  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>July 30th, 2003 [larry]: updated to
     14Python-2.3.</para></listitem>
    1215
    1316<listitem><para>July 24th, 2003 [tushar]: updated to
Note: See TracChangeset for help on using the changeset viewer.