From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 3AD5D1F4E2; Sat, 5 Mar 2016 07:10:46 +0000 (UTC) Date: Sat, 5 Mar 2016 07:10:46 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] doc: language-neutral client-side endpoints Message-ID: <20160305071046.GA703@dcvr.yhbt.net> References: <20160305070249.27798-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160305070249.27798-1-e@80x24.org> List-Id: Be less specific, client-side code can be written in any language (and I do not care for JS runtimes implemented in C++ :P). --- Documentation/design_notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/design_notes.txt b/Documentation/design_notes.txt index 5da48b5..c7a8b26 100644 --- a/Documentation/design_notes.txt +++ b/Documentation/design_notes.txt @@ -126,7 +126,7 @@ Web notes * Expose Message-ID in web views to encourage replies from drive-by contributors. -* Raw text endpoint allows users to write client-side JS endpoints +* Raw text endpoint allows users to write client-side endpoints without hosting the data themselves (or on a different server). What sucks about public-inbox -- EW