URI: 
       tLog - 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
       ---
       Date              Commit message                            Author
   DIR 2020-03-12 21:33  handle closed tag with no corresponding…  Leonardo Taccari
   DIR 2020-03-12 08:30  mini-consistency fix                      Hiltjo Posthuma
   DIR 2020-03-11 14:46  improve XML entity conversion             Hiltjo Posthuma
   DIR 2020-03-11 14:44  add initial "optional" tag handling, re…  Hiltjo Posthuma
   DIR 2019-12-09 23:24  use field isvoid from the looked up tag…  Hiltjo Posthuma
   DIR 2019-12-09 23:22  rm unused variable                        Hiltjo Posthuma
   DIR 2019-12-09 23:13  hide tags if parent is hidden             Hiltjo Posthuma
   DIR 2019-12-09 18:05  improve hidden elements, add "hidden" a…  Hiltjo Posthuma
   DIR 2019-12-09 18:05  refactor bsearch to findtag()             Hiltjo Posthuma
   DIR 2019-12-09 18:04  rename autoclose to isvoid (void elemen…  Hiltjo Posthuma
   DIR 2019-12-09 17:46  hide script, style and template tag       Hiltjo Posthuma
   DIR 2019-12-09 17:46  use binary search for tags                Hiltjo Posthuma
   DIR 2019-12-09 17:38  sort tags                                 Hiltjo Posthuma
   DIR 2019-12-08 15:41  use binary search (bsearch) for named e…  Hiltjo Posthuma
   DIR 2019-12-08 15:31  sort named entities, add laquo, raquo a…  Hiltjo Posthuma
   DIR 2019-12-08 15:23  show img alt text                         Hiltjo Posthuma
   DIR 2019-12-08 15:20  README: minor reword                      Hiltjo Posthuma
   DIR 2019-12-08 15:09  simplify link reference type, remove if…  Hiltjo Posthuma
   DIR 2019-12-08 14:57  only show link references at the bottom…  Hiltjo Posthuma
   DIR 2019-11-29 14:25  add tel: as link reference, only mailto…  Hiltjo Posthuma
   DIR 2019-11-29 14:22  add a case for mailto: urls for link re…  Hiltjo Posthuma
   DIR 2019-11-29 14:08  update README                             Hiltjo Posthuma
   DIR 2019-11-29 14:06  disable ANSI codes by default now that …  Hiltjo Posthuma
   DIR 2019-11-29 14:05  underline references/links                Hiltjo Posthuma
   DIR 2019-11-29 14:05  update README                             Hiltjo Posthuma
   DIR 2019-11-29 14:04  improvem man page, change -s to -r        Hiltjo Posthuma
   DIR 2019-11-29 09:49  Add ability to toggle rendering options   Willy Goiffon
   DIR 2019-11-29 09:42  Ensure no unnecessary newline is append…  Willy Goiffon
   DIR 2019-11-28 21:23  named entities: add ®                 Hiltjo Posthuma
   DIR 2019-11-28 21:23  update README                             Hiltjo Posthuma
   DIR 2019-11-28 21:22  "autoclose" certain tags if they are no…  Hiltjo Posthuma
   DIR 2019-11-28 18:27  use a list of common-used named entities  Hiltjo Posthuma
   DIR 2019-11-28 18:18  remove local TODO                         Hiltjo Posthuma
   DIR 2019-11-28 18:17  don't hide data inside unknown tags, ju…  Hiltjo Posthuma
   DIR 2019-11-28 18:16  fix formatting inside <pre> containing …  Hiltjo Posthuma
   DIR 2019-11-22 12:15  disable reverse for <code>                Hiltjo Posthuma
   DIR 2019-11-22 12:14  add strikethrough, blink. refactor bitm…  Hiltjo Posthuma
   DIR 2019-11-22 12:13  add all named entities.                   Hiltjo Posthuma
   DIR 2019-11-22 12:12  add <br> handling in tagstart             Hiltjo Posthuma
   DIR 2019-11-22 12:12  print and reset each style (do not rese…  Hiltjo Posthuma
   DIR 2019-11-22 12:11  add one printansi function for printing…  Hiltjo Posthuma
   DIR 2019-11-20 23:43  print reset sequence first, some small …  Hiltjo Posthuma
   DIR 2019-11-20 23:38  show usage on invalid flag (or -h)        Hiltjo Posthuma
   DIR 2019-11-20 23:37  update TODO                               Hiltjo Posthuma
   DIR 2019-11-20 23:37  webdump.1: minimal documentation for fl…  Hiltjo Posthuma
   DIR 2019-11-20 23:36  make table cell header (th) and headers…  Hiltjo Posthuma
   DIR 2019-11-20 23:36  add arg.h and option parsing: -b and -w   Hiltjo Posthuma
   DIR 2019-11-20 23:24  make (soft)line-wrapping an option, sti…  Hiltjo Posthuma
   DIR 2019-11-20 23:18  define some run-time options, change so…  Hiltjo Posthuma
   DIR 2019-11-20 23:03  improve table row and cell rendering a …  Hiltjo Posthuma
   DIR 2019-11-20 22:57  add formatting improvements from z3bra    Hiltjo Posthuma
   DIR 2019-11-20 22:49  rm TODO comment                           Hiltjo Posthuma
   DIR 2019-11-20 22:48  Translate semantic tags to ANSI escapes   Hiltjo Posthuma
   DIR 2019-11-20 22:30  disable (soft)-line wrapping              Hiltjo Posthuma
   DIR 2019-11-20 22:29  refactor nbsp handling and named entiti…  Hiltjo Posthuma
   DIR 2019-11-20 17:29  rename count to nchildren, some cleanups  Hiltjo Posthuma
   DIR 2019-11-20 17:24  improvements                              Hiltjo Posthuma
   DIR 2019-11-10 19:55  Makefile: remove config.mk, simplify      Hiltjo Posthuma
   DIR 2019-09-23 07:38  update TODO                               Hiltjo Posthuma
   DIR 2019-09-22 18:16  man page: remove copy-pasta line, prefi…  Hiltjo Posthuma
   DIR 2019-09-22 17:54  add TODO item                             Hiltjo Posthuma
   DIR 2019-09-22 17:48  fix bug in ignoring character in <style…  Hiltjo Posthuma
   DIR 2019-09-22 17:45  absolute link references, add base href…  Hiltjo Posthuma
   DIR 2019-09-22 17:19  use cflags, ldflags, fix directory name…  Hiltjo Posthuma
   DIR 2019-09-22 17:17  fix make dist                             Hiltjo Posthuma
   DIR 2019-09-22 17:16  add bare minimum man page for now         Hiltjo Posthuma
   DIR 2019-09-22 17:14  initial Makefile                          Hiltjo Posthuma
   DIR 2019-09-22 17:14  rename main.c to webdump.c                Hiltjo Posthuma
   DIR 2019-09-22 17:10  disable display inline (#ifdef), its th…  Hiltjo Posthuma
   DIR 2019-09-21 18:02  testing improve white-space handling      Hiltjo Posthuma
   DIR 2019-09-21 17:14  hide tag if DisplayNone, separate white…  Hiltjo Posthuma
   DIR 2019-09-21 14:43  show "code" as pre for now, disable sho…  Hiltjo Posthuma
   DIR 2019-09-21 14:37  add a few HTML5 tags, update TODO, tiny…  Hiltjo Posthuma
   DIR 2019-09-21 14:31  add strlcat, strlcpy, update README, TO…  Hiltjo Posthuma
   DIR 2019-09-21 14:25  more refactoring, update TODO and bump …  Hiltjo Posthuma
   DIR 2019-09-21 13:41  refactor display type handling            Hiltjo Posthuma
   DIR 2019-09-21 13:23  improvements                              Hiltjo Posthuma
   DIR 2019-09-15 18:03  some improvements                         Hiltjo Posthuma
   DIR 2019-06-28 11:20  update README                             Hiltjo Posthuma
   DIR 2019-06-27 17:41  sync XML improvements from sfeed          Hiltjo Posthuma
   DIR 2019-06-27 17:40  improve tag handling, by pazz0            Hiltjo Posthuma
   DIR 2019-06-27 17:37  ignore all within <script> or <style> (…  Hiltjo Posthuma
   DIR 2018-09-12 20:29  add work-in-progress code, listing of g…  Hiltjo Posthuma
   DIR 2018-08-26 13:27  xml: sync many XML parser improvements    Hiltjo Posthuma
   DIR 2017-08-26 13:33  improve ignore tag handling, cleanup a …  Hiltjo Posthuma
   DIR 2017-08-26 10:49  simplify ignore tags parsing              Hiltjo Posthuma
   DIR 2017-08-26 10:45  remove code from block tag, add some TO…  Hiltjo Posthuma
   DIR 2017-08-24 22:29  simplify a bit, add <label> inline and …  Hiltjo Posthuma
   DIR 2017-08-24 15:17  initial patch to ignore <script> and <s…  Hiltjo Posthuma
   DIR 2017-08-20 18:56  remove preprocess code, compare tags an…  Hiltjo Posthuma
   DIR 2017-08-20 18:19  support th (hack), disable ignore tags …  Hiltjo Posthuma
   DIR 2017-07-24 08:06  wip                                       Hiltjo Posthuma
   DIR 2017-07-22 21:49  improve whitespace handling (needs more…  Hiltjo Posthuma
   DIR 2017-07-22 14:02  initial support to ignore tags (script …  Hiltjo Posthuma
   DIR 2017-07-22 13:46  simplify cdata handler, show src attrib…  Hiltjo Posthuma
   DIR 2017-07-22 13:29  simplify pre-like tags parsing, support…  Hiltjo Posthuma
   DIR 2017-07-22 13:14  simplify tag type matching, add nested …  Hiltjo Posthuma
   DIR 2017-07-22 12:36  initial repo (experiment)                 Hiltjo Posthuma
       
  TEXT Atom feed
  TEXT Atom feed (tags)