tremove local TODO - 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 34f14d8e8b3fdf86c8dd9ebd9a41062e6d4cbd0a
 (DIR) parent 7013a747fe23af9af20cc8bc61f5710c4c1f23f1
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 28 Nov 2019 19:18:20 +0100
       
       remove local TODO
       
       Diffstat:
         D TODO                                |      60 -------------------------------
       
       1 file changed, 0 insertions(+), 60 deletions(-)
       ---
 (DIR) diff --git a/TODO b/TODO
       t@@ -1,60 +0,0 @@
       -- 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.
       -
       -- suppress repeated newlines somewhat?
       -
       -
       --
       -<div>
       -<span>test</span>
       -
       -abc                              <- rendered as block?
       -
       -<span>test</span>
       -
       -</div>
       -
       -see lobsters.html
       -
       -
       -- printing of data in nested elements in <pre> (with markup).
       -
       -
       -- div in li:
       -<ul>
       -<li><div>test</div></li>
       -<li><div>test</div></li>
       -</ul>
       -
       -
       -maybe merge some changes back from z3bra (2f30):
       -https://git.z3bra.org/webdump/log.html
       -
       -- handle whitespace, and tag types properly: atleast: inline-block, inline, block, pre.
       -- base href.
       -  specify and parse relative url, allow to specify base and also parse <base href="">
       -- show link to <frame>/<frameset>/<iframe>.
       -- detect <link /> to RSS/Atom feed, show as link.
       -  example: <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Codemadness Atom Feed" />
       -  or
       -  <link rel="alternate" title="Tweakers Mixed RSS feed" type="application/rss+xml" href="https://tweakers.net/feeds/mixed.xml">
       -- handle unclosed HTML tags and non-XHTML tags. Examples: <img src=""> or <ul><li>Item 1<li>Item2</ul>.
       -- print safe (not certain control chars, except newline, TAB etc).
       -- rework parsing of <script> and <style> with unescaped characters like < and >.
       -- <code> should not be treated as a block (<pre> does?)
       -- make the code easy to embed/restructure to make a HTML-to-plain-text converter
       -  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 and improve documentation and man pages.
       -- cleanup code.
       -
       -? aligned/fancy table cell rendering.
       -? xml.c: make sure to always call xmldata handler even if datalen == 0 ?