Commit 967c0959 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  MAJOR charset encoding fixes.  The file names and HTTP-Equiv tags are now
  in sync with the httpd-std.conf - and the ucs2/4 encodings are gone since
  utf8 is a universally recognized shorthand that sits much better in our
  tree [notice; these were _duplicate_ character sets, only in different
  byte encodings!]  Same with removing the duplicate .jis and .is-kr files.
  [I simply choose the one 'with link' over the one without, and fixed the
  links back to preFAQ as I picked.]

  Russian users, how many of the remaining five encodings are truly needed?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91180 13f79535-47bb-0310-9956-ffa450edef68
parent d01f1da7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
 <HEAD>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta http-equiv="Content-Type" content="text/html">
  <TITLE>Page de test de l'installation d'Apache</TITLE>
 </HEAD>
<!-- Background white, links blue (unvisited), navy (visited), red
+35 −0
Original line number Diff line number Diff line
<!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 http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
<title>Testna Stranica Apache Instalacije</title>
</head>
<!-- Background white, links blue (unvisited), navy (visited), red
(active) -->
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF"
vlink="#000080" alink="#FF0000">
<h2 align="center">estitamo! Apache web posluitelj funkcionira!</h2>
<p>Ukoliko vidite ovu stranicu, to znai da je instalacija <a
href="http://www.apache.org/foundation/preFAQ.html">Apache web posluitelja</a> uspjeno izvrena na ovom raunalu.
Sada moete dodati sadraj u ovaj direktorij te promijeniti ovu stranicu.</p>

<hr width="50%" size="8" />
<h2 align="center">Oekivali ste neku drugu stranicu?</h2>

<p>Ovu stranica vidite stoga to je administrator ovog posluitelja promijenio
konfiguraciju. Apache Softver Fondacija napisala je softver koji koristi
administrator ovog web posluitelja i nije odgovorna za odravanje ovog posluitelja. Molimo vas da za sva pitanja <strong>kontaktirate odgovornu
osobu za odravanje ovog posluitelja.</strong></p>

<hr width="50%" size="8" />
<p>Ovdje se nalazi <a href="manual/">Dokumentacija</a> o Apache web posluitelju
(engleski).</p>

<p>Donju sliicu moete slobodno koristiti na stranicama ovog veb posluitelja.
Hvala vam to koristite Apache!</p>

<div align="center"><img src="apache_pb.gif" alt="Apache Web Posluitelj" /></div>
</body>
</html>
+1 −1
Original line number Diff line number Diff line
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta http-equiv="Content-Type" content="text/html">
   <title>Pagina di prova dell'installazione di un sito Web con Apache</title>
<!-- Background white, links blue (unvisited), navy (visited), red (active) -->
</head>
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@


<p>
$B$b$7$3$N%Z!<%8$,FI$a$?$N$G$"$l$P!"(B<a href="http://httpd.apache.org/">Apache $B%&%'%V%5!<%P(B</a>$B$N%$%s%9%H!<%k$,$3$N7W;;5!$GL5;v$K=*N;$7$?$3$H$r0UL#$7$^$9!#$"$J$?$O!"$3$N%G%#%l%/%H%j$KJ8=q$r2C$($?$j!"$3$N%Z!<%8$rCV$-$+$($k$3$H$,$G$-$^$9!#(B
$B$b$7$3$N%Z!<%8$,FI$a$?$N$G$"$l$P!"(B<a href="http://www.apache.org/foundation/preFAQ.html">Apache $B%&%'%V%5!<%P(B</a>$B$N%$%s%9%H!<%k$,$3$N7W;;5!$GL5;v$K=*N;$7$?$3$H$r0UL#$7$^$9!#$"$J$?$O!"$3$N%G%#%l%/%H%j$KJ8=q$r2C$($?$j!"$3$N%Z!<%8$rCV$-$+$($k$3$H$,$G$-$^$9!#(B
</p>
<hr width="50%" size="8">

Loading