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:
@@ -11,6 +11,7 @@ notify.o: ../../../pikotools/src/utf8/utf8.h
|
||||
notify.o: ../../../pikotools/src/textstream/stream.h
|
||||
notify.o: ../../../pikotools/src/utf8/utf8_templates.h
|
||||
notify.o: ../../../pikotools/src/utf8/utf8_private.h
|
||||
notify.o: ../../../pikotools/src/convert/baseparser.h
|
||||
notify.o: ../../../winix/winixd/core/log.h
|
||||
notify.o: ../../../winix/winixd/core/logmanipulators.h
|
||||
notify.o: ../../../pikotools/src/log/log.h
|
||||
@@ -123,7 +124,7 @@ notify.o: ../../../winix/winixd/core/ipbancontainer.h
|
||||
notify.o: ../../../winix/winixd/core/system.h
|
||||
notify.o: ../../../winix/winixd/core/sessionidmanager.h
|
||||
notify.o: ../../../tito/src/base64.h ../../../tito/src/aes.h
|
||||
notify.o: ../../../pikotools/src/html/htmlfilter.h
|
||||
notify.o: ../../../pikotools/src/html/htmlparser.h
|
||||
notify.o: ../../../winix/winixd/core/winixrequest.h
|
||||
notify.o: ../../../winix/winixd/core/winixsystem.h
|
||||
notify.o: ../../../winix/winixd/core/slog.h
|
||||
@@ -139,6 +140,7 @@ notifypool.o: ../../../pikotools/src/utf8/utf8.h
|
||||
notifypool.o: ../../../pikotools/src/textstream/stream.h
|
||||
notifypool.o: ../../../pikotools/src/utf8/utf8_templates.h
|
||||
notifypool.o: ../../../pikotools/src/utf8/utf8_private.h
|
||||
notifypool.o: ../../../pikotools/src/convert/baseparser.h
|
||||
notifypool.o: ../../../pikotools/src/textstream/textstream.h
|
||||
notifypool.o: ../../../pikotools/src/textstream/stream.h
|
||||
notifypool.o: ../../../pikotools/src/space/space.h
|
||||
@@ -210,6 +212,7 @@ notifythread.o: ../../../winix/winixd/templates/locale.h
|
||||
notifythread.o: ../../../pikotools/src/space/spaceparser.h
|
||||
notifythread.o: ../../../pikotools/src/space/space.h
|
||||
notifythread.o: ../../../pikotools/src/textstream/types.h
|
||||
notifythread.o: ../../../pikotools/src/convert/baseparser.h
|
||||
notifythread.o: ../../../winix/winixd/core/winixbase.h
|
||||
notifythread.o: ../../../winix/winixd/core/config.h
|
||||
notifythread.o: ../../../winix/winixd/core/log.h
|
||||
@@ -304,6 +307,7 @@ templatesnotify.o: ../../../winix/winixd/templates/locale.h
|
||||
templatesnotify.o: ../../../pikotools/src/space/spaceparser.h
|
||||
templatesnotify.o: ../../../pikotools/src/space/space.h
|
||||
templatesnotify.o: ../../../pikotools/src/textstream/types.h
|
||||
templatesnotify.o: ../../../pikotools/src/convert/baseparser.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/winixbase.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/config.h
|
||||
templatesnotify.o: ../../../winix/winixd/core/log.h
|
||||
|
Reference in New Issue
Block a user