> -----Original Message-----
> From: Karl Fogel [mailto:kfogel_at_red-bean.com] 
> Sent: Monday, 30 June 2008 10:12
> To: dev_at_subversion.tigris.org
> Subject: Re: translated faq.html into Japanese.
> 
> >
> > I don't know the required Apache configuration but I 
> remember that it 
> > is trivial (one or two lines to change)!
> >
> > Just name the file http://subversion.tigris.org/faq.ja.html and let 
> > the server deliver it.
> 
> This is a general question that deserves its own thread, I 
> think.  Any of our web pages could get translated, not just faq.html.
> 
> I don't quite understand what you're proposing above, though. 
>  It sounds like the Debian servers follow some conventions 
> for finding pages in certain languages (as directed by the 
> user's browser).  That's fine for the Debian web site, but 
> we're not talking about the Debian web site here.  And 
> remember that we can't easily tweak the server configuration 
> of subversion.tigris.org; it's a hosted service.
(Non dev, de-lurking - and sending to the list *this* time, sorry Karl)
It's an Apache convention that Debian uses:
http://httpd.apache.org/docs/2.2/content-negotiation.html
Executive summary: GETting http://subversion.tigris.org/faq.html would
return faq.html for "most" users; users with an "Accept-Language: ja" in
their request header would receive
http://subversion.tigris.org/faq.ja.html instead.  As far as I can
remember configuration *is* trivial, to the point where it's only
required for non-standard cases; YMMV.  So no server config needed for
subversion.tigris.org.
Cheers
John
> 
> -Karl
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org
> 
> 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-06-30 01:24:44 CEST