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

@@ -67,6 +67,7 @@ item.o: ../../../winix/winixd/templates/localefilter.h
item.o: ../../../winix/winixd/templates/locale.h
item.o: ../../../pikotools/src/space/spaceparser.h
item.o: ../../../pikotools/src/space/space.h
item.o: ../../../pikotools/src/convert/baseparser.h
item.o: ../../../winix/winixd/core/winixbase.h
item.o: ../../../winix/winixd/core/config.h ../../../winix/winixd/core/log.h
item.o: ../../../winix/winixd/core/synchro.h
@@ -151,7 +152,7 @@ item.o: ../../../winix/winixd/core/ipbancontainer.h
item.o: ../../../winix/winixd/core/system.h
item.o: ../../../winix/winixd/core/sessionidmanager.h
item.o: ../../../tito/src/base64.h ../../../tito/src/aes.h
item.o: ../../../pikotools/src/html/htmlfilter.h
item.o: ../../../pikotools/src/html/htmlparser.h
item.o: ../../../winix/winixd/core/winixrequest.h
item.o: ../../../winix/winixd/core/winixsystem.h
item.o: ../../../winix/winixd/core/slog.h
@@ -202,6 +203,7 @@ itemcontent.o: ../../../winix/winixd/templates/localefilter.h
itemcontent.o: ../../../winix/winixd/templates/locale.h
itemcontent.o: ../../../pikotools/src/space/spaceparser.h
itemcontent.o: ../../../pikotools/src/space/space.h
itemcontent.o: ../../../pikotools/src/convert/baseparser.h
itemcontent.o: ../../../winix/winixd/core/winixbase.h
itemcontent.o: ../../../winix/winixd/core/config.h
itemcontent.o: ../../../winix/winixd/core/log.h
@@ -233,7 +235,7 @@ itemcontent.o: ../../../pikotools/src/convert/inttostr.h
itemcontent.o: ../../../pikotools/src/convert/patternreplacer.h
itemcontent.o: ../../../pikotools/src/convert/double.h
itemcontent.o: ../../../pikotools/src/html/bbcodeparser.h
itemcontent.o: ../../../pikotools/src/html/htmlfilter.h
itemcontent.o: ../../../pikotools/src/html/htmlparser.h
itemcontent.o: ../../../winix/winixd/core/request.h
itemcontent.o: ../../../winix/winixd/models/item.h itemcontent.h
itemcontent.o: ../../../winix/winixd/core/error.h
@@ -323,6 +325,7 @@ user.o: ../../../winix/winixd/templates/localefilter.h
user.o: ../../../winix/winixd/templates/locale.h
user.o: ../../../pikotools/src/space/spaceparser.h
user.o: ../../../pikotools/src/space/space.h
user.o: ../../../pikotools/src/convert/baseparser.h
user.o: ../../../winix/winixd/core/winixbase.h
user.o: ../../../winix/winixd/core/config.h ../../../winix/winixd/core/log.h
user.o: ../../../winix/winixd/core/log.h
@@ -417,7 +420,7 @@ user.o: ../../../winix/winixd/core/ipbancontainer.h
user.o: ../../../winix/winixd/core/system.h
user.o: ../../../winix/winixd/core/sessionidmanager.h
user.o: ../../../tito/src/base64.h ../../../tito/src/aes.h
user.o: ../../../pikotools/src/html/htmlfilter.h
user.o: ../../../pikotools/src/html/htmlparser.h
user.o: ../../../winix/winixd/core/winixrequest.h
user.o: ../../../winix/winixd/core/winixsystem.h
user.o: ../../../winix/winixd/core/slog.h