2023-03-20 20:32 | white-space and wrapping improvements | Hiltjo Posthuma | 1 | +45 | -29 |
2023-03-20 18:54 | use ctype-like macros, separate print functions | Hiltjo Posthuma | 1 | +85 | -37 |
2023-03-20 18:54 | xml.c: fix unitialized use of variable c in HTML_MODE | Hiltjo Posthuma | 1 | +6 | -1 |
2023-03-19 11:25 | xml.c: fix-up: don't process pending data twice | Hiltjo Posthuma | 1 | +4 | -0 |
2023-03-19 11:20 | bump LICENSE year | Hiltjo Posthuma | 1 | +1 | -1 |
2023-03-19 11:16 | xml.c: some HTML-specific changes | Hiltjo Posthuma | 1 | +17 | -0 |
2022-10-06 22:11 | sync improvements from xmlparser | Hiltjo Posthuma | 2 | +24 | -20 |
2022-07-31 10:17 | bump LICENSE year | Hiltjo Posthuma | 1 | +1 | -1 |
2022-07-31 10:16 | add BSD err() and errx() for portability | Hiltjo Posthuma | 1 | +44 | -1 |
2021-10-26 00:05 | don't try to make absolute URIs absolute | Hiltjo Posthuma | 1 | +3 | -2 |
2021-10-26 00:03 | small code-style change, unnecesary condition, change to else | Hiltjo Posthuma | 1 | +3 | -2 |
2021-10-25 23:55 | remove old parseuri() function | Hiltjo Posthuma | 1 | +0 | -79 |
2021-10-25 23:46 | README: small rewording and add line for the mutt mail client | Hiltjo Posthuma | 1 | +7 | -3 |
2021-10-25 21:45 | Makefile: use -D_DEFAULT_SOURCE, prevents warnings on some systems | Hiltjo Posthuma | 1 | +1 | -1 |
2021-10-25 21:45 | enable and fix xmlattrstart handler and parsing src, href | Hiltjo Posthuma | 1 | +6 | -2 |
2021-10-25 21:42 | add support for parsing <base href="" /> | Hiltjo Posthuma | 1 | +19 | -5 |
2021-10-25 21:42 | improve man page | Hiltjo Posthuma | 1 | +16 | -7 |
2021-06-27 13:26 | webdump.1: bump date | Hiltjo Posthuma | 1 | +1 | -1 |
2021-06-27 13:24 | add -x option to write eXtracted resources to fd 3 in the TSV format | Hiltjo Posthuma | 2 | +11 | -2 |
2021-06-27 13:23 | sync improved URI parser and formatter from sfeed | Hiltjo Posthuma | 1 | +224 | -104 |
2021-06-27 13:22 | add thinsp to short/common namedentities list | Hiltjo Posthuma | 1 | +1 | -0 |
2021-06-27 13:21 | README: add mailcap example for mutt | Hiltjo Posthuma | 1 | +13 | -0 |
2021-06-27 13:21 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-06 17:00 | sync getnext_ignore fix from grabtitle program | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-06 16:58 | improve parsing of links with attribute entitities | Hiltjo Posthuma | 1 | +56 | -29 |
2020-05-22 23:04 | namedentities.h: add a few entities to the common list | Hiltjo Posthuma | 1 | +2 | -0 |
2020-03-12 21:33 | handle closed tag with no corresponding open tag (for malformed HTML) | Leonardo Taccari | 1 | +4 | -2 |
2020-03-12 08:30 | mini-consistency fix | Hiltjo Posthuma | 1 | +1 | -1 |
2020-03-11 14:46 | improve XML entity conversion | Hiltjo Posthuma | 1 | +8 | -8 |
2020-03-11 14:44 | add initial "optional" tag handling, rework some tag handling | Hiltjo Posthuma | 1 | +177 | -103 |
2019-12-09 23:24 | use field isvoid from the looked up tag (should be the same) | Hiltjo Posthuma | 1 | +1 | -1 |
2019-12-09 23:22 | rm unused variable | Hiltjo Posthuma | 1 | +0 | -2 |
2019-12-09 23:13 | hide tags if parent is hidden | Hiltjo Posthuma | 1 | +9 | -3 |
2019-12-09 18:05 | improve hidden elements, add "hidden" and "aria-hidden" attribute parsing | Hiltjo Posthuma | 1 | +13 | -3 |
2019-12-09 18:05 | refactor bsearch to findtag() | Hiltjo Posthuma | 1 | +12 | -5 |
2019-12-09 18:04 | rename autoclose to isvoid (void element) | Hiltjo Posthuma | 1 | +11 | -4 |
2019-12-09 17:46 | hide script, style and template tag | Hiltjo Posthuma | 1 | +3 | -0 |
2019-12-09 17:46 | use binary search for tags | Hiltjo Posthuma | 1 | +18 | -8 |
2019-12-09 17:38 | sort tags | Hiltjo Posthuma | 1 | +50 | -60 |
2019-12-08 15:41 | use binary search (bsearch) for named entity lookup on the sorted list | Hiltjo Posthuma | 1 | +23 | -10 |
2019-12-08 15:31 | sort named entities, add laquo, raquo and REG to the common-used list | Hiltjo Posthuma | 2 | +1977 | -1975 |
2019-12-08 15:23 | show img alt text | Hiltjo Posthuma | 1 | +9 | -0 |
2019-12-08 15:20 | README: minor reword | Hiltjo Posthuma | 1 | +2 | -2 |
2019-12-08 15:09 | simplify link reference type, remove ifdefs and some debug code | Hiltjo Posthuma | 1 | +1 | -30 |
2019-12-08 14:57 | only show link references at the bottom if there are any, remove #ifdef for it | Hiltjo Posthuma | 1 | +3 | -9 |
2019-11-29 14:25 | add tel: as link reference, only mailto: and tel: may be used in <a> | Hiltjo Posthuma | 1 | +7 | -3 |
2019-11-29 14:22 | add a case for mailto: urls for link references | Hiltjo Posthuma | 1 | +7 | -2 |
2019-11-29 14:08 | update README | Hiltjo Posthuma | 1 | +2 | -0 |
2019-11-29 14:06 | disable ANSI codes by default now that there is a -a option | Hiltjo Posthuma | 1 | +1 | -1 |
2019-11-29 14:05 | underline references/links | Hiltjo Posthuma | 1 | +4 | -2 |
2019-11-29 14:05 | update README | Hiltjo Posthuma | 1 | +34 | -0 |
2019-11-29 14:04 | improvem man page, change -s to -r | Hiltjo Posthuma | 2 | +15 | -10 |
2019-11-29 09:49 | Add ability to toggle rendering options | Willy Goiffon | 2 | +20 | -1 |
2019-11-29 09:42 | Ensure no unnecessary newline is appended at end of dump | Willy Goiffon | 1 | +3 | -1 |
2019-11-28 21:23 | named entities: add ® | Hiltjo Posthuma | 1 | +1 | -0 |
2019-11-28 21:23 | update README | Hiltjo Posthuma | 1 | +19 | -5 |
2019-11-28 21:22 | "autoclose" certain tags if they are not defined in the short form | Hiltjo Posthuma | 1 | +21 | -3 |
2019-11-28 18:27 | use a list of common-used named entities | Hiltjo Posthuma | 3 | +18 | -2014 |
2019-11-28 18:18 | remove local TODO | Hiltjo Posthuma | 1 | +0 | -60 |
2019-11-28 18:17 | don't hide data inside unknown tags, just show it as inline | Hiltjo Posthuma | 1 | +1 | -1 |
2019-11-28 18:16 | fix formatting inside <pre> containing markup | Hiltjo Posthuma | 1 | +16 | -7 |
2019-11-22 12:15 | disable reverse for <code> | Hiltjo Posthuma | 1 | +1 | -1 |
2019-11-22 12:14 | add strikethrough, blink. refactor bitmasks for displaytypes | Hiltjo Posthuma | 1 | +39 | -32 |
2019-11-22 12:13 | add all named entities. | Hiltjo Posthuma | 3 | +2035 | -19 |
2019-11-22 12:12 | add <br> handling in tagstart | Hiltjo Posthuma | 1 | +2 | -6 |
2019-11-22 12:12 | print and reset each style (do not reset all attributes) | Hiltjo Posthuma | 1 | +27 | -12 |
2019-11-22 12:11 | add one printansi function for printing ANSI codes or not | Hiltjo Posthuma | 1 | +9 | -1 |
2019-11-20 23:43 | print reset sequence first, some small cleanups | Hiltjo Posthuma | 1 | +6 | -10 |
2019-11-20 23:38 | show usage on invalid flag (or -h) | Hiltjo Posthuma | 1 | +4 | -2 |
2019-11-20 23:37 | update TODO | Hiltjo Posthuma | 1 | +4 | -17 |
2019-11-20 23:37 | webdump.1: minimal documentation for flags | Hiltjo Posthuma | 1 | +2 | -1 |
2019-11-20 23:36 | make table cell header (th) and headers bold | Hiltjo Posthuma | 1 | +7 | -7 |
2019-11-20 23:36 | add arg.h and option parsing: -b and -w | Hiltjo Posthuma | 3 | +62 | -3 |
2019-11-20 23:24 | make (soft)line-wrapping an option, still WIP though | Hiltjo Posthuma | 1 | +8 | -8 |
2019-11-20 23:18 | define some run-time options, change some options | Hiltjo Posthuma | 2 | +33 | -14 |
2019-11-20 23:03 | improve table row and cell rendering a bit | Hiltjo Posthuma | 1 | +2 | -3 |
2019-11-20 22:57 | add formatting improvements from z3bra | Hiltjo Posthuma | 1 | +4 | -4 |
2019-11-20 22:49 | rm TODO comment | Hiltjo Posthuma | 1 | +0 | -4 |
2019-11-20 22:48 | Translate semantic tags to ANSI escapes | Hiltjo Posthuma | 1 | +18 | -5 |
2019-11-20 22:30 | disable (soft)-line wrapping | Hiltjo Posthuma | 1 | +7 | -4 |
2019-11-20 22:29 | refactor nbsp handling and named entities to codepoints | Hiltjo Posthuma | 2 | +24 | -23 |
2019-11-20 17:29 | rename count to nchildren, some cleanups | Hiltjo Posthuma | 1 | +6 | -13 |
2019-11-20 17:24 | improvements | Hiltjo Posthuma | 3 | +205 | -88 |
2019-11-10 19:55 | Makefile: remove config.mk, simplify | Hiltjo Posthuma | 2 | +15 | -22 |
2019-09-23 07:38 | update TODO | Hiltjo Posthuma | 1 | +2 | -0 |
2019-09-22 18:16 | man page: remove copy-pasta line, prefix "DEBUG:" for debug line | Hiltjo Posthuma | 2 | +2 | -3 |
2019-09-22 17:54 | add TODO item | Hiltjo Posthuma | 1 | +1 | -0 |
2019-09-22 17:48 | fix bug in ignoring character in <style> or <script> | Hiltjo Posthuma | 1 | +1 | -1 |
2019-09-22 17:45 | absolute link references, add base href argument to program | Hiltjo Posthuma | 1 | +26 | -27 |
2019-09-22 17:19 | use cflags, ldflags, fix directory name (sfeed copy-pasta) | Hiltjo Posthuma | 2 | +3 | -3 |
2019-09-22 17:17 | fix make dist | Hiltjo Posthuma | 1 | +1 | -2 |
2019-09-22 17:16 | add bare minimum man page for now | Hiltjo Posthuma | 1 | +21 | -0 |
2019-09-22 17:14 | initial Makefile | Hiltjo Posthuma | 2 | +106 | -3 |
2019-09-22 17:14 | rename main.c to webdump.c | Hiltjo Posthuma | 2 | +706 | -697 |
2019-09-22 17:10 | disable display inline (#ifdef), its the default type now | Hiltjo Posthuma | 1 | +2 | -0 |
2019-09-21 18:02 | testing improve white-space handling | Hiltjo Posthuma | 3 | +45 | -21 |
2019-09-21 17:14 | hide tag if DisplayNone, separate white-space handling | Hiltjo Posthuma | 2 | +10 | -11 |
2019-09-21 14:43 | show "code" as pre for now, disable showing links for now | Hiltjo Posthuma | 1 | +3 | -1 |
2019-09-21 14:37 | add a few HTML5 tags, update TODO, tiny cleanup | Hiltjo Posthuma | 2 | +12 | -3 |
2019-09-21 14:31 | add strlcat, strlcpy, update README, TODO and display "code" inline | Hiltjo Posthuma | 5 | +112 | -4 |
| 24 more commits remaining, fetch the repository |