]> granicus.if.org Git - apache/commitdiff
- Add <seealso>s to the starting & stopping documents
authorAndré Malo <nd@apache.org>
Fri, 25 Oct 2002 23:42:07 +0000 (23:42 +0000)
committerAndré Malo <nd@apache.org>
Fri, 25 Oct 2002 23:42:07 +0000 (23:42 +0000)
- several markup improvements

Submitted by: Tim Gerundt <tim@gerundt.de>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97310 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/install.html.en
docs/manual/install.xml

index 40dfd1835ff9e406cc71233074a37c9cc26911c2..f488d8244402e39abe8925b26f8262ac0a30e34f 100644 (file)
@@ -19,7 +19,7 @@
     projects.</p>
 
 </div><div id="quickview"><ul id="toc"><li><img alt="" src="./images/down.gif" /> <a href="#overview">Overview for the
-    impatient</a></li><li><img alt="" src="./images/down.gif" /> <a href="#requirements">Requirements</a></li><li><img alt="" src="./images/down.gif" /> <a href="#download">Download</a></li><li><img alt="" src="./images/down.gif" /> <a href="#extract">Extract</a></li><li><img alt="" src="./images/down.gif" /> <a href="#configure">Configuring the source tree</a></li><li><img alt="" src="./images/down.gif" /> <a href="#compile">Build</a></li><li><img alt="" src="./images/down.gif" /> <a href="#install">Install</a></li><li><img alt="" src="./images/down.gif" /> <a href="#customize">Customize</a></li><li><img alt="" src="./images/down.gif" /> <a href="#test">Test</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="overview" id="overview">Overview for the
+    impatient</a></li><li><img alt="" src="./images/down.gif" /> <a href="#requirements">Requirements</a></li><li><img alt="" src="./images/down.gif" /> <a href="#download">Download</a></li><li><img alt="" src="./images/down.gif" /> <a href="#extract">Extract</a></li><li><img alt="" src="./images/down.gif" /> <a href="#configure">Configuring the source tree</a></li><li><img alt="" src="./images/down.gif" /> <a href="#compile">Build</a></li><li><img alt="" src="./images/down.gif" /> <a href="#install">Install</a></li><li><img alt="" src="./images/down.gif" /> <a href="#customize">Customize</a></li><li><img alt="" src="./images/down.gif" /> <a href="#test">Test</a></li></ul><h3>See also</h3><ul class="seealso"><li><a href="invoking.html">Starting</a></li><li><a href="stopping.html">Stopping or Restarting</a></li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="overview" id="overview">Overview for the
     impatient</a></h2>
 
     <table>
 
       <dt><code>LIBS=...</code></dt>
 
-      <dd>Library location information ("-L" and "-l" options) to
-      pass to the linker.</dd>
+      <dd>Library location information ("<code>-L</code>" and
+      "<code>-l</code>" options) to pass to the linker.</dd>
 
       <dt><code>INCLUDES=...</code></dt>
 
-      <dd>Header file search directories ("-I<em>dir</em>").</dd>
+      <dd>Header file search directories ("<code>-I<em>dir</em></code>").</dd>
 
-      <dt><code>TARGET=...</code> [Default: apache]</dt>
+      <dt><code>TARGET=...</code> [Default: <code>apache</code>]</dt>
 
       <dd>Name of the executable which will be built.</dd>
 
 
       <dt><code>--quiet</code></dt>
 
-      <dd>Prevents the printing of the usual "checking..."
+      <dd>Prevents the printing of the usual "<code>checking...</code>"
       messages.</dd>
 
       <dt><code>--verbose</code></dt>
 
     <dl>
       <dt><code>--prefix=<em>PREFIX</em></code> [Default:
-      /usr/local/apache2]</dt>
+      <code>/usr/local/apache2</code>]</dt>
 
       <dd>Specifies the directory under which the Apache files will
       be installed.</dd>
 
     <dl>
       <dt><code>--exec-prefix=<em>EPREFIX</em></code> [Default:
-      <em>PREFIX</em>]</dt>
+      <code><em>PREFIX</em></code>]</dt>
 
       <dd>Specifies the directory under which
       architecture-dependent files will be placed.</dd>
     <code>--enable-modules</code> and
     <code>--enable-mods-shared</code> options is usually a
     space-separated list of module identifiers. For example, to
-    enable mod_dav and mod_info, you can either use</p>
+    enable <code class="module"><a href="./mod/mod_dav.html">mod_dav</a></code> and <code class="module"><a href="./mod/mod_info.html">mod_info</a></code>,
+    you can either use</p>
 
 <div class="example"><p><code>./configure --enable-dav --enable-info</code></p></div>
 
     in one step. You can then remove any modules that you do not
     want with the <code>--disable-<em>MODULE</em></code> option.
     For example, to include all modules as DSOs with the exception
-    of mod_info, you can use</p>
+    of <code class="module"><a href="./mod/mod_info.html">mod_info</a></code>, you can use</p>
 
 <div class="example"><p><code>
       ./configure --enable-mods-shared=all
@@ -526,13 +527,12 @@ seperated by a colon.</dd>
 
     <p>Next, you can customize your Apache HTTP server by editing
     the <a href="configuring.html">configuration files</a> under
-    <em>PREFIX</em>/conf/.</p>
+    <code><em>PREFIX</em>/conf/</code>.</p>
 
 <div class="example"><p><code>$ vi <em>PREFIX</em>/conf/httpd.conf</code></p></div>
 
-    <p>Have a look at the Apache manual under <a href="./">docs/manual/</a> or consult <a href="http://httpd.apache.org/docs-2.0/">http://httpd.apache.org/docs-2.0/</a>
-    for the most recent version of this manual and a complete reference of
-       available <a href="mod/directives.html">configuration directives</a>.</p>
+    <p>Have a look at the Apache manual under <a href="./">docs/manual/</a> or consult <a href="http://httpd.apache.org/docs-2.0/">http://httpd.apache.org/docs-2.0/</a> for the most recent version of
+    this manual and a complete reference of available <a href="mod/directives.html">configuration directives</a>.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div><div class="section"><h2><a name="test" id="test">Test</a></h2>
 
     <p>Now you can <a href="invoking.html">start</a> your Apache
index 1f658d9a0902a9805bce8d7cdf0dce12d268d1fb..593de4e15b32c5a414c234081140b4623d25343c 100644 (file)
@@ -24,6 +24,9 @@
 
 </summary>
 
+<seealso><a href="invoking.html">Starting</a></seealso>
+<seealso><a href="stopping.html">Stopping or Restarting</a></seealso>
+
 <section id="overview"><title>Overview for the
     impatient</title>
 
 
       <dt><code>LIBS=...</code></dt>
 
-      <dd>Library location information ("-L" and "-l" options) to
-      pass to the linker.</dd>
+      <dd>Library location information ("<code>-L</code>" and
+      "<code>-l</code>" options) to pass to the linker.</dd>
 
       <dt><code>INCLUDES=...</code></dt>
 
-      <dd>Header file search directories ("-I<em>dir</em>").</dd>
+      <dd>Header file search directories ("<code>-I<em>dir</em></code>").</dd>
 
-      <dt><code>TARGET=...</code> [Default: apache]</dt>
+      <dt><code>TARGET=...</code> [Default: <code>apache</code>]</dt>
 
       <dd>Name of the executable which will be built.</dd>
 
 
       <dt><code>--quiet</code></dt>
 
-      <dd>Prevents the printing of the usual "checking..."
+      <dd>Prevents the printing of the usual "<code>checking...</code>"
       messages.</dd>
 
       <dt><code>--verbose</code></dt>
 
     <dl>
       <dt><code>--prefix=<em>PREFIX</em></code> [Default:
-      /usr/local/apache2]</dt>
+      <code>/usr/local/apache2</code>]</dt>
 
       <dd>Specifies the directory under which the Apache files will
       be installed.</dd>
 
     <dl>
       <dt><code>--exec-prefix=<em>EPREFIX</em></code> [Default:
-      <em>PREFIX</em>]</dt>
+      <code><em>PREFIX</em></code>]</dt>
 
       <dd>Specifies the directory under which
       architecture-dependent files will be placed.</dd>
     <code>--enable-modules</code> and
     <code>--enable-mods-shared</code> options is usually a
     space-separated list of module identifiers. For example, to
-    enable mod_dav and mod_info, you can either use</p>
+    enable <module>mod_dav</module> and <module>mod_info</module>,
+    you can either use</p>
 
 <example>./configure --enable-dav --enable-info</example>
 
     in one step. You can then remove any modules that you do not
     want with the <code>--disable-<em>MODULE</em></code> option.
     For example, to include all modules as DSOs with the exception
-    of mod_info, you can use</p>
+    of <module>mod_info</module>, you can use</p>
 
 <example>
       ./configure --enable-mods-shared=all
@@ -558,15 +562,16 @@ seperated by a colon.</dd>
 
     <p>Next, you can customize your Apache HTTP server by editing
     the <a href="configuring.html">configuration files</a> under
-    <em>PREFIX</em>/conf/.</p>
+    <code><em>PREFIX</em>/conf/</code>.</p>
 
 <example>$ vi <em>PREFIX</em>/conf/httpd.conf</example>
 
     <p>Have a look at the Apache manual under <a
     href="./">docs/manual/</a> or consult <a
-    href="http://httpd.apache.org/docs-2.0/">http://httpd.apache.org/docs-2.0/</a>
-    for the most recent version of this manual and a complete reference of
-       available <a href="mod/directives.html">configuration directives</a>.</p>
+    href="http://httpd.apache.org/docs-2.0/"
+    >http://httpd.apache.org/docs-2.0/</a> for the most recent version of
+    this manual and a complete reference of available <a
+    href="mod/directives.html">configuration directives</a>.</p>
 </section>
 
 <section id="test"><title>Test</title>