Author: randy
Date: 2005-05-03 08:43:16 -0600 (Tue, 03 May 2005)
New Revision: 3947

Modified:
   trunk/BOOK/general/genutils/tidy.xml
Log:
Removed unneeded spaces from Tidy instructions

Modified: trunk/BOOK/general/genutils/tidy.xml
===================================================================
--- trunk/BOOK/general/genutils/tidy.xml        2005-05-03 14:10:54 UTC (rev 
3946)
+++ trunk/BOOK/general/genutils/tidy.xml        2005-05-03 14:43:16 UTC (rev 
3947)
@@ -18,27 +18,27 @@
 
 <sect1 id="html-tidy" xreflabel="HTML Tidy-&tidy-version;">
   <?dbhtml filename="tidy.html"?>
-  
+
   <sect1info>
     <othername>$LastChangedBy$</othername>
     <date>$Date$</date>
   </sect1info>
-  
+
   <title>HTML Tidy-&tidy-version;</title>
-  
+
   <indexterm zone="html-tidy">
     <primary sortas="a-HTML-Tidy">HTML Tidy</primary>
   </indexterm>
 
   <sect2 role="package">
     <title>Introduction to HTML Tidy</title>
-    
+
     <para>The <application>HTML Tidy</application> package contains a 
     command line tool and libraries used to read HTML, XHTML and XML 
     files and write cleaned up markup. It detects and corrects many common 
coding 
     errors and strives to produce visually equivalent markup that is both 
     W3C compliant and compatible with most browsers.</para>
-    
+
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -72,9 +72,9 @@
       the version listed above, you can find it at 
       <ulink url="http://tidy.sourceforge.net/src/old/"/>.</para>
     </note>
-    
+
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    
+
     <bridgehead renderas="sect4">Documentation</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -87,7 +87,7 @@
         <para>Download size: &tidy-docs-size;</para>
       </listitem>
     </itemizedlist>
-    
+
     <bridgehead renderas="sect4">Patches</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
@@ -95,21 +95,21 @@
         
url="&patch-root;/tidy-&tidy-version;-prevent_PRE_newlines-1.patch"/></para>
       </listitem>
     </itemizedlist>
-    
+
     <bridgehead renderas="sect3">HTML Tidy Dependencies</bridgehead>
-    
+
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para><ulink url="http://dmalloc.com/";>Dmalloc</ulink></para>
-    
+
   </sect2>
-  
+
   <sect2 role="installation">
     <title>Installation of HTML Tidy</title>
 
     <para>The <application>HTML Tidy</application> documentation 
     is contained in a separate tarball. Unpack both the source and docs 
tarballs
     before starting the build.</para>
-    
+
     <para>Install <application>HTML Tidy</application> by 
     running the following commands:</para>
 
@@ -119,46 +119,46 @@
 make</userinput></screen>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
-    
+
 <screen role="root"><userinput>make install &amp;&amp;
 install -v -m644 htmldoc/man_page.txt \
     /usr/share/man/man1/tidy.1 &amp;&amp;
 install -v -d -m755 /usr/share/doc/tidy &amp;&amp;
 cp -v -R htmldoc /usr/share/doc/tidy</userinput></screen>
-    
+
   </sect2>
-  
+
   <sect2 role="commands">
     <title>Command Explanations</title>
 
     <para><command>sh build/gnuauto/setup.sh</command>: This command prepares 
     the source tree for building using the GNU <quote>Auto</quote> 
tools.</para>
-    
+
   </sect2>
-  
+
   <sect2 role="configuration">
     <title>Configuring HTML Tidy</title>
 
     <sect3>
       <title>Config Files</title>
-      
+
       <para>The absolute path of the file specified in 
       <envar>$HTML_TIDY</envar>.</para>
-    
+
     </sect3>
 
     <sect3>
       <title>Configuration Information</title>
-      
+
       <para>The default configuration options can be set in the file defined 
in 
       <envar>$HTML_TIDY</envar>. Additional configuration options can be 
passed to 
       <command>tidy</command> via command line parameters or the 
       <option>-config &lt;file&gt;</option> parameter.</para>
-    
+
     </sect3>
-    
+
   </sect2>
-  
+
   <sect2 role="content">
     <title>Contents</title>
 
@@ -172,12 +172,12 @@
     <seg>/usr/share/doc/tidy</seg>
     </seglistitem>
     </segmentedlist>
-    
+
     <variablelist>
       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
-      
+
       <varlistentry id="tab2space">
         <term><command>tab2space</command></term>
         <listitem>
@@ -188,7 +188,7 @@
           </indexterm>
         </listitem>
       </varlistentry>
-      
+
       <varlistentry id="tidy">
         <term><command>tidy</command></term>
         <listitem>
@@ -198,7 +198,7 @@
           </indexterm>
         </listitem>
       </varlistentry>
-      
+
       <varlistentry id="libtidy">
         <term><filename class='libraryfile'>libtidy.[so,a]</filename></term>
         <listitem>
@@ -210,10 +210,9 @@
           </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