From: Eric Wong Date: Thu, 20 Aug 2015 04:01:59 +0000 (+0000) Subject: replace references to lynx X-Git-Tag: v1.0.0~1026 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=afee3af86cd4c93e4d9bcdf1b2e34750bcff9a96 replace references to lynx Table rendering in lynx is crap compared to w3m and links. However, we still use it for filtering HTML since the renderer is otherwise nice... --- diff --git a/Documentation/design_www.txt b/Documentation/design_www.txt index f04d31dc..0c38ae5f 100644 --- a/Documentation/design_www.txt +++ b/Documentation/design_www.txt @@ -56,7 +56,7 @@ variable-width fonts. * We only use CSS for one reason: wrapping pre-formatted text This is necessary because unfortunate GUI browsers tend to be - prone to layout widening. lynx is fine here without CSS :) + prone to layout widening. w3m is fine here without CSS :) No other CSS is allowed, especially with scary things like: http://thejh.net/misc/website-terminal-copy-paste diff --git a/lib/PublicInbox/WWW.pm b/lib/PublicInbox/WWW.pm index 8f069642..c7fbc7fd 100644 --- a/lib/PublicInbox/WWW.pm +++ b/lib/PublicInbox/WWW.pm @@ -2,7 +2,7 @@ # License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt) # # We focus on the lowest common denominators here: -# - targeted at text-only console browsers (lynx, w3m, etc..) +# - targeted at text-only console browsers (w3m, links, etc..) # - Only basic HTML, CSS only for line-wrapping
 text content for GUIs
 # - No JavaScript, graphics or icons allowed.
 # - Must not rely on static content