updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser

added to config: int html_filter_white_char_mode;
  how white characters between html tags are treated
  0 - WHITE_MODE_ORIGIN - they are copied from input to output
  1 - WHITE_MODE_SINGLE_LINE - new line characters are removed
  2 - WHITE_MODE_TREE - try to create a tree (some kind of pretty printing)
  default: 2
This commit is contained in:
2021-08-07 02:16:48 +02:00
parent 22134b6cc0
commit b424988d1b
22 changed files with 369 additions and 175 deletions

View File

@@ -48,6 +48,7 @@ init.o: ../../../../winix/winixd/templates/localefilter.h
init.o: ../../../../winix/winixd/templates/locale.h
init.o: ../../../../pikotools/src/space/spaceparser.h
init.o: ../../../../pikotools/src/space/space.h
init.o: ../../../../pikotools/src/convert/baseparser.h
init.o: ../../../../winix/winixd/core/winixbase.h
init.o: ../../../../winix/winixd/core/config.h
init.o: ../../../../winix/winixd/core/log.h
@@ -96,6 +97,7 @@ init.o: ../../../../winix/winixd/core/plugindata.h
stats.o: stats.h ../../../../winix/winixd/core/config.h
stats.o: ../../../../pikotools/src/space/spaceparser.h
stats.o: ../../../../pikotools/src/space/space.h
stats.o: ../../../../pikotools/src/convert/baseparser.h
stats.o: ../../../../winix/winixd/core/log.h
stats.o: ../../../../pikotools/src/log/filelog.h
stats.o: ../../../../pikotools/src/textstream/textstream.h
@@ -179,6 +181,7 @@ templates.o: ../../../../pikotools/src/convert/double.h stats.h
templates.o: ../../../../winix/winixd/core/config.h
templates.o: ../../../../pikotools/src/space/spaceparser.h
templates.o: ../../../../pikotools/src/space/space.h
templates.o: ../../../../pikotools/src/convert/baseparser.h
templates.o: ../../../../winix/winixd/core/log.h
templates.o: ../../../../winix/winixd/core/winixmodeldeprecated.h
templates.o: ../../../../winix/winixd/core/winixbase.h