This looks better, doesn't it? ;-)
--
Index: install.xml
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/install.xml,v
retrieving revision 1.3
diff -u -r1.3 install.xml
--- install.xml 15 Sep 2002 01:03:37 -0000 1.3
+++ install.xml 16 Sep 2002 10:34:13 -0000
@@ -90,33 +90,26 @@
<p>The following requirements exist for building Apache:</p>
- <ul>
- <li>Disk Space<br />
- <br />
- Make sure you have at least 50 MB of temporary free disk
+ <dl>
+ <dt>Disk Space</dt>
+ <dd>Make sure you have at least 50 MB of temporary free disk
space available. After installation Apache occupies
approximately 10 MB of disk space. The actual disk space
requirements will vary considerably based on your chosen
- configuration options and any third-party modules.<br />
- <br />
- </li>
+ configuration options and any third-party modules.</dd>
- <li>ANSI-C Compiler and Build System<br />
- <br />
- Make sure you have an ANSI-C compiler installed. The <a
+ <dt>ANSI-C Compiler and Build System</dt>
+ <dd>Make sure you have an ANSI-C compiler installed. The <a
href="http://www.gnu.org/software/gcc/gcc.html">GNU C
compiler (GCC)</a> from the <a
href="http://www.gnu.org/">Free Software Foundation (FSF)</a>
is recommended (version 2.7.2 is fine). If you don't have GCC
then at least make sure your vendor's compiler is ANSI
compliant. In addition, your <code>PATH</code> must contain
- basic build tools such as <code>make</code>.<br />
- <br />
- </li>
+ basic build tools such as <code>make</code>.</dd>
- <li>Accurate time keeping<br />
- <br />
- Elements of the HTTP protocol are expressed as the time of
+ <dt>Accurate time keeping</dt>
+ <dd>Elements of the HTTP protocol are expressed as the time of
day. So, it's time to investigate setting some time
synchronization facility on your system. Usually the ntpdate
or xntpd programs are used for this purpose which are based
@@ -125,14 +118,11 @@
href="news:comp.protocols.time.ntp">comp.protocols.time.ntp</a>
and the <a href="http://www.eecis.udel.edu/~ntp/">NTP
homepage</a> for more details about NTP software and public
- time servers.<br />
- <br />
- </li>
+ time servers.</dd>
- <li><a href="http://www.perl.org/">Perl 5</a>
- [OPTIONAL]<br />
- <br />
- For some of the support scripts like <a
+ <dt><a href="http://www.perl.org/">Perl 5</a>
+ [OPTIONAL]</dt>
+ <dd>For some of the support scripts like <a
href="programs/apxs.html">apxs</a> or <a
href="programs/dbmmanage.html">dbmmanage</a> (which are
written in Perl) the Perl 5 interpreter is required (versions
@@ -143,10 +133,8 @@
installed (perhaps a Perl 4 from the vendor and a Perl 5 from
your own), then it is recommended to use the --with-perl
option (see below) to make sure the correct one is selected
- by ./configure.<br />
- <br />
- </li>
- </ul>
+ by ./configure.</dd>
+ </dl>
</section>
<section id="download"><title>Download</title>
--
Hiroaki Kawai
Department of Complexity Science and Engineering,
The University of Tokyo
http://www.bcl.t.u-tokyo.ac.jp
mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]