Commit a75e85e0 authored by Chris Pepper's avatar Chris Pepper
Browse files

Cleaned "index.html" out of a bunch of <a href>s.

Quoted size in a bunch of <font>s.
Wrapped and fixed mismatched <p>s in index.html.en.
Wrapped and encoded > in index.html.it.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87167 13f79535-47bb-0310-9956-ffa450edef68
parent df40a548
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
  <HR>
  <P>
  La
  <A HREF="manual/index.html">documentaci&oacute;</A>
  <A HREF="manual/">documentaci&oacute;</A>
  d'Apache ha estat inclosa en aquesta distribuci&oacute;.
  </P>
  <P>
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
  <HR>
  <P>
   Die englische <A
   HREF="manual/index.html">Online-Dokumentation</A> f&uuml;r die
   HREF="manual/">Online-Dokumentation</A> f&uuml;r die
   Apache Web-Server Software ist Bestandteil dieser
   Software-Distribution.
  </P>
+19 −12
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
 <HEAD>
  <TITLE>Test Page for Apache Installation</TITLE>
 </HEAD>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
<!-- Background white, links blue (unvisited), navy (visited), red
(active) -->
 <BODY
  BGCOLOR="#FFFFFF"
  TEXT="#000000"
@@ -13,26 +14,32 @@
 >


<P>
If you can see this, it means that the installation of the <A HREF="http://httpd.apache.org/">Apache web server</A> software on this system was successful.  You may now add content to this directory and replace this page.
<p>If you can see this, it means that the installation of the <A
HREF="http://httpd.apache.org/">Apache web server</A> software on this
system was successful.  You may now add content to this directory and
replace this page.</p>

<P><HR WIDTH="50%" SIZE="8">
<HR WIDTH="50%" SIZE="8">

<H2 ALIGN="CENTER">Seeing this instead of the website you expected?</H2>

<P>
This page is here because the site administrator has changed the configuration of this web server.  
Please  <STRONG>contact the person responsible for maintaining this server with questions.</STRONG>   The Apache Software Foundation, which wrote the web server software this site administrator is using, has nothing to do with maintaining this site and cannot help resolve configuration issues.
<p>This page is here because the site administrator has changed the
configuration of this web server.  Please <STRONG>contact the person
responsible for maintaining this server with questions.</STRONG>  The
Apache Software Foundation, which wrote the web server software this
site administrator is using, has nothing to do with maintaining this
site and cannot help resolve configuration issues.</p>

<P><HR WIDTH="50%" SIZE="8">
<HR WIDTH="50%" SIZE="8">


<P>
The Apache <A HREF="manual/index.html">documentation</A> has been included with this distribution.
<p>The Apache <A HREF="manual/">documentation</A> has been included with
this distribution.</p>

<P>
You are free to use the image below on an Apache-powered web server.  Thanks for using Apache!
<p>You are free to use the image below on an Apache-powered web server. 
Thanks for using Apache!</p>

<DIV ALIGN="CENTER"><IMG SRC="apache_pb.gif" ALT=""></DIV>

</BODY>
</HTML>
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
  <HR>
  <P>
  La
  <A HREF="manual/index.html">documentation</A>
  <A HREF="manual/">documentation</A>
  Apache est incluse dans cette distribution.
  </P>
  <P>
+5 −4
Original line number Diff line number Diff line
@@ -11,7 +11,8 @@
<h1>
Funziona! Il Server Web Apache e' stato installato su questo sito Web!</h1></center>
Se riuscite a vedere questa pagina, allora vuol dire che coloro che gestiscono
questo dominio hanno appena installato il software <a href="http://httpd.apache.org/">Web&nbsp;Server
questo dominio hanno appena installato il software
<a href="http://httpd.apache.org/">Web&nbsp;Server
Apache</a> correttamente. Ora e' necessario aggiungere il vostro materiale
in questo direttorio e sostituire questa pagina di prova, oppure configurare
il server per far riferimento al vostro materiale se collocato altrove.
@@ -19,15 +20,15 @@ il server per far riferimento al vostro materiale se collocato altrove.
<hr>
<blockquote>Se state vedendo questa pagina invece del sito che pensavate,
vi preghiamo di <b>contattare l'amministratore del sito in questione.</b>
(Provate ad inviare un email a <tt>&lt;Webmaster@<i>domain</i>></tt>.)&nbsp;
(Provate ad inviare un email a <tt>&lt;Webmaster@<i>domain</i>&gt;</tt>.)&nbsp;
Nonostante questo sito stia utilizzando il software Apache, questo non
vi garantisce nessun tipo di contatto diretto al Gruppo Apache, quindi
vi preghiamo di non inviare email riguardanti questo sito o al materiale
in esso contenuto agli autori di Apache. Ogni messaggio del genere verra'
<b><font size=+1>ignorato</font></b>.</blockquote>
<b><font size="+1">ignorato</font></b>.</blockquote>

<hr>
<br>La <a href="manual/index.html">documentazione</a> relativa di Apache
<br>La <a href="manual/">documentazione</a> relativa di Apache
e' inclusa nella distribuzione.
<p>Il Webmaster di questo sito e' libero di utilizzare l'immagine qui sotto
su qualsiasi Web server potenziato con Apache. Grazie per aver scelto Apache!
Loading