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

@@ -9,6 +9,7 @@ groupinfo.o: ../../../../pikotools/src/utf8/utf8.h
groupinfo.o: ../../../../pikotools/src/textstream/stream.h
groupinfo.o: ../../../../pikotools/src/utf8/utf8_templates.h
groupinfo.o: ../../../../pikotools/src/utf8/utf8_private.h
groupinfo.o: ../../../../pikotools/src/convert/baseparser.h
groupinfo.o: ../../../../winix/winixd/core/winixrequest.h
groupinfo.o: ../../../../winix/winixd/core/winixsystem.h
groupinfo.o: ../../../../winix/winixd/core/system.h
@@ -142,6 +143,7 @@ groups.o: ../../../../pikotools/src/utf8/utf8.h
groups.o: ../../../../pikotools/src/textstream/stream.h
groups.o: ../../../../pikotools/src/utf8/utf8_templates.h
groups.o: ../../../../pikotools/src/utf8/utf8_private.h
groups.o: ../../../../pikotools/src/convert/baseparser.h
groups.o: ../../../../winix/winixd/core/winixrequest.h
groups.o: ../../../../winix/winixd/core/winixsystem.h
groups.o: ../../../../winix/winixd/core/system.h
@@ -288,6 +290,7 @@ init.o: ../../../../morm/src/flatconnector.h groupinfo.h groups.h
init.o: ../../../../pikotools/src/space/spaceparser.h
init.o: ../../../../pikotools/src/space/space.h
init.o: ../../../../pikotools/src/textstream/types.h
init.o: ../../../../pikotools/src/convert/baseparser.h
init.o: ../../../../winix/winixd/core/winixrequest.h
init.o: ../../../../winix/winixd/core/winixsystem.h
init.o: ../../../../winix/winixd/core/system.h
@@ -438,7 +441,7 @@ 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
templates.o: ../../../../winix/winixd/templates/templates.h
templates.o: ../../../../ezc/src/ezc.h ../../../../ezc/src/generator.h
templates.o: ../../../../ezc/src/blocks.h ../../../../ezc/src/item.h
@@ -468,6 +471,7 @@ 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/textstream/types.h
templates.o: ../../../../pikotools/src/convert/baseparser.h
templates.o: ../../../../winix/winixd/core/log.h
templates.o: ../../../../winix/winixd/core/logmanipulators.h
templates.o: ../../../../morm/src/morm.h ../../../../morm/src/morm_types.h
@@ -577,7 +581,7 @@ templates.o: ../../../../winix/winixd/notify/templatesnotify.h
templates.o: ../../../../winix/winixd/core/users.h
templates.o: ../../../../winix/winixd/core/timezones.h
templates.o: ../../../../winix/winixd/core/timezone.h
templates.o: ../../../../pikotools/src/html/htmlfilter.h
templates.o: ../../../../pikotools/src/html/htmlparser.h
templates.o: ../../../../winix/winixd/core/plugin.h groupinfo.h
templates.o: ../../../../winix/winixd/core/misc.h
templates.o: ../../../../winix/winixd/core/winix_const.h