]> granicus.if.org Git - apache/commitdiff
Added SSI headers and footers to all documents. HTML-ized the vif-info doc.
authorbrian <brian@unknown>
Thu, 21 Nov 1996 09:55:51 +0000 (09:55 +0000)
committerbrian <brian@unknown>
Thu, 21 Nov 1996 09:55:51 +0000 (09:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77014 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/API.html
docs/manual/misc/API.html
docs/manual/misc/FAQ.html
docs/manual/misc/client_block_api.html
docs/manual/misc/compat_notes.html
docs/manual/misc/footer.html
docs/manual/misc/security_tips.html
docs/manual/platform/perf-bsd44.html
docs/manual/platform/perf-dec.html
docs/manual/platform/perf.html

index f860996e472445e06006a19d70701666779732e9..cf58146e3f569bb560689210d7cd2ae4be411a29 100644 (file)
@@ -1,9 +1,8 @@
-<!--%hypertext -->
 <html><head>
 <title>Apache API notes</title>
 </head>
 <body>
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
 <h1>Apache API notes</h1>
 
 These are some notes on the Apache API and the data structures you
@@ -983,6 +982,6 @@ char *add_redirect(cmd_parms *cmd, void *dummy, char *f, char *url)
     return NULL;
 }
 </pre>
-<!--%hypertext -->
+<!--#include virtual="footer.html" -->
 </body></html>
-<!--/%hypertext -->
+
index f860996e472445e06006a19d70701666779732e9..cf58146e3f569bb560689210d7cd2ae4be411a29 100644 (file)
@@ -1,9 +1,8 @@
-<!--%hypertext -->
 <html><head>
 <title>Apache API notes</title>
 </head>
 <body>
-<!--/%hypertext -->
+<!--#include virtual="header.html" -->
 <h1>Apache API notes</h1>
 
 These are some notes on the Apache API and the data structures you
@@ -983,6 +982,6 @@ char *add_redirect(cmd_parms *cmd, void *dummy, char *f, char *url)
     return NULL;
 }
 </pre>
-<!--%hypertext -->
+<!--#include virtual="footer.html" -->
 </body></html>
-<!--/%hypertext -->
+
index b630a283f00e277ba59ed112531af1341b468975..7979fa75070aa98267d31d0cd60904d8415cb95b 100644 (file)
@@ -5,7 +5,7 @@
 </HEAD>
 
 <BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
 <H1>Apache server Frequently Asked Questions</H1>
 
 <H2>The Questions</H2>
@@ -153,10 +153,8 @@ third parties.
 <P>
 You can find the source for Apache at <A HREF="http://www.apache.org/">http://www.apache.org/</A>.
 </P>
-<HR>
 </OL>
 
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
 </BODY>
 </HTML>
index c70ee37a662f08b5d4478f5698573c6c8ecb2acd..2d1779f292c6eb7570f7d7489cfac614c390dd6f 100644 (file)
@@ -5,7 +5,7 @@
 </HEAD>
 
 <BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
 <H1>Reading Client Input in Apache 1.2</h1>
 
 <hr>
@@ -61,10 +61,6 @@ accomplished while remaining backwards-compatible.</p>
 <code>mod_cgi.c</code>. This is properly written to the new API
 guidelines.</p>
 
-<hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
 </BODY>
 </HTML>
index efa641f8b70e28eec029c371409b8f3d833863ba..781bf04ab897fab65cfa67d4d0406ac321203dc3 100644 (file)
@@ -2,7 +2,7 @@
 <TITLE>Apache HTTP Server: Compatibility Notes with NCSA's Server</TITLE>
 </HEAD>
 <BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
 <H3>Compatibility Notes with NCSA's Server</H3>
 
 <HR>
@@ -98,11 +98,6 @@ it added one automatically if the .asis file contained a Location header.
 
 More to come when we notice them....
 
-
-<hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
-
+<!--#include virtual="footer.html" -->
 </BODY>
 </HTML>
index 85ffeb1e9b4844588262094d9db9eca6b2e977c0..2c2b4103785acb9f2350e0ef0487d3309db3ad8b 100644 (file)
@@ -1,2 +1,4 @@
+<HR>
+
 <A HREF="./"><IMG SRC="../images/index.gif" ALT="Index"></A>
 <A HREF="../"><IMG SRC="../images/home.gif" ALT="Home"></A>
index a805d8cbed0093bb2615a9a31d12da5e5810519a..f9c89820c8192af663fe54d6c150ee18d05781bb 100644 (file)
@@ -5,7 +5,7 @@
 </HEAD>
 
 <BODY>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
 <H1>Security tips for server configuration</H1>
 
 <hr>
@@ -83,10 +83,8 @@ allow from all <br>
 Then setup for specific directories<P>
 
 This stops all overrides, Includes and accesses in all directories apart
-from those named.<p><hr>
-
-<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+from those named.<p>
 
+<!--#include virtual="footer.html" -->
 </BODY>
 </HTML>
index 1f3a6010c8fcc034f88010bc17e7fcfe88355111..cc8eca733c92964b465f86f759a63ce06a79d097 100644 (file)
@@ -5,7 +5,7 @@
 
 <body>
 <A NAME="initial">
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
 </A>
 <H2>Running a High-Performance Web Server for BSD</H2>
 
@@ -208,8 +208,6 @@ helpful suggestions and information.
 If you have tips to contribute, send mail to <a
 href="mailto:brian@organic.com">brian@organic.com</a>
 
-<P><HR><P>
-<A HREF="/"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="."><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
 </body></html>
 
index cd027bfc607c1c682315ae2cc24f6540571f3891..ef75f81b06ca5dcdf08fd2fc0950e5331ec13e9f 100644 (file)
@@ -2,6 +2,7 @@
 <TITLE>Performance Tuning Tips for Digital Unix</TITLE>
 </HEAD>
 <BODY>
+<!--#include virtual="header.html" -->
 <H1>Performance Tuning Tips for Digital Unix</H1>
 
 Below is a set of newsgroup posts made by an engineer from DEC in
@@ -265,3 +266,6 @@ sysconfig -q inet           -      -      X
 sysconfig -q socket         -      -      X
 
 </PRE>
+<!--#include virtual="footer.html" -->
+</BODY>
+</HTML>
index d2a88e23b3e209b2430a87827983c6450dffdddd..e62a433a3cf92efea64f9a17ef37f1affdca7c46 100644 (file)
@@ -5,7 +5,7 @@
 </head>
 
 <body>
-<IMG SRC="../images/apache_sub.gif" ALT="">
+<!--#include virtual="header.html" -->
 <h2>Hints on Running a High-Performance Web Server</H2>
 
 Running Apache on a heavily loaded web server, one often encounters
@@ -127,8 +127,6 @@ http://www.islandnet.com/~mark/somaxconn.html</A>.
 If you have tips to contribute, send mail to <a
 href="mailto:brian@organic.com">brian@organic.com</a>
 
-<P><HR><P>
-<A HREF="/"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
-<A HREF="."><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
+<!--#include virtual="footer.html" -->
 </body></html>