source: general/prog/pyxml.xml@ 15b3bc29

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
Last change on this file since 15b3bc29 was 15b3bc29, checked in by Randy McMurchy <randy@…>, 17 years ago

Modified all the Sourceforge download links to use the new standard Sourceforge has implemented

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

  • Property mode set to 100644
File size: 5.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY pyxml-download-http "http://downloads.sourceforge.net/pyxml/PyXML-&pyxml-version;.tar.gz">
8 <!ENTITY pyxml-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/PyXML-&pyxml-version;.tar.gz">
9 <!ENTITY pyxml-md5sum "1f7655050cebbb664db976405fdba209">
10 <!ENTITY pyxml-size "734 KB">
11 <!ENTITY pyxml-buildsize "14.6 MB">
12 <!ENTITY pyxml-time "less than 0.1 SBU">
13]>
14
15<sect1 id="pyxml" xreflabel="PyXML-&pyxml-version;">
16 <?dbhtml filename="pyxml.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>PyXML-&pyxml-version;</title>
24
25 <indexterm zone="pyxml">
26 <primary sortas="a-PyXML">PyXML</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to PyXML</title>
31
32 <para>The <application>PyXML</application> package contains a validating
33 XML parser, an implementation of the SAX and DOM programming interfaces,
34 an interface to the Expat parser, and a C helper module that can speed up
35 <filename>xmllib.py</filename> by a factor of five. This is useful for
36 validating, parsing and manipulating XML files using Python
37 programs.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&pyxml-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&pyxml-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &pyxml-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &pyxml-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &pyxml-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &pyxml-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">PyXML Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="python"/></para>
65
66 <para condition="html" role="usernotes">User Notes:
67 <ulink url="&blfs-wiki;/pyxml"/></para>
68
69 </sect2>
70
71 <sect2 role="installation">
72 <title>Installation of PyXML</title>
73
74 <para>Install <application>PyXML</application> by running the following
75 commands:</para>
76
77<screen><userinput>python setup.py build</userinput></screen>
78
79 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
80
81<screen role="root"><userinput>python setup.py install &amp;&amp;
82install -v -m644 doc/man/xmlproc_*.1 /usr/share/man/man1 &amp;&amp;
83install -v -m755 -d /usr/share/doc/PyXML-&pyxml-version; &amp;&amp;
84cp -v -R doc demo test /usr/share/doc/PyXML-&pyxml-version; &amp;&amp;
85install -v -m644 README* /usr/share/doc/PyXML-&pyxml-version;</userinput></screen>
86
87 <para>To run the regression tests, the package must first be installed.
88 Then, as an unprivileged user, issue the following commands:</para>
89
90<screen><userinput>cd test &amp;&amp;
91python regrtest.py &amp;&amp;
92cd ..</userinput></screen>
93
94 </sect2>
95
96 <sect2 role="commands">
97 <title>Command Explanations</title>
98
99 <para><command>python setup.py build</command>: This command copies the
100 <filename>*.py</filename> files to a staging area and compiles the C
101 extensions.</para>
102
103 <para><command>python setup.py install</command>: This command installs
104 the package.</para>
105
106 </sect2>
107
108 <sect2 role="content">
109 <title>Contents</title>
110
111 <segmentedlist>
112 <segtitle>Installed Programs</segtitle>
113 <segtitle>Installed Libraries</segtitle>
114 <segtitle>Installed Directories</segtitle>
115
116 <seglistitem>
117 <seg>xmlproc_parse and xmlproc_val</seg>
118 <seg>PyXML Python library modules</seg>
119 <seg>/usr/lib/python2.4/site-packages/_xmlplus and
120 /usr/share/doc/PyXML-&pyxml-version;</seg>
121 </seglistitem>
122 </segmentedlist>
123
124 <variablelist>
125 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
126 <?dbfo list-presentation="list"?>
127 <?dbhtml list-presentation="table"?>
128
129 <varlistentry id="xmlproc_parse">
130 <term><command>xmlproc_parse</command></term>
131 <listitem>
132 <para>is a simple XML file parser using the xmlproc parser.</para>
133 <indexterm zone="pyxml xmlproc_parse">
134 <primary sortas="b-xmlproc_parse">xmlproc_parse</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 <varlistentry id="xmlproc_val">
140 <term><command>xmlproc_val</command></term>
141 <listitem>
142 <para>is a validating XML file parser using the xmlproc parser.</para>
143 <indexterm zone="pyxml xmlproc_val">
144 <primary sortas="b-xmlproc_val">xmlproc_val</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.