Changeset 2744e401 for general/genlib


Ignore:
Timestamp:
06/23/2004 09:21:42 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5af8bf73
Parents:
4033f7d3
Message:

renamed Tripwire patch and added filename to libxml2 FTP download location

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    r4033f7d3 r2744e401  
    66
    77<!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/">
    8 <!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/">
     8<!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2-&libxml2-version;.tar.gz">
    99<!ENTITY libxml2-size "3.5 MB">
    1010<!ENTITY libxml2-buildsize "73 MB">
     
    1919<sect2>
    2020<title>Introduction to <application>libxml2</application></title>
    21                                                                                
     21
    2222<para>The <application>libxml2</application> package contains
    2323<acronym>XML</acronym> libraries. These are useful for parsing
    2424<acronym>XML</acronym> files.</para>
    25                                                                                
     25
    2626<sect3><title>Package information</title>
    2727<itemizedlist spacing='compact'>
     
    3636&libxml2-time;</para></listitem></itemizedlist>
    3737</sect3>
    38                                                                                
     38
    3939<sect3><title><application>libxml2</application> dependencies</title>
    4040<sect4><title>Optional</title>
    4141<para><xref linkend="Python"/> and <xref linkend="readline"/></para></sect4>
    4242</sect3>
    43                                                                                
     43
    4444</sect2>
    4545
    4646<sect2>
    4747<title>Installation of <application>libxml2</application></title>
    48                                                                                
    49 <para>Install <application>libxml2</application> by running the following commands:</para>
    50                                                                                
     48
     49<para>Install <application>libxml2</application> by running the following
     50commands:</para>
     51
    5152<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    5253make &amp;&amp;
    5354make install</command></userinput></screen>
    54                                                                                
     55
    5556</sect2>
    5657
    5758<sect2>
    5859<title>Command explanations</title>
    59                                                                                
    60 <para><option>--with-history</option>: Enables readline support.</para>
    61                                                                                
     60
     61<para><option>--with-history</option>: Enables
     62<application>readline</application> support.</para>
     63
    6264</sect2>
    6365
    6466<sect2>
    6567<title>Contents</title>
    66                                                                              
     68
    6769<para>The <application>libxml2</application> package contains <filename
    6870class='libraryfile'>libxml2</filename> libraries, <command>xmllint</command>,
    6971<command>xmlcatalog</command> and <command>xml2-config</command>.</para>
    70                                                                              
     72
    7173</sect2>
    72                                                                              
     74
    7375<sect2><title>Description</title>
    74                                                                              
     76
    7577<sect3><title>libxml2 libraries</title>
    7678<para><filename class='libraryfile'>libxml2</filename> libraries provide
    7779the functions for programs to parse files that use the <acronym>XML</acronym>
    7880format.</para></sect3>
    79                                                                              
     81
    8082<sect3><title>xmllint</title>
    81 <para><command>xmllint</command> parses XML files and outputs reports (based
    82 upon options) to detect errors in <acronym>XML</acronym> coding.</para></sect3>
    83                                                                              
     83<para><command>xmllint</command> parses <acronym>XML</acronym> files and
     84outputs reports (based upon options) to detect errors in
     85<acronym>XML</acronym> coding.</para></sect3>
     86
    8487<sect3><title>xmlcatalog</title>
    8588<para><command>xmlcatalog</command> allows users to monitor and manipulate
    8689<acronym>XML</acronym> and <acronym>SGML</acronym> catalogs.</para></sect3>
    87                                                                              
     90
    8891</sect2>
    8992
Note: See TracChangeset for help on using the changeset viewer.