Return-Path: Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: (qmail 32415 invoked from network); 29 Jun 2006 18:48:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jun 2006 18:48:53 -0000 Received: (qmail 66952 invoked by uid 500); 29 Jun 2006 18:48:52 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 66927 invoked by uid 500); 29 Jun 2006 18:48:52 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 66916 invoked by uid 99); 29 Jun 2006 18:48:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 11:48:52 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 64.233.162.197 as permitted sender) Received: from [64.233.162.197] (HELO nz-out-0102.google.com) (64.233.162.197) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2006 11:48:51 -0700 Received: by nz-out-0102.google.com with SMTP id r28so18971nza for ; Thu, 29 Jun 2006 11:48:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=LlvO5NeOZKlCeys6J0rcMGJqXLpje5KQLye7P81SKtIC2/bCypaU10k7y47dCRlgVjcrzMDhe0NRIwDqQsh3juOq9TFjnIkbVJQhFMmnTfFGB2Abrep0Eoy63ar7/CPWDMGeQlYr8wTR2wGJT51w8/8KGdXKuqc2Y8ELMBYGvxM= Received: by 10.36.12.12 with SMTP id 12mr3364834nzl; Thu, 29 Jun 2006 11:48:30 -0700 (PDT) Received: by 10.36.109.10 with HTTP; Thu, 29 Jun 2006 11:48:30 -0700 (PDT) Message-ID: Date: Thu, 29 Jun 2006 14:48:30 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: docs@httpd.apache.org Subject: Re: 2.2[.2] documentation translation links are broken In-Reply-To: <4354.82.226.30.68.1151600648.squirrel@webmail.raceme.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4354.82.226.30.68.1151600648.squirrel@webmail.raceme.org> X-Google-Sender-Auth: 9ab5867872207e75 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 6/29/06, Vincent Deffontaines wrote: > Greetings, > > The 2.2.2 documentation files seem to be tidied as in 2.0, ie, play with > Type Maps to negotiate content with clients, all translated versions of > a given file living in the same directory. > > However, the hypertext links seem to point the translated files into > non-existent directories. For instance, in "docs/manual/bind.html.en", > the link to the french documentation points to > > "./fr/bind.html" (line 23 of the HTML file included in the tar.gz), while > there is no "fr" directory in there. Hence, many > translation links seem to be broken to me. This problem seems to occur in > many places in the documentation. The manual is really only usable if you apply a very particular configuration to it, as suggested in the sample configs: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-manual.conf.in?view=markup The SetEnvIf and RedirectMatch combine to make the "fr" links work. Joshua. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org