From: Eric Wong <e@80x24.org>
Date: Sat, 5 Mar 2016 07:08:12 +0000 (+0000)
Subject: doc: language-neutral client-side endpoints
X-Git-Tag: v1.0.0~646
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=19ccb17a3949bc82bf706cf68c629b0e0d25962e;p=public-inbox.git

doc: language-neutral client-side endpoints

Be less specific, client-side code can be written in any
language (and I do not care for JS runtimes implemented in
C++ :P).
---

diff --git a/Documentation/design_notes.txt b/Documentation/design_notes.txt
index 5da48b5d..c7a8b26d 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