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 17:32:19 +0100 Message-ID: <878trb517w.fsf@bzg.fr> References: <87eg19uc8y.fsf@gnu.org> <87pokpnn7b.fsf@bzg.fr> <87lgvc8hrp.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 1482165290 23990 195.159.176.226 (19 Dec 2016 16:34:50 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2016 16:34:50 +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 17:34:42 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 1cJ0te-0004kG-0T for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2016 17:34:42 +0100 Original-Received: from localhost ([::1]:46497 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJ0th-0000KU-TI for ged-emacs-devel@m.gmane.org; Mon, 19 Dec 2016 11:34:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJ0re-0007K1-08 for emacs-devel@gnu.org; Mon, 19 Dec 2016 11:32:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cJ0rc-000301-UO for emacs-devel@gnu.org; Mon, 19 Dec 2016 11:32:37 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46561) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cJ0rV-0002uS-4C; Mon, 19 Dec 2016 11:32:29 -0500 Original-Received: from [78.192.157.63] (port=38690 helo=bzg.fr) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1cJ0rN-0006M2-TG; Mon, 19 Dec 2016 11:32:22 -0500 Original-Received: by bzg.fr (Postfix, from userid 1000) id 2D9DD38BA87; Mon, 19 Dec 2016 17:32:19 +0100 (CET) In-Reply-To: ("Elias =?utf-8?Q?M=C3=A5rtenson=22's?= message of "Mon, 19 Dec 2016 16:46: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:210642 Archived-At: Hi Elias, Elias M=C3=A5rtenson writes: > But if you solve the problem for people on airplanes, then it's be > solved for everybody else since there will be no need to download > anything from a Google server, or did I completely misunderstand what > this tool does? If everybody uses the resulting HTML on its own computer, then the problem is solved: the HTML refers to a local klipse.js libarary that the user can freely use. But I expect most people want to put the resulting HTML somewhere on a web server. In this case, they might find useful to use klipse.js by linking to the location of that library. I'm not opposed to the "host-everything-you-can" solution but I need to understand what are the conditions for linking to an external javascript library, provided that this library is GLPv3, passes the librejs tests successfully, and is hosted on Google's server. --=20 Bastien