From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=irif.fr (client-ip=2001:660:3301:8000::1:2; helo=korolev.univ-paris7.fr; envelope-from=jch@irif.fr; receiver=) Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) by mail.toke.dk (Postfix) with ESMTPS id EA3E086E0F2 for ; Thu, 5 Aug 2021 14:08:25 +0200 (CEST) Received: from potemkin.univ-paris7.fr (potemkin.univ-paris7.fr [IPv6:2001:660:3301:8000::1:1]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 175C8NTs012269 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 5 Aug 2021 14:08:23 +0200 Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by potemkin.univ-paris7.fr (8.14.4/8.14.4/relay2/82085) with ESMTP id 175C8N2Q000653; Thu, 5 Aug 2021 14:08:23 +0200 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id B62FAC7ACB; Thu, 5 Aug 2021 14:08:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id ytKzCvkzQ-hO; Thu, 5 Aug 2021 14:08:22 +0200 (CEST) Received: from pirx.irif.fr (unknown [78.194.40.74]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 1139BC7AC7; Thu, 5 Aug 2021 14:08:22 +0200 (CEST) Date: Thu, 05 Aug 2021 14:08:21 +0200 Message-ID: <8735ronlfu.wl-jch@irif.fr> From: Juliusz Chroboczek To: Mathieu =?ISO-8859-1?Q?Carrandi=E9?= In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.1 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]); Thu, 05 Aug 2021 14:08:23 +0200 (CEST) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (potemkin.univ-paris7.fr [194.254.61.141]); Thu, 05 Aug 2021 14:08:23 +0200 (CEST) X-Miltered: at korolev with ID 610BD4B7.001 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-Miltered: at potemkin with ID 610BD4B7.001 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 610BD4B7.001 from potemkin.univ-paris7.fr/potemkin.univ-paris7.fr/null/potemkin.univ-paris7.fr/ X-j-chkmail-Enveloppe: 610BD4B7.001 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 610BD4B7.001 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Score: MSGID : 610BD4B7.001 on potemkin.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham X-j-chkmail-Status: Ham Message-ID-Hash: RBF6BZIXEFZ4LSFOY34KWYFKJ6AW47SB X-Message-ID-Hash: RBF6BZIXEFZ4LSFOY34KWYFKJ6AW47SB X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: galene@lists.galene.org X-Mailman-Version: 3.3.4 Precedence: list Subject: [Galene] Re: About versioning (semver) and Internationalization (i18n) List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: > I'm not a Go developer at all (for now ?...), but surfing around the web to > know more about it I found those 2 packages : > https://github.com/therootcompany/go-gitver I think it would only be useful if I were providing binary releases. Since I don't (users and packagers are expected to compile their own Galene), and since the go build system doesn't make it possible to run "go generate" at build time, they are pretty much useless. I could of course include a Makefile, but that would make it impossible to compile Galene by doing a simple "go install". If anyone knows otherwise, I'm interested. > About i18n : https://github.com/nicksnyder/go-i18n Most of Galene's user interface is on the client side, so this is not useful. There is a pull request for internationalisation of Galene[1], but right now the server is my main priority (I need it to be rock solid, the client can wait), so I'm not too keen on applying too many client-side patches right now. (If anyone volunteers to help maintaining the client-side code, I'll be extremely grateful.) [1] https://github.com/jech/galene/pull/56 -- Juliusz