From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: bug#26302: Deploying the =?UTF-8?Q?i18n=E2=80=99d?= web site Date: Wed, 8 Apr 2020 00:02:25 +0200 Message-ID: <20200407220225.zlw64sywakcajvkt@pelzflorian.localdomain> References: <16d07cb5a1d.ca69255821627.8144164908931126811@zoho.com> <20190908171638.cna67eearj4rbn2k@pelzflorian.localdomain> <16d18a5a9e8.12ab66c8254154.2756956535677606704@zoho.com> <20190915201819.3yxm25fayvbxwdpl@pelzflorian.localdomain> <20191007081502.wog4q4wjptvhmejf@pelzflorian.localdomain> <20191008093719.duvx26l2ods3fg75@pelzflorian.localdomain> <20191117161702.bfmuiukhyacbukqf@pelzflorian.localdomain> <87d090ibk5.fsf_-_@gnu.org> <20200325232100.ynsy7xog4vt6nq5q@pelzflorian.localdomain> <87sghf6lkv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49391) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLwJE-00038i-4i for bug-guix@gnu.org; Tue, 07 Apr 2020 18:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLwJC-000734-CP for bug-guix@gnu.org; Tue, 07 Apr 2020 18:03:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39592) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jLwJC-00072a-3V for bug-guix@gnu.org; Tue, 07 Apr 2020 18:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jLwJB-0006Gc-Vj for bug-guix@gnu.org; Tue, 07 Apr 2020 18:03:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87sghf6lkv.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: sirgazil , 26302 <26302@debbugs.gnu.org> On Tue, Apr 07, 2020 at 11:18:56PM +0200, Ludovic Courtès wrote: > I haven’t tested it though. I’m a bit concerned about the rewrite rule, > because there are bits that should not be rewritten, like: > > /manual (must not be: /LANG/manual, at least for now) > /guix-refcard.pdf > … > > Will there be rewritten with the config below? These should be OK. Because it uses try_files, both /en/manual and /manual should be checked. guix-refcard.pdf does not end in .html and therefore is not rewritten. set_from_accept_language should better be a global directive I think. > I know you’re already busy with the installer, Florian, so maybe we can > postpone that after the release, unless someone else champions to test it! > > Thanks, > Ludo’. > I will test, but I cannot test if certbot and tls work. But of course the translated website can wait. Regards, Florian