From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS13285 62.24.128.0/17 X-Spam-Status: No, score=-3.0 required=3.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_SOFTFAIL, STOX_REPLY_TYPE shortcircuit=no autolearn=no autolearn_force=no version=3.4.0 Received: from smtp-out-4.talktalk.net (smtp-out-4.talktalk.net [62.24.135.68]) by dcvr.yhbt.net (Postfix) with ESMTP id E7F1B2018E for ; Thu, 18 Aug 2016 19:29:32 +0000 (UTC) Received: from PhilipOakley ([92.22.49.211]) by smtp.talktalk.net with SMTP id aT0NbDqwwcpskaT0NbFPIh; Thu, 18 Aug 2016 20:29:31 +0100 X-Originating-IP: [92.22.49.211] X-Spam: 0 X-OAuthority: v=2.2 cv=ILRAMUnG c=1 sm=1 tr=0 a=B3SST7NGJ7PH11RcegKDxA==:117 a=B3SST7NGJ7PH11RcegKDxA==:17 a=8nJEP1OIZ-IA:10 a=gdoHADL5AAAA:8 a=5rxgeBVgAAAA:8 a=xtxXYLxNAAAA:8 a=IQtbquZhAAAA:8 a=KnaASlz4Ih12EO6xyh8A:9 a=DclRd9yUzMzvIfv12z_R:22 a=PwKx63F5tFurRwaNxrlG:22 a=xts0dhWdiJbonKbuqhAr:22 a=MTE2W1PIogH8OOdRy1fS:22 Message-ID: <7C058E7B929D422EAAB9E9E44BB006CA@PhilipOakley> Reply-To: "Philip Oakley" From: "Philip Oakley" To: "Eric Wong" , References: <20160818095150.17118-1-e@80x24.org> Subject: Re: [PATCH 0/2] begin online help for each public-inbox Date: Thu, 18 Aug 2016 20:29:30 +0100 Organization: OPDS MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-CMAE-Envelope: MS4wfGS/Vz/QM5DxmTZAvTTOvqg0KX8kt5CyENKlEaIEcgcAXvJZdzh4Szw14YCQGZBJtFmGJLDymhSTFOI/4pHu2E1Zv2sSWaB3LqlY5pC3zyY29W8rMqzA 7VhzEz0Z2Pg9nWm3gN29G6nFGP9y18H7beSnnizui57SmUvdSrs19cwDY+vxbY12vXOlH1eJSWoTgw== List-Id: From: "Eric Wong" To: Cc: "Philip Oakley" Sent: Thursday, August 18, 2016 10:51 AM Subject: [PATCH 0/2] begin online help for each public-inbox >I expect this will be tweaked and edited heavily in coming > weeks, but this at least a start. Eric, was this also meant to go to the list? > > I'll be keeping everything within the constraints of a > plain-text email, so no cheating with styling or #fragment > tags, and definitely no deceptive hiding of URLs to external > resources. > > Fortunately, deploying changes are cheap and relatively > risk-free with zero user-visible downtime > (which also needs to be documented :x) > > Thanks to Philip Oakley at the git list for reminding me the > design_www document is actually helpful to users, not just > hackers :) > > > https://public-inbox.org/git/D5A2E231FFE74D1C891A1653E1C2D797@PhilipOakley/ > > Eric Wong (2): > www: implement generic help text > searchview: link to internal help text > > MANIFEST | 2 + > lib/PublicInbox/Search.pm | 38 ++++++++ > lib/PublicInbox/SearchView.pm | 5 +- > lib/PublicInbox/WWW.pm | 14 +++ > lib/PublicInbox/WwwStream.pm | 4 +- > lib/PublicInbox/WwwText.pm | 201 > ++++++++++++++++++++++++++++++++++++++++++ > t/psgi_text.t | 39 ++++++++ > 7 files changed, 299 insertions(+), 4 deletions(-) > create mode 100644 lib/PublicInbox/WwwText.pm > create mode 100644 t/psgi_text.t > > -- > EW >