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 <[EMAIL PROTECTED]> 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. [EMAIL PROTECTED]>[EMAIL PROTECTED]) 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 "sk,cz,en" 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 "default" 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><Webmaster@<EM>domain</EM>></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>