]> granicus.if.org Git - apache/commitdiff
deprecate the ?ONEPAGE parameter. Use an explicit URL (all_in_one.html) instead.
authorAndré Malo <nd@apache.org>
Wed, 16 Apr 2003 02:03:36 +0000 (02:03 +0000)
committerAndré Malo <nd@apache.org>
Wed, 16 Apr 2003 02:03:36 +0000 (02:03 +0000)
It's still usable (stable URI, at least for 2.0) anyway.

This step is neccessary to use some offline tools (like CHM build)
until we've decided about an XML format of the faq.

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

docs/manual/faq/all_in_one.html.en [new file with mode: 0644]
docs/manual/faq/index.html
docs/manual/faq/support.html

diff --git a/docs/manual/faq/all_in_one.html.en b/docs/manual/faq/all_in_one.html.en
new file mode 100644 (file)
index 0000000..c6d3e8b
--- /dev/null
@@ -0,0 +1,41 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta name="generator" content="HTML Tidy, see www.w3.org" />
+
+    <title>Apache Server Frequently Asked Questions</title>
+  </head>
+
+  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
+  vlink="#000080" alink="#FF0000">
+    <!--#include virtual="header.html" -->
+
+    <h1 align="center">Frequently Asked Questions</h1>
+
+    <p>The latest version of this FAQ is always available from the
+    main Apache web site, at &lt;<a
+    href="http://httpd.apache.org/docs-2.1/faq/"
+    rel="Help"><samp>http://httpd.apache.org/docs-2.1/faq/</samp></a>&gt;.
+    </p>
+
+    <p>Since Apache 2.0 is very new, we don't yet know what the
+    <em>Frequently Asked Questions</em> will be. While this section
+    fills up, you should also consult the <a
+    href="http://httpd.apache.org/docs/misc/FAQ.html">Apache 1.3
+    FAQ</a> to see if your question is answered there.</p>
+
+    <h2>Categories</h2>
+    <dl>
+      <dt><a href="#support.html">Support</a></dt>
+
+      <dd>What do I do when I have problems?</dd>
+    </dl>
+    <hr />
+    <!--#set var="ONEPAGE" value="YES" -->
+    <!--#include virtual="support.html" -->
+
+    <!--#include virtual="footer.html" -->
+  </body>
+</html>
+
index a27fea7e567ee47016be4918e0c0ecc3fe6b2b43..5a9e2984b5ee2539288d99b0a0fe241f51a2f942 100644 (file)
@@ -1,8 +1,6 @@
-<!--#if expr="$QUERY_STRING = ONEPAGE" -->
-<!--#set var="ONEPAGE" value="YES" -->
-<!--#else -->
-<!--#set var="ONEPAGE" value="" -->
-<!--#endif -->
+<!--#if expr="$QUERY_STRING = ONEPAGE"
+--><!--#include virtual="all_in_one.html.en" --><!--#else
+-->
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
@@ -23,9 +21,9 @@
     main Apache web site, at &lt;<a
     href="http://httpd.apache.org/docs-2.1/faq/"
     rel="Help"><samp>http://httpd.apache.org/docs-2.1/faq/</samp></a>&gt;.
-    <!--#if expr="!$ONEPAGE" --> In addition, you can view this FAQ
-    <a href="./?ONEPAGE">all in one page</a> for easy searching and
-    printing.<!--#endif -->
+    In addition, you can view this FAQ
+    <a href="./all_in_one.html">all in one page</a> for easy searching and
+    printing.
     </p>
 
     <p>Since Apache 2.0 is very new, we don't yet know what the
     FAQ</a> to see if your question is answered there.</p>
 
     <h2>Categories</h2>
-    <!--#if expr="!$ONEPAGE" -->
 
     <dl>
       <dt><a href="support.html">Support</a></dt>
 
       <dd>What do I do when I have problems?</dd>
     </dl>
-    <!--#else -->
-
-    <dl>
-      <dt><a href="#support.html">Support</a></dt>
-
-      <dd>What do I do when I have problems?</dd>
-    </dl>
-    <hr />
-    <!--#include virtual="support.html" -->
-    <!--#endif -->
     <!--#include virtual="footer.html" -->
   </body>
-</html>
-
+</html><!--#endif -->
index a7db4f21206fb02a4af751399bffa3981f951210..d29f25efb612f1fb16a49dde26a8fb6279aa6747 100644 (file)
     of companies</a>.</p>
     <!--#if expr="!$ONEPAGE" -->
     <!--#include virtual="footer.html" -->
-    <!--#endif -->
   </body>
 </html>
+    <!--#endif -->