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

@@ -29,6 +29,7 @@ edb.o: ../../../../winix/winixd/core/winixbase.h
edb.o: ../../../../winix/winixd/core/config.h
edb.o: ../../../../pikotools/src/space/spaceparser.h
edb.o: ../../../../pikotools/src/space/space.h
edb.o: ../../../../pikotools/src/convert/baseparser.h
edb.o: ../../../../winix/winixd/core/log.h
edb.o: ../../../../winix/winixd/core/logmanipulators.h
edb.o: ../../../../pikotools/src/log/log.h
@@ -102,6 +103,7 @@ exportinfo.o: ../../../../winix/winixd/core/winixbase.h
exportinfo.o: ../../../../winix/winixd/core/config.h
exportinfo.o: ../../../../pikotools/src/space/spaceparser.h
exportinfo.o: ../../../../pikotools/src/space/space.h
exportinfo.o: ../../../../pikotools/src/convert/baseparser.h
exportinfo.o: ../../../../winix/winixd/core/log.h
exportinfo.o: ../../../../winix/winixd/core/logmanipulators.h
exportinfo.o: ../../../../pikotools/src/log/log.h
@@ -292,6 +294,7 @@ funexport.o: ../../../../winix/winixd/templates/localefilter.h
funexport.o: ../../../../winix/winixd/templates/locale.h
funexport.o: ../../../../pikotools/src/space/spaceparser.h
funexport.o: ../../../../pikotools/src/space/space.h
funexport.o: ../../../../pikotools/src/convert/baseparser.h
funexport.o: ../../../../winix/winixd/core/winixbase.h
funexport.o: ../../../../winix/winixd/core/config.h
funexport.o: ../../../../winix/winixd/core/log.h
@@ -427,6 +430,7 @@ init.o: ../../../../winix/winixd/core/winixbase.h
init.o: ../../../../winix/winixd/core/config.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/log.h
init.o: ../../../../winix/winixd/core/logmanipulators.h
init.o: ../../../../morm/src/morm.h ../../../../morm/src/morm_types.h
@@ -578,4 +582,4 @@ init.o: ../../../../winix/winixd/functions/upload.h
init.o: ../../../../winix/winixd/functions/uptime.h
init.o: ../../../../winix/winixd/functions/who.h
init.o: ../../../../winix/winixd/functions/vim.h
init.o: ../../../../pikotools/src/html/htmlfilter.h
init.o: ../../../../pikotools/src/html/htmlparser.h