]> Sergey Matveev's repositories - public-inbox.git/commitdiff
wwwtext: remove outdated comment
authorEric Wong <e@80x24.org>
Wed, 14 Dec 2016 20:58:00 +0000 (20:58 +0000)
committerEric Wong <e@80x24.org>
Wed, 14 Dec 2016 21:01:49 +0000 (21:01 +0000)
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

index b0f262cd08d823af81944b5484b63d849c913570..2e58eeb4175265dc98f2e8d478a706072f9cac31 100644 (file)
@@ -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;