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

@@ -12,6 +12,7 @@ cache.o: ../../../../pikotools/src/utf8/utf8.h
cache.o: ../../../../pikotools/src/textstream/stream.h
cache.o: ../../../../pikotools/src/utf8/utf8_templates.h
cache.o: ../../../../pikotools/src/utf8/utf8_private.h
cache.o: ../../../../pikotools/src/convert/baseparser.h
cache.o: ../../../../winix/winixd/core/log.h
cache.o: ../../../../winix/winixd/core/logmanipulators.h
cache.o: ../../../../pikotools/src/log/log.h
@@ -108,6 +109,7 @@ init.o: ../../../../pikotools/src/utf8/utf8.h
init.o: ../../../../pikotools/src/textstream/stream.h
init.o: ../../../../pikotools/src/utf8/utf8_templates.h
init.o: ../../../../pikotools/src/utf8/utf8_private.h
init.o: ../../../../pikotools/src/convert/baseparser.h
init.o: ../../../../winix/winixd/core/log.h
init.o: ../../../../winix/winixd/core/logmanipulators.h
init.o: ../../../../pikotools/src/log/log.h
@@ -224,7 +226,7 @@ init.o: ../../../../winix/winixd/core/ipbancontainer.h
init.o: ../../../../winix/winixd/core/system.h
init.o: ../../../../winix/winixd/core/sessionidmanager.h
init.o: ../../../../tito/src/base64.h ../../../../tito/src/aes.h
init.o: ../../../../pikotools/src/html/htmlfilter.h
init.o: ../../../../pikotools/src/html/htmlparser.h
init.o: ../../../../winix/winixd/core/winixrequest.h
init.o: ../../../../winix/winixd/core/winixsystem.h
init.o: ../../../../winix/winixd/core/slog.h
@@ -290,6 +292,7 @@ templates.o: ../../../../pikotools/src/utf8/utf8.h
templates.o: ../../../../pikotools/src/textstream/stream.h
templates.o: ../../../../pikotools/src/utf8/utf8_templates.h
templates.o: ../../../../pikotools/src/utf8/utf8_private.h
templates.o: ../../../../pikotools/src/convert/baseparser.h
templates.o: ../../../../winix/winixd/core/log.h
templates.o: ../../../../winix/winixd/core/logmanipulators.h
templates.o: ../../../../pikotools/src/log/log.h
@@ -412,7 +415,7 @@ templates.o: ../../../../winix/winixd/core/ipbancontainer.h
templates.o: ../../../../winix/winixd/core/system.h
templates.o: ../../../../winix/winixd/core/sessionidmanager.h
templates.o: ../../../../tito/src/base64.h ../../../../tito/src/aes.h
templates.o: ../../../../pikotools/src/html/htmlfilter.h
templates.o: ../../../../pikotools/src/html/htmlparser.h
templates.o: ../../../../winix/winixd/core/winixrequest.h
templates.o: ../../../../winix/winixd/core/winixsystem.h
templates.o: ../../../../winix/winixd/core/slog.h