Just saving my workJust saving my work ...
This branch is for getting the HTML patch from @dcooper16 into 2.9dev Change to David's PR: * removed HTMLHEADER. We always want that (in fact for flat JSON this is missing and needs to be added) * not sure what this change does to --file * changing of names They were redundant sometimes (pr_*_term ) * some formatting for readbility Open points: * there's a loop and a segfault --> tm_done_best * HTMLHEADER: --file * the former sed statement aroung L1900 for the header was way more readable. The combined html+terminal version is just too much. Maybe a switch whether HTML is requested is better so that this can be separated. * Then e.g. "<span style=\"color:olive;font-weight:bold" can be kept in a variable * any reason we need the text length here? * what went into main here is too much. Actuallly what I put already in there bothered me as too much logic and not obvious dependencies are in here. Now it's worse :-) Can't this be just similar to JSON or CSV -- a seperate function with hooks not in main()? * minor thing: TERM_WIDTH is for HTML is maybe not the best. But that can be tackled later
This commit is contained in:
parent
b10942a92e
commit
8d66786e42
890
testssl.sh
890
testssl.sh
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue