tupdate README - webdump - [FORK] git://git.codemadness.org/webdump
 (HTM) git clone git://git.z3bra.org/webdump.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 69314d208de2a232366a14a9c9fef7400e4e0647
 (DIR) parent cd440128ab251321e18dc25802936a30cf25a5e9
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 28 Jun 2019 13:20:33 +0200
       
       update README
       
       Diffstat:
         M README                              |      16 ++++++++--------
       
       1 file changed, 8 insertions(+), 8 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -1,15 +1,15 @@
       -Work in progress:
       +Work-in-progress (slowly):
        
        
        text-based webpage viewer
        
        
       -Goals:
       +Goals / scope:
        
       -- The tool will render a webpage only to stdout, similarly like links -dump or
       -  lynx -dump.
       -- It will be usable and secure for rendering HTML mails.
       -- Without the user consent no remote resources or Javascript code will be executed.
       -- No filesystem access will be required.
       +The tool will render a webpage only to stdout, similarly like links -dump or
       +lynx -dump but simpler and more secure.
        
       -Will use OpenBSD pledge(2).
       +- It will be usable and secure for rendering HTML mails.
       +- No remote resources will be downloaded.
       +- Data will be written to stdout only.
       +- No support for Javascript, CSS support.