Commit 67d74f85 authored by Joshua Slive's avatar Joshua Slive
Browse files

Sync the all_in_one index page with the regular index page and

update transformations.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240306 13f79535-47bb-0310-9956-ffa450edef68
parent 683d56ea
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -26,9 +26,8 @@
    <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/">http://httpd.apache.org/docs-2.1/faq/</a>&gt;.</p>

    <p>Since Apache 2.0 is quite 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
    <p>If you don't find the answer to your question in the below
    sections, please 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> 
</div>
<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#topics">Topics</a></li>
+4 −4
Original line number Diff line number Diff line
@@ -32,9 +32,9 @@
    web site, at &lt;<a href="http://httpd.apache.org/docs-2.1/faq/"
    >http://httpd.apache.org/docs-2.1/faq/</a>&gt;.</p>

    <p>Since Apache 2.0 is quite 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
    <p>If you don't find the answer to your question in the below
    sections, please 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> 
</summary>

+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="iso-2022-jp" ?>
<!DOCTYPE faq SYSTEM "../style/faq.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- English Revision: 151408 -->
<!-- English Revision: 151408:240301 (outdated) -->

<!--
 Copyright 2004-2005 The Apache Software Foundation or its licensors,
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE faq SYSTEM "../style/faq.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
<!-- English Revision: 151408 -->
<!-- English Revision: 151408:240301 (outdated) -->

<!--
 Copyright 2004-2005 The Apache Software Foundation or its licensors,
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

  <variants>
    <variant>en</variant>
    <variant>ja</variant>
    <variant>ko</variant>
    <variant outdated="yes">ja</variant>
    <variant outdated="yes">ko</variant>
  </variants>
</metafile>
Loading