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: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 893761FF40 for ; Wed, 14 Dec 2016 21:03:17 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] wwwtext: remove outdated comment Date: Wed, 14 Dec 2016 21:03:17 +0000 Message-Id: <20161214210317.29195-1-e@80x24.org> List-Id: I originally envisioned wwwtext being more flexible and able to serve arbitrary blobs; but at this point I consider it redundant and public-inbox is not wiki software. --- lib/PublicInbox/WwwText.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/PublicInbox/WwwText.pm b/lib/PublicInbox/WwwText.pm index b0f262c..2e58eeb 100644 --- a/lib/PublicInbox/WwwText.pm +++ b/lib/PublicInbox/WwwText.pm @@ -1,7 +1,6 @@ # Copyright (C) 2016 all contributors # License: AGPL-3.0+ -# -# serves the /$INBOX/_/* endpoints from :text/* of the git tree + package PublicInbox::WwwText; use strict; use warnings; -- EW