You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/12/09 16:56:35 UTC

cvs commit: apache-1.3/htdocs index.html.cz

martin      99/12/09 07:56:35

  Added:       htdocs   index.html.cz
  Log:
  Multiple Language Welcome Page - Czech translation (submitted Sep 1999)
  
  Submitted by: Honza Jirousek <ho...@ecn.cz>
  
  The author writes:
   couple notes:
  
   1) My Netscape Communicator 4.6 for Linux lists Czech language under code
   Czech(cs). I'm not sure what standards rule this, but it's quite likely wrong.
   Since the split of Czechoslovakia into two independent countries about 7 years
   ago, cz is an ISO code for Czech and sk for Slovak. Top level DNS domain cs
   (which caused so much trouble to mail users from computer science departments
   in US universities, who used to cut the domain part of local e-mail addreses
   short (e.g. abc@cs.berkeley.edu-&gt;abc@cs) and were surprised to get messages
   bounced by some Czechoslovakian mail servers) and other uses of the code cs
   should be deprecated by now. I assume, however, that this is of no
   significance to Apache, which handles thye country codes in httpd.conf only.
  
   2) Note that while Slovak language uses the same character set as Czech and
   while it's a fairly close to Czech, it is not identical and this translation
   will not pass for a Slovak version of the page. Slovak users may likely use
   the language negotiation feature, though, and set the order &quot;sk,cz,en&quot; in
   their browsers.
  
   3) There are two encoding for non-asci Czech characters. Supposed Internet
   standard is iso-8559-2, but most windows browsers use windows-1250 (and thus
   many Czech web pages are also created in this character set). Most browsers
   (on all platforms) can handle both encodings, but have to be told which one to
   use, as no good &quot;default&quot; can be assumed. One way is to configure Apache to
   send proper character set in HTTP headers (this has to be set locally based on
   website owner's preference), another is to include the character set in a META
   tag. I think the latter would work better for default welcome page and so I
   did in the page I'm sending.
  
   Honza Jirousek
  
  Revision  Changes    Path
  1.1                  apache-1.3/htdocs/index.html.cz
  
  Index: index.html.cz
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  <HTML>
   <HEAD>
    <META NAME="ContentType" CONTENT="text/html; charset=iso-8859-2">
    <TITLE>Testovac� str�nka instalace web serveru Apache</TITLE>
   </HEAD>
  <!-- Background white, links blue (unvisited), navy (visited), red (active) -->
   <BODY
    BGCOLOR="#FFFFFF"
    TEXT="#000000"
    LINK="#0000FF"
    VLINK="#000080"
    ALINK="#FF0000"
   >
    <H1 ALIGN="CENTER">
     Funguje to! Na tomto serveru b�� Apache!
    </H1>
    <P>
    Pokud vid�te tuto zpr�vu, spr�vce tohoto po��ta�e pr�v� �sp�n�
    nainstaloval <A HREF="http://www.apache.org/">Apache web server</A>.
    Te� je�t� mus� doplnit obsah a nahradit tuto standardn� uv�tac�
    str�nku, nebo p�esm�rovat server na skute�nou domovskou str�nku.
    </P>
    <HR>
    <BLOCKQUOTE>
     Pokud vid�te tuto zpr�vu m�sto o�ek�van� domovsk� str�nky, 
     <STRONG>kontaktujte, pros�m, spr�vce p��slu�n�ho web
     serveru.</STRONG> (Zkuste poslat e-mail na adresu
     <SAMP>&lt;Webmaster@<EM>domain</EM>&gt;</SAMP>.) 
     P�esto�e tento server pou��v� program Apache, t�m�� jist� nem� nic
     spole�n�ho s Apache Group, proto pros�m nepos�lejte e-maily o tomto
     serveru nebo jeho obsahu autor�m Apache. Pokud to ud�l�te, budeme
     va�e zpr�vy <STRONG><BIG>ignorovat</BIG></STRONG>.
    </BLOCKQUOTE>
    <HR>
    <P>
    Zde najdete
    <A
     HREF="manual/index.html"
    >dokumentaci</A>
    Apache (anglicky) obsa�enou v t�to distribuci.
    </P>
    <P>
    N�sleduj�c� logo m��e b�t pou�ito bez omezen� na web serveru s
    programem Apache. D�kujeme za pou�it� Apache!
    </P>
    <DIV ALIGN="CENTER">
     <IMG SRC="apache_pb.gif" ALT="">
    </DIV>
   </BODY>
  </HTML>