about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-12-14 20:58:00 +0000
committerEric Wong <e@80x24.org>2016-12-14 21:01:49 +0000
commit2c115a58c613d9ba18acd06f88f5c3bf03e8b8fd (patch)
tree793f87f9d662e6e9083524f1048f85ffc59659ab /lib
parentf9d4f28d9761011d3c7ffad9e2c9d1e54b65c519 (diff)
downloadpublic-inbox-2c115a58c613d9ba18acd06f88f5c3bf03e8b8fd.tar.gz
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/WwwText.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/PublicInbox/WwwText.pm b/lib/PublicInbox/WwwText.pm
index b0f262cd..2e58eeb4 100644
--- a/lib/PublicInbox/WwwText.pm
+++ b/lib/PublicInbox/WwwText.pm
@@ -1,7 +1,6 @@
 # Copyright (C) 2016 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
-#
-# serves the /$INBOX/_/* endpoints from :text/* of the git tree
+
 package PublicInbox::WwwText;
 use strict;
 use warnings;