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 7d852a154dc83f7da5bff8b697e5ec0ecf3611fa
 (DIR) parent 87933418d5a1082772e9416156dbeef8ed9c652c
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 29 Nov 2019 15:05:07 +0100
       
       update README
       
       Diffstat:
         M README                              |      34 +++++++++++++++++++++++++++++++
       
       1 file changed, 34 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -13,6 +13,28 @@ webdump
        Text-based HTML dump
        
        
       +Build and install
       +-----------------
       +
       +$ make
       +# make install
       +
       +
       +Dependencies
       +------------
       +
       +- C compiler.
       +- libc + some BSDisms.
       +
       +
       +Usage
       +-----
       +
       +webdump < file.html | less -r
       +
       +hurl 'https://codemadness.org/' | webdump | less -r
       +
       +
        Goals / scope
        -------------
        
       t@@ -27,3 +49,15 @@ lynx -dump but simpler and more secure.
        - Data will be written to stdout only.
        - No support for Javascript, CSS support, frames or forms.
        - No HTTP or network protocol handling in general: HTML data is read from stdin.
       +
       +
       +License
       +-------
       +
       +ISC, see LICENSE file.
       +
       +
       +Author
       +------
       +
       +Hiltjo Posthuma <hiltjo@codemadness.org>