From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: yarnton--- via "Emacs development discussions." Newsgroups: gmane.emacs.devel Subject: Re: Let's make Emacs mainstream (through org-mode) Date: Sat, 19 Dec 2020 17:57:05 +0100 (CET) Message-ID: References: <87lfdyaevd.fsf@red-bean.com> Reply-To: yarnton@tutanota.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13740"; mail-complaints-to="usenet@ciao.gmane.io" Cc: kfogel@red-bean.com, dimech@gmx.com, jamtlu@gmail.com, Jean Louis , Emacs Devel To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 19 17:57:57 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kqfYK-0003Qm-9T for ged-emacs-devel@m.gmane-mx.org; Sat, 19 Dec 2020 17:57:56 +0100 Original-Received: from localhost ([::1]:47572 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kqfYJ-0003Io-BE for ged-emacs-devel@m.gmane-mx.org; Sat, 19 Dec 2020 11:57:55 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45382) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqfXc-0002rT-Nj for emacs-devel@gnu.org; Sat, 19 Dec 2020 11:57:12 -0500 Original-Received: from w1.tutanota.de ([81.3.6.162]:37622) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kqfXb-0003CT-45; Sat, 19 Dec 2020 11:57:12 -0500 Original-Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id E791DFA0D58; Sat, 19 Dec 2020 16:57:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1608397025; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=DQ/Q3QwM+hTXHMyuOlIopRN1q2SzYkoLHNazsgwgQ9E=; b=K68wk7DmJ77ct0M+/99pwf5uv+ZTw1NR3hS2zfOSx7JYmqxqoYha19i/kPq2dSW0 oe00RC1oVu+brkJh045MKaZ2DcC630wbeM3whmXtYYy+F3RVyBn2Ib/31watjTcxbrz rsPZtda5egikh5ZYy9+ZET0aYZ9wuog8yRIUAeCvEIf2lkeBUzQytIxDObn0PS7Zagb FVWz34EZHPaWlUE05vWTHXJuuy4jcvDW48KWnauHswfcvc+9KkWS8MuwAia6sQv3kv0 nmHuc17/N6QSsP8++G4cah4BUARXwJL3DBYPSaSRYSUN4GsZ0w59OfNGoS4z7AAiPw4 7PNhW+1nSQ== In-Reply-To: Received-SPF: pass client-ip=81.3.6.162; envelope-from=yarnton@tutanota.com; helo=w1.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:261262 Archived-At: > There are companies that will accept credit cards > without non-free Javascript. > Stripe. I'm far from a Stripe expert, but they have a payment API that relies on simple HTTP requests (REST). You can therefore even take a payment with cURL or wget. They also have some libraries to streamline this process written in e.g. Ruby, that are MIT-licensed. In principle, it sounds feasible to take payments without any non-free Javascript.