]> Sergey Matveev's repositories - public-inbox.git/commitdiff
replace references to lynx
authorEric Wong <e@80x24.org>
Thu, 20 Aug 2015 04:01:59 +0000 (04:01 +0000)
committerEric Wong <e@80x24.org>
Thu, 20 Aug 2015 04:01:59 +0000 (04:01 +0000)
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...

Documentation/design_www.txt
lib/PublicInbox/WWW.pm

index f04d31dc7a522de870461a6081819e713bf922dd..0c38ae5f299949c2a1ffd610656330b414c517b8 100644 (file)
@@ -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
index 8f069642f5cd99d9bd724e45cfcf469f2865c91f..c7fbc7fd7dbe5409d3bb3005e747275a62b5f17b 100644 (file)
@@ -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 <pre> text content for GUIs
 # - No JavaScript, graphics or icons allowed.
 # - Must not rely on static content