From: "Jim Jagielski" <[EMAIL PROTECTED]>
Sent: Thursday, January 24, 2002 9:32 PM


> will be going out tonite...

I see one serious problem [yup - being too thorough again.]

I generally construct win32 both ways, through lineends.pl which
I wrote to fix .tar.gz's and other beasts, and through cvs co.

I ended up with this somewhat serious discrepancy.  Clearly, when
you or Bill ran it all through expand.pl, the .html.html files simply
bombed out.  [I ran expand.pl as well, with no hassle.]  Thoughts?

diff -r -u3 apache_1.3.23.tar.gz\htdocs\manual\keepalive.html.html 
apache_1.3.23.zip\htdocs\manual\keepalive.html.html
--- apache_1.3.23.tar.gz\htdocs\manual\keepalive.html.html Wed Jan 23 06:01:11 2002
+++ apache_1.3.23.zip\htdocs\manual\keepalive.html.html Thu Jan 24 20:23:31 2002
@@ -13,7 +13,13 @@

   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="CENTER">
+      <img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" />
+
+      <h3>Apache HTTP Server</h3>
+    </div>
+
+

     <h1 align="CENTER">Apache Keep-Alive Support</h1>
     <hr />
@@ -89,7 +95,11 @@
     not use the Keep-Alive protocol. While this should be
     completely transparent to the end user, it is something the
     web-master may want to keep in mind.</p>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="CENTER">Apache HTTP Server</h3>
+    <a href="./"><img src="images/index.gif" alt="Index" /></a>
+
   </body>
 </html>

diff -r -u3 apache_1.3.23.tar.gz\htdocs\manual\mod\directive-dict.html.html
apache_1.3.23.zip\htdocs\manual\mod\directive-dict.html.html
--- apache_1.3.23.tar.gz\htdocs\manual\mod\directive-dict.html.html Wed Jan 23 
06:01:17 2002
+++ apache_1.3.23.zip\htdocs\manual\mod\directive-dict.html.html Thu Jan 24 20:23:32 
+2002
@@ -14,7 +14,12 @@

   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="CENTER">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" />
+
+      <h3>Apache HTTP Server Version 1.3</h3>
+    </div>
+

     <h1 align="CENTER">Terms Used to Describe Apache
     Directives</h1>
@@ -300,7 +305,12 @@
     the NCSA HTTPd server, any inconsistencies in behavior between
     the two should also be mentioned. Otherwise, this attribute
     should say "<em>No compatibility issues.</em>"</p>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="CENTER">Apache HTTP Server Version 1.3</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
   </body>
 </html>

diff -r -u3 apache_1.3.23.tar.gz\htdocs\manual\programs\index.html.html 
apache_1.3.23.zip\htdocs\manual\programs\index.html.html
--- apache_1.3.23.tar.gz\htdocs\manual\programs\index.html.html Wed Jan 23 06:01:26 
2002
+++ apache_1.3.23.zip\htdocs\manual\programs\index.html.html Thu Jan 24 20:23:32 2002
@@ -13,7 +13,12 @@

   <body bgcolor="#ffffff" text="#000000" link="#0000ff"
   vlink="#000080" alink="#ff0000">
-    <!--#include virtual="header.html" -->
+        <div align="CENTER">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" />
+
+      <h3>Apache HTTP Server Version 1.3</h3>
+    </div>
+

     <h1 align="center">Server and Supporting Programs</h1>

@@ -67,7 +72,13 @@

       <dt><a href="other.html">Other Programs</a></dt>
     </dl>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="CENTER">Apache HTTP Server Version 1.3</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
+
   </body>
 </html>

diff -r -u3 apache_1.3.23.tar.gz\htdocs\manual\vhosts\index.html.html 
apache_1.3.23.zip\htdocs\manual\vhosts\index.html.html
--- apache_1.3.23.tar.gz\htdocs\manual\vhosts\index.html.html Wed Jan 23 06:01:27 2002
+++ apache_1.3.23.zip\htdocs\manual\vhosts\index.html.html Thu Jan 24 20:23:32 2002
@@ -13,7 +13,12 @@

   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="CENTER">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" />
+
+      <h3>Apache HTTP Server Version 1.3</h3>
+    </div>
+

     <h1 align="CENTER">Apache Virtual Host documentation</h1>

@@ -79,7 +84,12 @@
     will dump out a description of how Apache parsed the
     configuration file. Careful examination of the IP addresses and
     server names may help uncover configuration mistakes.
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="CENTER">Apache HTTP Server Version 1.3</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
     </p>
   </body>
 </html>
diff -r -u3 apache_1.3.23.tar.gz\htdocs\manual\vhosts\name-based.html.html
apache_1.3.23.zip\htdocs\manual\vhosts\name-based.html.html
--- apache_1.3.23.tar.gz\htdocs\manual\vhosts\name-based.html.html Wed Jan 23 06:01:27 
2002
+++ apache_1.3.23.zip\htdocs\manual\vhosts\name-based.html.html Thu Jan 24 20:23:33 
+2002
@@ -11,7 +11,12 @@

   <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
   vlink="#000080" alink="#FF0000">
-    <!--#include virtual="header.html" -->
+        <div align="CENTER">
+      <img src="../images/sub.gif" alt="[APACHE DOCUMENTATION]" />
+
+      <h3>Apache HTTP Server Version 1.3</h3>
+    </div>
+

     <h1 align="CENTER">Name-based Virtual Host Support</h1>

@@ -229,7 +234,12 @@

     <p>See also: <a href="examples.html#serverpath">ServerPath
     configuration example</a></p>
-    <!--#include virtual="footer.html" -->
+        <hr />
+
+    <h3 align="CENTER">Apache HTTP Server Version 1.3</h3>
+    <a href="./"><img src="../images/index.gif" alt="Index" /></a>
+    <a href="../"><img src="../images/home.gif" alt="Home" /></a>
+
   </body>
 </html>



Reply via email to