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

@@ -31,6 +31,7 @@ gallery.o: ../../../../winix/winixd/core/winixbase.h
gallery.o: ../../../../winix/winixd/core/config.h
gallery.o: ../../../../pikotools/src/space/spaceparser.h
gallery.o: ../../../../pikotools/src/space/space.h
gallery.o: ../../../../pikotools/src/convert/baseparser.h
gallery.o: ../../../../winix/winixd/core/log.h
gallery.o: ../../../../winix/winixd/core/logmanipulators.h
gallery.o: ../../../../pikotools/src/log/log.h
@@ -183,6 +184,7 @@ galleryinfo.o: ../../../../winix/winixd/templates/localefilter.h
galleryinfo.o: ../../../../winix/winixd/templates/locale.h
galleryinfo.o: ../../../../pikotools/src/space/spaceparser.h
galleryinfo.o: ../../../../pikotools/src/space/space.h
galleryinfo.o: ../../../../pikotools/src/convert/baseparser.h
galleryinfo.o: ../../../../winix/winixd/core/winixbase.h
galleryinfo.o: ../../../../winix/winixd/core/config.h
galleryinfo.o: ../../../../winix/winixd/core/log.h
@@ -238,6 +240,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: ../../../../pikotools/src/log/log.h
@@ -389,7 +392,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: gallery.h ../../../../winix/winixd/functions/functionbase.h
templates.o: ../../../../winix/winixd/db/db.h
templates.o: ../../../../winix/winixd/db/dbbase.h
@@ -421,6 +424,7 @@ templates.o: ../../../../winix/winixd/core/winixbase.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/logmanipulators.h
templates.o: ../../../../pikotools/src/log/log.h
@@ -538,7 +542,7 @@ templates.o: ../../../../winix/winixd/templates/patterncacher.h
templates.o: ../../../../winix/winixd/templates/indexpatterns.h
templates.o: ../../../../winix/winixd/templates/patterns.h
templates.o: ../../../../winix/winixd/templates/changepatterns.h
templates.o: ../../../../pikotools/src/html/htmlfilter.h
templates.o: ../../../../pikotools/src/html/htmlparser.h
templates.o: ../../../../winix/winixd/functions/functions.h
templates.o: ../../../../winix/winixd/functions/functionbase.h
templates.o: ../../../../winix/winixd/functions/functionparser.h