URI: 
       tupdate TODO - webdump - [FORK] git://git.codemadness.org/webdump
  HTML git clone git://git.z3bra.org/webdump.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit b4ff11ec72b2811a10c271ffd0bcc4d6d15f1eec
   DIR parent 81e0e398237cc21c522de1678a96d7d9f8064389
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 21 Nov 2019 00:37:19 +0100
       
       update TODO
       
       Diffstat:
         M TODO                                |      21 ++++-----------------
       
       1 file changed, 4 insertions(+), 17 deletions(-)
       ---
   DIR diff --git a/TODO b/TODO
       t@@ -1,16 +1,17 @@
        - add -w flag for line-wrapping?
       +- word-wrapping.
        
       +- import more named entities.
        
        http://git.z3bra.org/webdump/log.html
        
        
        ? skip <br/> in empty table cell.
        
       -- import more named entities.
       -
        - suppress repeated newlines somewhat?
        
        
       +-
        <div>
        <span>test</span>
        
       t@@ -23,17 +24,9 @@ abc                              <- rendered as block?
        see lobsters.html
        
        
       -
       -
       -? if isatty(1) then ioctl width and try this width for rulers, etc?
       -
       -
        - printing of data in nested elements in <pre> (with markup).
        
        
       -- keep count of rows per table (parent), cells per row (parent).
       -
       -
        - div in li:
        <ul>
        <li><div>test</div></li>
       t@@ -60,14 +53,8 @@ https://git.z3bra.org/webdump/log.html
          for HTML in RSS/Atom feeds.
        - add links as reference, for example on page: http://absmagazin.de/2018 the MP3 urls.
        - add COMPATOBJ for strlcpy and strlcat.
       -- write a proper Makefile.
       -- write documentation and man pages.
       +- write and improve documentation and man pages.
        - cleanup code.
        
       -x ordered lists.
       -x improve/remove duplicate white-space/newlines?
       -x still handle &nbsp; as non-breaking-space, ^: ignore printc rule.
       -
       -? word-wrapping.
        ? aligned/fancy table cell rendering.
        ? xml.c: make sure to always call xmldata handler even if datalen == 0 ?