You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by so...@apache.org on 2006/02/05 00:22:38 UTC

svn commit: r374948 - in /httpd/site/trunk: docs/mod_smtpd/index.html docs/mod_smtpd/install.html xdocs/mod_smtpd/index.xml xdocs/mod_smtpd/install.xml

Author: soc-rian
Date: Sat Feb  4 15:22:29 2006
New Revision: 374948

URL: http://svn.apache.org/viewcvs?rev=374948&view=rev
Log:
removed pre tags from mod_smtpd pages.

Modified:
    httpd/site/trunk/docs/mod_smtpd/index.html
    httpd/site/trunk/docs/mod_smtpd/install.html
    httpd/site/trunk/xdocs/mod_smtpd/index.xml
    httpd/site/trunk/xdocs/mod_smtpd/install.xml

Modified: httpd/site/trunk/docs/mod_smtpd/index.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/mod_smtpd/index.html?rev=374948&r1=374947&r2=374948&view=diff
==============================================================================
--- httpd/site/trunk/docs/mod_smtpd/index.html (original)
+++ httpd/site/trunk/docs/mod_smtpd/index.html Sat Feb  4 15:22:29 2006
@@ -102,9 +102,9 @@
     <a href="http://subversion.tigris.org/">Subversion</a>
     repositories. For public access you can use :
   </p>
-<pre><code>
+<code>
     % svn checkout http://svn.apache.org/repos/asf/httpd/mod_smtpd/trunk/ mod_smtpd
-  </code></pre>
+  </code>
   </blockquote>
  </td></tr>
 </table>

Modified: httpd/site/trunk/docs/mod_smtpd/install.html
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/docs/mod_smtpd/install.html?rev=374948&r1=374947&r2=374948&view=diff
==============================================================================
--- httpd/site/trunk/docs/mod_smtpd/install.html (original)
+++ httpd/site/trunk/docs/mod_smtpd/install.html Sat Feb  4 15:22:29 2006
@@ -92,18 +92,18 @@
 <p>
     You can download a source tarball or checkout sources via Subversion :
   </p>
-<pre><code>
+<code>
     svn checkout https://svn.apache.org/repos/asf/httpd/mod_smtpd/trunk mod_smtpd
-  </code></pre>
+  </code>
 <p>
     Then, build <tt>mod_smtpd</tt> :
   </p>
-<pre><code>
-    ./autogen.sh
-    ./configure
-    make clean all
+<code>
+    ./autogen.sh<br />
+    ./configure<br />
+    make clean all<br />
     su -c 'make install'
-  </code></pre>
+  </code>
 <p>
     Refer to the configure help (<tt>./configure --help</tt>) if you
     need a to specify an installation prefix (<tt>--prefix=...</tt>)
@@ -125,9 +125,9 @@
     module at runtime. Edit your Apache configuration file, and add
     the following to the rest of the <tt>LoadModule</tt> lines :
   </p>
-<pre><code>
+<code>
     LoadModule smtpd_module /usr/lib/apache2/modules/mod_smtpd.so
-  </code></pre>
+  </code>
 <p>
     Or replace that directory with your default Apache 2.2 install directory.
   </p>
@@ -146,20 +146,20 @@
     You now need to configure Apache to run mod_smtpd whenever a network
     connection comes in. We recommend this virtual host setup:
   </p>
-<pre><code>
-      NameVirtualHost *:80
-      NameVirtualHost *:25
-
-      &lt;VirtualHost *:80&gt;
-        # your webserver configuration here
-      &lt;/VirtualHost &gt;
-
-      &lt;VirtualHost *:25&gt;
-        ServerName localhost # or whatever desired
-        SmtpProtocol On
-        # addition mod_smtpd or associated plugin configuration here
-      &lt;/VirtualHost &gt;
-  </code></pre>
+<code>
+    NameVirtualHost *:80<br />
+    NameVirtualHost *:25<br />
+    <br />
+    &lt;VirtualHost *:80&gt;<br />
+    # your webserver configuration here<br />
+    &lt;/VirtualHost &gt;<br />
+    <br />
+    &lt;VirtualHost *:25&gt;<br />
+    ServerName localhost # or whatever desired<br />
+    SmtpProtocol On<br />
+    # addition mod_smtpd or associated plugin configuration here<br />
+    &lt;/VirtualHost &gt;<br />
+  </code>
   </blockquote>
  </td></tr>
 </table>

Modified: httpd/site/trunk/xdocs/mod_smtpd/index.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/mod_smtpd/index.xml?rev=374948&r1=374947&r2=374948&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/mod_smtpd/index.xml (original)
+++ httpd/site/trunk/xdocs/mod_smtpd/index.xml Sat Feb  4 15:22:29 2006
@@ -41,9 +41,9 @@
     repositories. For public access you can use :
   </p>
 
-  <pre><code>
+  <code>
     % svn checkout http://svn.apache.org/repos/asf/httpd/mod_smtpd/trunk/ mod_smtpd
-  </code></pre>
+  </code>
 </section>
 
 <section>

Modified: httpd/site/trunk/xdocs/mod_smtpd/install.xml
URL: http://svn.apache.org/viewcvs/httpd/site/trunk/xdocs/mod_smtpd/install.xml?rev=374948&r1=374947&r2=374948&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/mod_smtpd/install.xml (original)
+++ httpd/site/trunk/xdocs/mod_smtpd/install.xml Sat Feb  4 15:22:29 2006
@@ -32,20 +32,20 @@
     You can download a source tarball or checkout sources via Subversion :
   </p>
 
-  <pre><code>
+  <code>
     svn checkout https://svn.apache.org/repos/asf/httpd/mod_smtpd/trunk mod_smtpd
-  </code></pre>
+  </code>
 
   <p>
     Then, build <tt>mod_smtpd</tt> :
   </p>
-
-  <pre><code>
-    ./autogen.sh
-    ./configure
-    make clean all
+  
+  <code>
+    ./autogen.sh<br />
+    ./configure<br />
+    make clean all<br />
     su -c 'make install'
-  </code></pre>
+  </code>
 
   <p>
     Refer to the configure help (<tt>./configure --help</tt>) if you
@@ -62,9 +62,9 @@
     the following to the rest of the <tt>LoadModule</tt> lines :
   </p>
 
-  <pre><code>
+  <code>
     LoadModule smtpd_module /usr/lib/apache2/modules/mod_smtpd.so
-  </code></pre>
+  </code>
 
   <p>
     Or replace that directory with your default Apache 2.2 install directory.
@@ -78,20 +78,20 @@
     connection comes in. We recommend this virtual host setup:
   </p>
 
-  <pre><code>
-      NameVirtualHost *:80
-      NameVirtualHost *:25
-
-      &lt;VirtualHost *:80&gt;
-        # your webserver configuration here
-      &lt;/VirtualHost &gt;
-
-      &lt;VirtualHost *:25&gt;
-        ServerName localhost # or whatever desired
-        SmtpProtocol On
-        # addition mod_smtpd or associated plugin configuration here
-      &lt;/VirtualHost &gt;
-  </code></pre>
+  <code>
+    NameVirtualHost *:80<br />
+    NameVirtualHost *:25<br />
+    <br />
+    &lt;VirtualHost *:80&gt;<br />
+    # your webserver configuration here<br />
+    &lt;/VirtualHost &gt;<br />
+    <br />
+    &lt;VirtualHost *:25&gt;<br />
+    ServerName localhost # or whatever desired<br />
+    SmtpProtocol On<br />
+    # addition mod_smtpd or associated plugin configuration here<br />
+    &lt;/VirtualHost &gt;<br />
+  </code>
 </section>
 
 </body>