Author: manuel
Date: 2005-05-02 12:23:51 -0600 (Mon, 02 May 2005)
New Revision: 3939

Modified:
   trunk/BOOK/general/genutils/rep-gtk.xml
Log:
Tagged rep-gtk.xml

Modified: trunk/BOOK/general/genutils/rep-gtk.xml
===================================================================
--- trunk/BOOK/general/genutils/rep-gtk.xml     2005-05-02 18:13:02 UTC (rev 
3938)
+++ trunk/BOOK/general/genutils/rep-gtk.xml     2005-05-02 18:23:51 UTC (rev 
3939)
@@ -13,84 +13,117 @@
 ]>
 
 <sect1 id="rep-gtk" xreflabel="rep-gtk-&rep-gtk-version;">
-<sect1info>
-<othername>$LastChangedBy$</othername>
-<date>$Date$</date>
-</sect1info>
-<?dbhtml filename="rep-gtk.html"?>
-<title>rep-gtk-&rep-gtk-version;</title>
+  <?dbhtml filename="rep-gtk.html"?>
+  
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+  
+  <title>Rep-gtk-&rep-gtk-version;</title>
+  
+  <indexterm zone="rep-gtk">
+    <primary sortas="a-Rep-gtk">Rep-gtk</primary>
+  </indexterm>
 
-<sect2>
-<title>Introduction to <application>rep-gtk</application></title>
+  <sect2 role="package">
+    <title>Introduction to Rep-gtk</title>
+    
+    <para>The <application>rep-gtk</application> package contains a 
+    <application>Lisp</application> and <application>GTK</application> 
binding. 
+    This is useful for extending <application>GTK-2</application> and 
+    <application>GDK</application> libraries with 
<application>Lisp</application>. 
+    Starting at <application>rep-gtk</application>-0.15, the package contains 
the 
+    bindings to <application>GTK</application> and uses the same instructions. 
+    Both can be installed, if needed. </para>
+    
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&rep-gtk-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&rep-gtk-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &rep-gtk-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &rep-gtk-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &rep-gtk-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &rep-gtk-time;</para>
+      </listitem>
+    </itemizedlist>
+    
+    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+    <itemizedlist spacing='compact'>
+      <listitem>
+        <para>Required Patch: <ulink
+        url="&patch-root;/rep-gtk-&rep-gtk-version;-gtk2.4-1.patch"/></para>
+      </listitem>
+    </itemizedlist>
+    
+    <bridgehead renderas="sect3">Rep-gtk Dependencies</bridgehead>
+    
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para><xref linkend="gtk2"/>, 
+    <xref linkend="libglade"/> and 
+    <xref linkend="librep"/></para>
+    
+  </sect2>
+  
+  <sect2 role="installation">
+    <title>Installation of Rep-gtk</title>
 
-<para>The <application>rep-gtk</application> package contains a 
-<application>Lisp</application> and <application>GTK</application> binding. 
-This is useful for extending <application>GTK-2</application> and 
-<application>GDK</application> libraries with <application>Lisp</application>. 
-Starting at <application>rep-gtk</application>-0.15, the package contains the 
-bindings to <application>GTK</application> and uses the same instructions. 
-Both can be installed, if needed. </para>
+    <para>Install <application>rep-gtk</application> by running the following
+    commands:</para>
 
-<sect3><title>Package information</title>
-<itemizedlist spacing='compact'>
-<listitem><para>Download (HTTP): <ulink
-url="&rep-gtk-download-http;"/></para></listitem>
-<listitem><para>Download (FTP): <ulink
-url="&rep-gtk-download-ftp;"/></para></listitem>
-<listitem><para>Download MD5 sum: &rep-gtk-md5sum;</para></listitem>
-<listitem><para>Download size: &rep-gtk-size;</para></listitem>
-<listitem><para>Estimated disk space required:
-&rep-gtk-buildsize;</para></listitem>
-<listitem><para>Estimated build time:
-&rep-gtk-time;</para></listitem></itemizedlist>
-</sect3>
-
-<sect3><title>Additional downloads</title>
-<itemizedlist spacing='compact'>
-<listitem><para>Required Patch: <ulink
-url="&patch-root;/rep-gtk-&rep-gtk-version;-gtk2.4-1.patch"/></para></listitem>
-</itemizedlist></sect3>
-
-<sect3><title><application>rep-gtk</application> dependencies</title>
-<sect4><title>Required</title>
-<para><xref linkend="gtk2"/>, 
-<xref linkend="libglade"/> and 
-<xref linkend="librep"/></para>
-</sect4>
-</sect3>
-
-</sect2>
-
-<sect2>
-<title>Installation of <application>rep-gtk</application></title>
-
-<para>Install <application>rep-gtk</application> by running the following
-commands:</para>
-
-<screen><userinput><command>patch -Np1 -i 
../rep-gtk-&rep-gtk-version;-gtk2.4-1.patch &amp;&amp;
+<screen><userinput>patch -Np1 -i ../rep-gtk-&rep-gtk-version;-gtk2.4-1.patch 
&amp;&amp;
 ./configure --prefix=/usr &amp;&amp;
 make &amp;&amp;
-make install</command></userinput></screen>
-
-</sect2>
-
-<sect2>
-<title>Contents</title>
-
-<para>The <application>rep-gtk</application> package contains Lisp 
-bindings.</para>
-
-</sect2>
-
-<sect2><title>Description</title>
-
-<sect3><title>Lisp bindings</title>
-<para>Lisp bindings are libraries stored in 
-<filename>/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> that assist 
-communications between Lisp and the <application>GTK</application> 
-libraries.</para></sect3>
-
-</sect2>
-
+make install</userinput></screen>
+    
+  </sect2>
+  
+  <sect2 role="content">
+    <title>Contents</title>
+    
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Directory</segtitle>
+      
+      <seglistitem>
+        <seg>None</seg>
+        <seg>Lisp bindings</seg>
+        <seg>/usr/lib/rep/i686-pc-linux-gnu/gui/</seg>
+      </seglistitem>
+    </segmentedlist>
+    
+    <variablelist>
+      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+      <?dbfo list-presentation="list"?>
+      <?dbhtml list-presentation="table"?>
+      
+      <varlistentry id="lisp-bindings">
+        <term><filename class='libraryfile'>Lisp bindings</filename></term>
+        <listitem>
+          <para>are libraries stored in <filename 
+          class="directory">/usr/lib/rep/i686-pc-linux-gnu/gui/</filename> 
that assist 
+          communications between Lisp and the <application>GTK</application> 
+          libraries.</para>
+          <indexterm zone="rep-gtk lisp-bindings">
+            <primary sortas="c-Lisp-bindings">Lisp bindings</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