Commit e59df1ff authored by Richard Bowen's avatar Richard Bowen
Browse files

Patch submitted by Tim Bannister <isoma AT jellybaby DOT net> to do the

following:
• Added French translation for 1.3 obsolescence message
• Added lang="en" attribute to main (English) obsolescence message
• The top index pages for alternate languages now have obsolescence
messages
• Style changes for the red box (now "width: 35em" & centred)
• Fixed some pages that said the latest version was 2.2
• Updated text for modules that were already obsolete in 1.3 
* The include file subdirectory/header.html is replaced with
header_l2.html in the top directory, which should simplify any future
maintenance work.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1296031 13f79535-47bb-0310-9956-ffa450edef68
parent fca6ca2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
  vlink="#000080" alink="#FF0000">
    <!--#include virtual="header.html" -->
    <!--#include virtual="header.html.fr" -->

    <h1 align="CENTER">D&eacute;finir quelles adresses et quels
    ports Apache utilise</h1>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
  vlink="#000080" alink="#FF0000">
    <!--#include virtual="header.html" -->
    <!--#include virtual="header.html.fr" -->

    <h1 align="CENTER">Fichiers de configuration</h1>

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

  <body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
  vlink="#000080" alink="#FF0000">
    <!--#include virtual="header.html" -->
    <!--#include virtual="header.html.fr" -->

    <h1 align="CENTER">Apache et le DNS</h1>

+4 −15
Original line number Diff line number Diff line
<style>
.obsolete
{
  margin: 0;
  padding: 8px 10px;
  padding-left: 50px;
  padding-bottom: 10px;
  line-height: 1.4em;
  background: #f99 url(images/warning.png) no-repeat 0px 0px;
}
</style>

    <div align="CENTER">
    <div align="CENTER" lang="en">
      <img src="images/sub.gif" alt="[APACHE DOCUMENTATION]" />

      <h3>Apache HTTP Server Version 1.3</h3>
        <div class="obsolete"><p>You are looking at the documentation for the 
        <div style="margin: 0; padding: 8px 10px; padding-left: 50px; padding-bottom: 10px; line-height: 1.4em; background: #f99 url(images/warning.png) no-repeat 0px 0px; margin-left: auto; margin-right: auto; width: 35em;">
        <p>You are looking at the documentation for the 
        1.3 version of the Apache HTTP Server, which is no longer
        maintained, and has been declared "end of life". If you are in
        fact still using the 1.3 version, please consider upgrading.
        fact still using the 1.3 version, <strong style="font-weight: inherit;">please consider upgrading</strong>.
        The current version of the server is <a 
        href="http://httpd.apache.org/docs/2.4/">2.4</a>.</p></div>

+12 −0
Original line number Diff line number Diff line
    <div align="CENTER">
      <img src="images/sub.gif" alt="[Documentation d'Apache]" lang="fr"/>

      <h3>Serveur HTTP Apache Version 1.3</h3>
        <div style="margin: 0; padding: 8px 10px; padding-left: 50px; padding-bottom: 10px; line-height: 1.4em; background: #f99 url(images/warning.png) no-repeat 0px 0px; margin-left: auto; margin-right: auto; width: 35em;">
        <p>Vous lisez la documentation de la version 1.3 du serveur Apache, 
        qui n'est plus maintenu, et a &eacute;t&eacute; d&eacute;clar&eacute; &laquo;en fin de vie&raquo;. Si vous
        &ecirc;tes toujours en utilisant la version 1.3, <strong style="font-weight: inherit;">s'il vous pla&icirc;t 
        envisager la mise &agrave; jour</strong>. La version actuelle du logiciel est 
        <a href="http://httpd.apache.org/docs/2.4/">2.4</a>.</p></div>
    </div>
Loading