pepper 00/11/21 11:40:22
Modified: htdocs index.html.en
Log:
Reviewed by: Slive & Rodent
Now that we're using MultiViews and renaming index.html, I'd like to remove
links to index.html. This patch also adds closing </p> tags, wraps at 72
columns, and does minor cleanup on extra <p>s.
Revision Changes Path
1.6 +19 -13 httpd-docs-1.3/htdocs/index.html.en
Index: index.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/index.html.en,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.html.en 2000/11/12 00:14:00 1.5
+++ index.html.en 2000/11/21 19:40:21 1.6
@@ -3,7 +3,8 @@
<HEAD>
<TITLE>Test Page for Apache Installation</TITLE>
</HEAD>
-<!-- Background white, links blue (unvisited), navy (visited), red (active)
-->
+<!-- Background white, links blue (unvisited), navy (visited), red
+(active) -->
<BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
@@ -13,26 +14,31 @@
>
-<P>
-If you can see this, it means that the installation of the <A
HREF="http://httpd.apache.org/">Apache web server</A> software on this system
was successful. You may now add content to this directory and replace this
page.
+<p>If you can see this, it means that the installation of the <A
+HREF="http://httpd.apache.org/">Apache web server</A> software on this
+system was successful. You may now add content to this directory and
+replace this page.</p>
-<P><HR WIDTH="50%" SIZE="8">
+<HR WIDTH="50%" SIZE="8">
<H2 ALIGN="CENTER">Seeing this instead of the website you expected?</H2>
-<P>
-This page is here because the site administrator has changed the
configuration of this web server.
-Please <STRONG>contact the person responsible for maintaining this server
with questions.</STRONG> The Apache Software Foundation, which wrote the web
server software this site administrator is using, has nothing to do with
maintaining this site and cannot help resolve configuration issues.
+<p>This page is here because the site administrator has changed the
+configuration of this web server. Please <STRONG>contact the person
+responsible for maintaining this server with questions.</STRONG> The
+Apache Software Foundation, which wrote the web server software this
+site administrator is using, has nothing to do with maintaining this
+site and cannot help resolve configuration issues.</p>
-<P><HR WIDTH="50%" SIZE="8">
+<HR WIDTH="50%" SIZE="8">
+<p>The Apache <A HREF="manual/">documentation</A> has been included with
+this distribution.</p>
-<P>
-The Apache <A HREF="manual/index.html">documentation</A> has been included
with this distribution.
+<p>You are free to use the image below on an Apache-powered web server.
+Thanks for using Apache!</p>
-<P>
-You are free to use the image below on an Apache-powered web server. Thanks
for using Apache!
-
<DIV ALIGN="CENTER"><IMG SRC="apache_pb.gif" ALT=""></DIV>
+
</BODY>
</HTML>