From: Eric Wong Date: Wed, 14 Dec 2016 20:58:00 +0000 (+0000) Subject: wwwtext: remove outdated comment X-Git-Tag: v1.0.0~136 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=2c115a58c613d9ba18acd06f88f5c3bf03e8b8fd;p=public-inbox.git wwwtext: remove outdated comment 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. --- 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 # License: AGPL-3.0+ -# -# serves the /$INBOX/_/* endpoints from :text/* of the git tree + package PublicInbox::WwwText; use strict; use warnings;