Author: manuel
Date: 2005-05-01 10:06:26 -0600 (Sun, 01 May 2005)
New Revision: 3923

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

Modified: trunk/BOOK/general/genlib/slang.xml
===================================================================
--- trunk/BOOK/general/genlib/slang.xml 2005-05-01 15:42:49 UTC (rev 3922)
+++ trunk/BOOK/general/genlib/slang.xml 2005-05-01 16:06:26 UTC (rev 3923)
@@ -4,98 +4,110 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-<!ENTITY slang-download-http 
"http://gd.tuwien.ac.at/editors/davis/slang/v1.4/slang-&slang-version;.tar.bz2";>
-<!ENTITY slang-download-ftp 
"ftp://space.mit.edu/pub/davis/slang/v1.4/slang-&slang-version;.tar.bz2";>
-<!ENTITY slang-md5sum "4fbb1a7f1257e065ca830deefe13d350">
-<!ENTITY slang-size "624 KB">
-<!ENTITY slang-buildsize "10.7 MB">
-<!ENTITY slang-time "0.24 SBU">
+  <!ENTITY slang-download-http 
"http://gd.tuwien.ac.at/editors/davis/slang/v1.4/slang-&slang-version;.tar.bz2";>
+  <!ENTITY slang-download-ftp 
"ftp://space.mit.edu/pub/davis/slang/v1.4/slang-&slang-version;.tar.bz2";>
+  <!ENTITY slang-md5sum "4fbb1a7f1257e065ca830deefe13d350">
+  <!ENTITY slang-size "624 KB">
+  <!ENTITY slang-buildsize "10.7 MB">
+  <!ENTITY slang-time "0.24 SBU">
 ]>
 
 <sect1 id="slang" xreflabel="slang-&slang-version;">
-<sect1info>
-<othername>$LastChangedBy$</othername>
-<date>$Date$</date>
-</sect1info>
-<?dbhtml filename="slang.html"?>
-<title>slang-&slang-version;</title>
-<indexterm zone="slang">
-<primary sortas="a-Slang">Slang</primary></indexterm>
+  <?dbhtml filename="slang.html"?>
+  
+  <sect1info>
+    <othername>$LastChangedBy$</othername>
+    <date>$Date$</date>
+  </sect1info>
+  
+  <title>Slang-&slang-version;</title>
+  
+  <indexterm zone="slang">
+    <primary sortas="a-Slang">Slang</primary>
+  </indexterm>
 
-<sect2>
-<title>Introduction to <application>slang</application></title>
+  <sect2 role="package">
+    <title>Introduction to Slang</title>
+    
+    <para>The <application>slang</application> package contains the 
+    <application>slang</application> library, which provides facilities 
+    such as display/screen management, keyboard input, and keymaps.</para>
+    
+    <bridgehead renderas="sect3">Package Information</bridgehead>
+    <itemizedlist spacing="compact">
+      <listitem>
+        <para>Download (HTTP): <ulink url="&slang-download-http;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download (FTP): <ulink url="&slang-download-ftp;"/></para>
+      </listitem>
+      <listitem>
+        <para>Download MD5 sum: &slang-md5sum;</para>
+      </listitem>
+      <listitem>
+        <para>Download size: &slang-size;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated disk space required: &slang-buildsize;</para>
+      </listitem>
+      <listitem>
+        <para>Estimated build time: &slang-time;</para>
+      </listitem>
+    </itemizedlist>
+    
+  </sect2>
+  
+  <sect2 role="installation">
+    <title>Installation of Slang</title>
 
-<para>The <application>slang</application> package contains the 
-<application>slang</application> library, which provides facilities 
-such as display/screen management, keyboard input, and keymaps.</para>
+    <para>Install <application>slang</application> by running the following 
+    commands:</para>
 
-<sect3><title>Package information</title>
-<itemizedlist spacing='compact'>
-<listitem><para>Download (HTTP): 
-<ulink url="&slang-download-http;"/></para></listitem>
-<listitem><para>Download (FTP): 
-<ulink url="&slang-download-ftp;"/></para></listitem>
-<listitem><para>Download MD5 sum: &slang-md5sum;</para></listitem>
-<listitem><para>Download size: &slang-size;</para></listitem>
-<listitem><para>Estimated disk space required: 
-&slang-buildsize;</para></listitem>
-<listitem><para>Estimated build time: 
-&slang-time;</para></listitem></itemizedlist>
-</sect3>
+<screen><userinput>./configure --prefix=/usr &amp;&amp;
+make</userinput></screen>
+    
+    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+    
+<screen role="root"><userinput>make install</userinput></screen>
 
-</sect2>
+    <para>Now, as the unprivileged user:</para>
 
-<sect2>
-<title>Installation of <application>slang</application></title>
+<screen><userinput>make elf</userinput></screen>
 
-<para>Install <application>slang</application> by running the following 
-commands:</para>
+    <para>And finally, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
-make</command></userinput></screen>
+<screen role='root'><userinput>make install-elf &amp;&amp;
+chmod 755 /usr/lib/libslang.so.&slang-version;</userinput></screen>
+  </sect2>
+  
+  <sect2 role="configuration">
+    <title>Configuring Slang</title>
 
-<para>Now, as the root user:</para>
+    <sect3>
+      <title>Configuration Information</title>
+      
+      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="../../lib-config.xml"/>
+    
+    </sect3>
+    
+  </sect2>
+  
+  <sect2 role="content">
+    <title>Contents</title>
 
-<screen><userinput role='root'><command>make 
install</command></userinput></screen>
+    <segmentedlist>
+      <segtitle>Installed Programs</segtitle>
+      <segtitle>Installed Library</segtitle>
+      <segtitle>Installed Directory</segtitle>
+      
+      <seglistitem>
+        <seg>None</seg>
+        <seg>libslang.[so,a]</seg>
+        <seg>/usr/share/doc/slang</seg>
+      </seglistitem>
+    </segmentedlist>
 
-<para>Now, as the unprivileged user:</para>
+  </sect2>
 
-<screen><userinput><command>make elf</command></userinput></screen>
-
-<para>And finally, as the root user:</para>
-
-<screen><userinput role='root'><command>make install-elf &amp;&amp;
-chmod 755 /usr/lib/libslang.so.&slang-version;</command></userinput></screen>
-
-</sect2>
-
-<sect2>
-<title>Configuring <application>slang</application></title>
-
-<sect3><title>Configuration Information</title>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="../../lib-config.xml"/>
-
-</sect3>
-
-</sect2>
-
-<sect2>
-<title>Contents</title>
-
-<segmentedlist>
-<segtitle>Installed Programs</segtitle>
-<segtitle>Installed Library</segtitle>
-<segtitle>Installed Directory</segtitle>
-
-<seglistitem>
-<seg>None</seg>
-<seg>libslang.[so,a]</seg>
-<seg>/usr/share/doc/slang</seg>
-</seglistitem>
-</segmentedlist>
-
-</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