Author: manuel
Date: 2005-05-01 05:14:03 -0600 (Sun, 01 May 2005)
New Revision: 3910

Modified:
   trunk/BOOK/general/genlib/libglade.xml
Log:
Tagged libglade.xml

Modified: trunk/BOOK/general/genlib/libglade.xml
===================================================================
--- trunk/BOOK/general/genlib/libglade.xml      2005-05-01 11:04:49 UTC (rev 
3909)
+++ trunk/BOOK/general/genlib/libglade.xml      2005-05-01 11:14:03 UTC (rev 
3910)
@@ -4,123 +4,137 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-<!ENTITY libglade-download-http 
"http://ftp.gnome.org/pub/GNOME/sources/libglade/2.5/libglade-&libglade-version;.tar.bz2";>
-<!ENTITY libglade-download-ftp 
"ftp://ftp.gnome.org/pub/GNOME/sources/libglade/2.5/libglade-&libglade-version;.tar.bz2";>
-<!ENTITY libglade-md5sum "e4734a59f1f2308d7714dc0ebf8163f1">
-<!ENTITY libglade-size "317 KB">
-<!ENTITY libglade-buildsize "5.1 MB">
-<!ENTITY libglade-time "0.15 SBU">
+  <!ENTITY libglade-download-http 
"http://ftp.gnome.org/pub/GNOME/sources/libglade/2.5/libglade-&libglade-version;.tar.bz2";>
+  <!ENTITY libglade-download-ftp 
"ftp://ftp.gnome.org/pub/GNOME/sources/libglade/2.5/libglade-&libglade-version;.tar.bz2";>
+  <!ENTITY libglade-md5sum "e4734a59f1f2308d7714dc0ebf8163f1">
+  <!ENTITY libglade-size "317 KB">
+  <!ENTITY libglade-buildsize "5.1 MB">
+  <!ENTITY libglade-time "0.15 SBU">
 ]>
 
 <sect1 id="libglade" xreflabel="libglade-&libglade-version;">
-<sect1info>
-<othername>$LastChangedBy$</othername>
-<date>$Date$</date>
-</sect1info>
-<?dbhtml filename="libglade.html"?>
-<title>libglade-&libglade-version;</title>
-<indexterm zone="libglade">
-<primary sortas="a-Libglade">Libglade</primary></indexterm>
+  <?dbhtml filename="libglade.html"?>
+  
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+  
+  <title>Libglade-&libglade-version;</title>
+  
+  <indexterm zone="libglade">
+    <primary sortas="a-Libglade">Libglade</primary>
+  </indexterm>
 
-<sect2>
-<title>Introduction to <application>libglade</application></title>
+  <sect2 role="package">
+    <title>Introduction to Libglade</title>
 
-<para>The <application>libglade</application> package contains 
-<filename class="libraryfile">libglade</filename> libraries. These are useful 
-for loading Glade interface files in a program at runtime.</para>
+    <para>The <application>libglade</application> package contains 
+    <filename class="libraryfile">libglade</filename> libraries. These are 
useful 
+    for loading Glade interface files in a program at runtime.</para>
+    
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&libglade-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&libglade-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &libglade-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &libglade-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &libglade-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &libglade-time;</para>
+      </listitem>
+    </itemizedlist>
+    
+    <bridgehead renderas="sect3">Libglade Dependencies</bridgehead>
+    
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para><xref linkend="libxml2"/> and 
+    <xref linkend="gtk2"/></para>
+    
+    <bridgehead renderas="sect4">Optional</bridgehead>
+    <para><xref linkend="python"/> 
+    and <xref linkend="gtk-doc"/></para>
+    
+  </sect2>
+  
+  <sect2 role="installation">
+    <title>Installation of Libglade</title>
 
-<sect3><title>Package information</title>
-<itemizedlist spacing='compact'>
-<listitem><para>Download (HTTP): <ulink
-url="&libglade-download-http;"/></para></listitem>
-<listitem><para>Download (FTP): <ulink
-url="&libglade-download-ftp;"/></para></listitem>
-<listitem><para>Download MD5 sum: &libglade-md5sum;</para></listitem>
-<listitem><para>Download size: &libglade-size;</para></listitem>
-<listitem><para>Estimated disk space required:
-&libglade-buildsize;</para></listitem>
-<listitem><para>Estimated build time:
-&libglade-time;</para></listitem></itemizedlist>
-</sect3>
+    <para>Install <application>libglade</application> by running the following 
+    commands:</para>
 
-<sect3><title><application>libglade</application> dependencies</title>
-
-<sect4><title>Required</title>
-<para><xref linkend="libxml2"/> and 
-<xref linkend="gtk2"/></para>
-</sect4>
-
-<sect4><title>Optional</title>
-<para><xref linkend="python"/> 
-and <xref linkend="gtk-doc"/></para>
-</sect4>
-</sect3>
-
-</sect2>
-
-<sect2>
-<title>Installation of <application>libglade</application></title>
-
-<para>Install <application>libglade</application> by running the following 
-commands:</para>
-
 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
 make</command></userinput></screen>
+    
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+    
+<screen role="root"><userinput>make install</userinput></screen>
+    
+  </sect2>
+  
+  <sect2 role="commands">
+    <title>Command Explanations</title>
 
-<para>Now, as the root user:</para>
+    <para><option>--enable-gtk-doc</option>: This switch can be added to 
+    rebuild the HTML documentation.</para>
+    
+  </sect2>
+  
+  <sect2 role="content">
+    <title>Contents</title>
 
-<screen><userinput role='root'><command>make 
install</command></userinput></screen>
+    <segmentedlist>
+      <segtitle>Installed Program</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directories</segtitle>
+      
+      <seglistitem>
+        <seg>libglade-convert (requires <command>python</command> and
+        <filename class='libraryfile'>pyexpat.so</filename>)</seg>
+        <seg>libglade-2.0.[so,a]</seg>
+        <seg>/usr/include/libglade-2.0, /usr/share/xml/libglade, and 
+        /usr/share/gtk-doc/html/libglade</seg>
+      </seglistitem>
+    </segmentedlist>
+    
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      
+      <varlistentry id="libglade-convert">
+        <term><command>libglade-convert</command></term>
+        <listitem>
+          <para>is used to convert old Glade interface files to 
+          Glade-2.0 standards.</para>
+          <indexterm zone="libglade libglade-convert">
+            <primary sortas="b-libglade-convert">libglade-convert</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+      
+      <varlistentry id="libglade-lib">
+        <term><filename 
class='libraryfile'>libglade-2.0.[so,a]</filename></term>
+        <listitem>
+          <para>contain the functions necessary to load Glade interface 
+          files.</para>
+          <indexterm zone="libglade libglade-lib">
+            <primary sortas="c-libglade-2.0">libglade-2.0.[so,a]</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+    
+    </variablelist>
 
-</sect2>
+  </sect2>
 
-<sect2>
-<title>Command explanations</title>
-
-<para><option>--enable-gtk-doc</option>: This switch can be added to 
-rebuild the <acronym>HTML</acronym> documentation.</para>
-
-</sect2>
-
-<sect2>
-<title>Contents</title>
-
-<segmentedlist>
-<segtitle>Installed Program</segtitle>
-<segtitle>Installed Library</segtitle>
-<segtitle>Installed Directories</segtitle>
-
-<seglistitem>
-<seg>libglade-convert (requires <command>python</command> and
-<filename class='libraryfile'>pyexpat.so</filename>)</seg>
-<seg>libglade-2.0.[so,a]</seg>
-<seg>/usr/include/libglade-2.0, /usr/share/xml/libglade and 
-/usr/share/gtk-doc/html/libglade</seg>
-</seglistitem>
-</segmentedlist>
-
-<variablelist>
-<bridgehead renderas="sect3">Short Descriptions</bridgehead>
-<?dbfo list-presentation="list"?>
-
-<varlistentry id="libglade-convert">
-<term><command>libglade-convert</command></term>
-<listitem><para>is used to convert old Glade interface files to 
-Glade-2.0 standards.</para>
-<indexterm zone="libglade libglade-convert">
-<primary sortas="b-libglade-convert">libglade-convert</primary>
-</indexterm></listitem>
-</varlistentry>
-
-<varlistentry id="libglade-lib">
-<term><filename class='libraryfile'>libglade-2.0.[so,a]</filename></term>
-<listitem><para>contain the functions necessary to load Glade interface 
-files.</para>
-<indexterm zone="libglade libglade-lib">
-<primary sortas="c-libglade-2.0">libglade-2.0.[so,a]</primary>
-</indexterm></listitem>
-</varlistentry>
-</variablelist>
-
-</sect2>
-
 </sect1>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to