webdump

HTML to plain-text converter for webpages
git clone git://git.codemadness.org/webdump
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-10-15 11:47README: expand READMEHiltjo Posthuma1+39-3
2023-10-06 09:57webdump.1: improve man pageHiltjo Posthuma1+3-1
2023-09-27 16:53contextual line-wrapping, disabled for nowHiltjo Posthuma1+27-2
2023-09-27 16:53show "[IMG]" as a placeholder if alt text is emptyHiltjo Posthuma1+4-0
2023-09-22 12:21declare a few functions as staticHiltjo Posthuma2+13-14
2023-09-21 21:13hide data in <svg> tagHiltjo Posthuma1+4-3
2023-09-20 16:51for the class and id attribute use the first value setHiltjo Posthuma1+22-13
2023-09-19 18:05cleanup code a bit and add some commentsHiltjo Posthuma1+62-67
2023-09-19 18:04strip down tree.h remove unused code and unused macrosHiltjo Posthuma1+1-267
2023-09-18 17:08sync some small XML parser fixesHiltjo Posthuma2+5-5
2023-09-18 17:06various improvementsHiltjo Posthuma3+597-65
2023-09-14 20:31various improvementsHiltjo Posthuma2+245-188
2023-09-13 18:41whoops, check in some related changes from previous commitsHiltjo Posthuma1+8-5
2023-09-13 18:40set DisplaySelectMulti for <select> with multiple attributeHiltjo Posthuma1+3-0
2023-09-13 18:39if the <input type="submit|reset"> has no value, use a default oneHiltjo Posthuma1+5-3
2023-09-13 18:38fixed nested <dl>Hiltjo Posthuma1+3-3
2023-09-13 18:38with the -i and -a option highlight links in ANSI reverseHiltjo Posthuma1+14-3
2023-09-13 18:37initial support for <select> <option>Hiltjo Posthuma1+27-0
2023-09-13 18:36support <object data> attribute as a link referenceHiltjo Posthuma1+11-2
2023-09-13 18:35add support for more tags and change the markup and display block-type of someHiltjo Posthuma1+35-18
2023-09-12 18:02add option for unique link references (-d)Hiltjo Posthuma2+67-27
2023-09-12 18:01do not reset ncells or nbytesline if no newline was emittedHiltjo Posthuma1+4-4
2023-09-12 18:00reduce excessive ANSI markup codes using -aHiltjo Posthuma1+16-8
2023-09-12 17:59clamp indent count to increment to >= 0 just in caseHiltjo Posthuma1+2-0
2023-09-12 17:58add more block-like tagsHiltjo Posthuma1+3-0
2023-09-11 17:10fix typoHiltjo Posthuma1+1-1
2023-09-11 17:03optional tag handling improvementsHiltjo Posthuma1+78-27
2023-09-11 17:01hputchar: fix flag to reset hadnewline and improve commentsHiltjo Posthuma1+3-1
2023-09-11 17:00micro optimation for counters on indent()Hiltjo Posthuma1+6-5
2023-09-11 16:59handle <form> as block element with margin bottom 0Hiltjo Posthuma1+1-0
2023-09-11 16:58fix leading white-space in <pre>Hiltjo Posthuma1+4-4
2023-09-08 20:34just translate all entitiesHiltjo Posthuma4+1976-2038
2023-09-08 13:46do not define a non-const in this wayHiltjo Posthuma1+9-8
2023-09-08 13:43handpick and add named entity to the shorter named entities listHiltjo Posthuma1+1-0
2023-09-08 13:42update mailcap example and add it to the man page as wellHiltjo Posthuma2+11-7
2023-09-08 13:33small optimization: use the new DisplayType DisplayInputHiltjo Posthuma1+1-3
2023-09-08 13:05improve forms a bitHiltjo Posthuma1+44-20
2023-09-08 11:09improve base URL and <base href /> handlingHiltjo Posthuma2+17-14
2023-09-08 09:29flush after writing the URL inlineHiltjo Posthuma1+2-1
2023-09-08 09:25improve link references, add option to show full URL inlineHiltjo Posthuma2+53-42
2023-09-08 09:07selector syntax: document it and add feature to filter on a specific nth nodeHiltjo Posthuma2+63-8
2023-09-08 08:31add figure and figcaption: improve display of itHiltjo Posthuma1+2-0
2023-09-07 16:35reduce some newlines before the link referencesHiltjo Posthuma1+4-4
2023-09-07 16:33improve documentationHiltjo Posthuma2+14-17
2023-09-07 16:25initial repoHiltjo Posthuma12+5129-0