From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Bastien Guerry Newsgroups: gmane.emacs.devel Subject: Re: Condition to link to javascript code? Date: Mon, 19 Dec 2016 09:06:34 +0100 Message-ID: <87lgvc8hrp.fsf@bzg.fr> References: <87eg19uc8y.fsf@gnu.org> <87pokpnn7b.fsf@bzg.fr> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1482134829 26753 195.159.176.226 (19 Dec 2016 08:07:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2016 08:07:09 +0000 (UTC) User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/26.0.50 (gnu/linux) Cc: Richard Stallman , emacs-devel To: Elias =?utf-8?Q?M=C3=A5rtenson?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 19 09:06:56 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cIsyF-0004pK-KB for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2016 09:06:55 +0100 Original-Received: from localhost ([::1]:43953 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIsyI-0002ph-Gn for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2016 03:06:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIsyD-0002pR-6p for emacs-devel@gnu.org; Mon, 19 Dec 2016 03:06:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cIsyC-0005FU-6e for emacs-devel@gnu.org; Mon, 19 Dec 2016 03:06:53 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:40753) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cIsy5-0005BF-4P; Mon, 19 Dec 2016 03:06:45 -0500 Original-Received: from [78.192.157.63] (port=38310 helo=bzg.fr) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1cIsxx-0003pr-3M; Mon, 19 Dec 2016 03:06:37 -0500 Original-Received: by bzg.fr (Postfix, from userid 1000) id 3AA0D38BABA; Mon, 19 Dec 2016 09:06:34 +0100 (CET) In-Reply-To: ("Elias =?utf-8?Q?M=C3=A5rtenson=22's?= message of "Mon, 19 Dec 2016 15:20:57 +0800") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:210620 Archived-At: Hi Elias, Elias M=C3=A5rtenson writes: > On 19 December 2016 at 01:47, Bastien Guerry wrote: > > There is still the more general problem of linking to a library > hosted > on Google's servers. >=20=20=20=20 > For example, the resulting HTML would contain these links: >=20=20=20=20 > https://storage.googleapis.com/app.klipse.tech/css/codemirror.css > https://storage.googleapis.com/app.klipse.tech/plugin_prod/js/ > klipse_plugin.min.js > > Wouldn't it make more sense to simply include these files in the > package? Yes, why not. But I'd like to find a solution for users who are not currently in a plane too. So I really need to understand whether it is acceptable for a free software to link to a GPLv3-licensed+librejs-accepted javascript library on a Google server. --=20 Bastien