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

@@ -30,6 +30,7 @@ createticket.o: ../../../../winix/winixd/core/winixbase.h
createticket.o: ../../../../winix/winixd/core/config.h
createticket.o: ../../../../pikotools/src/space/spaceparser.h
createticket.o: ../../../../pikotools/src/space/space.h
createticket.o: ../../../../pikotools/src/convert/baseparser.h
createticket.o: ../../../../winix/winixd/core/log.h
createticket.o: ../../../../winix/winixd/core/logmanipulators.h
createticket.o: ../../../../pikotools/src/log/log.h
@@ -191,7 +192,7 @@ createticket.o: ../../../../winix/winixd/functions/upload.h
createticket.o: ../../../../winix/winixd/functions/uptime.h
createticket.o: ../../../../winix/winixd/functions/who.h
createticket.o: ../../../../winix/winixd/functions/vim.h
createticket.o: ../../../../pikotools/src/html/htmlfilter.h sessiondata.h
createticket.o: ../../../../pikotools/src/html/htmlparser.h sessiondata.h
createticket.o: ../../../../winix/winixd/core/plugindata.h
createticket.o: ../../../../winix/winixd/functions/rm.h
editticket.o: editticket.h tdb.h ticket.h
@@ -224,6 +225,7 @@ editticket.o: ../../../../winix/winixd/core/winixbase.h
editticket.o: ../../../../winix/winixd/core/config.h
editticket.o: ../../../../pikotools/src/space/spaceparser.h
editticket.o: ../../../../pikotools/src/space/space.h
editticket.o: ../../../../pikotools/src/convert/baseparser.h
editticket.o: ../../../../winix/winixd/core/log.h
editticket.o: ../../../../winix/winixd/core/logmanipulators.h
editticket.o: ../../../../pikotools/src/log/log.h
@@ -374,7 +376,7 @@ editticket.o: ../../../../winix/winixd/functions/upload.h
editticket.o: ../../../../winix/winixd/functions/uptime.h
editticket.o: ../../../../winix/winixd/functions/who.h
editticket.o: ../../../../winix/winixd/functions/vim.h
editticket.o: ../../../../pikotools/src/html/htmlfilter.h
editticket.o: ../../../../pikotools/src/html/htmlparser.h
editticket.o: ../../../../winix/winixd/core/winixrequest.h
editticket.o: ../../../../winix/winixd/core/winixsystem.h
editticket.o: ../../../../winix/winixd/core/sessionmanager.h
@@ -416,6 +418,7 @@ funticket.o: ../../../../winix/winixd/core/winixbase.h
funticket.o: ../../../../winix/winixd/core/config.h
funticket.o: ../../../../pikotools/src/space/spaceparser.h
funticket.o: ../../../../pikotools/src/space/space.h
funticket.o: ../../../../pikotools/src/convert/baseparser.h
funticket.o: ../../../../winix/winixd/core/log.h
funticket.o: ../../../../winix/winixd/core/logmanipulators.h
funticket.o: ../../../../pikotools/src/log/log.h
@@ -564,7 +567,7 @@ funticket.o: ../../../../winix/winixd/functions/upload.h
funticket.o: ../../../../winix/winixd/functions/uptime.h
funticket.o: ../../../../winix/winixd/functions/who.h
funticket.o: ../../../../winix/winixd/functions/vim.h
funticket.o: ../../../../pikotools/src/html/htmlfilter.h
funticket.o: ../../../../pikotools/src/html/htmlparser.h
funticket.o: ../../../../winix/winixd/core/winixrequest.h
funticket.o: ../../../../winix/winixd/core/winixsystem.h
funticket.o: ../../../../winix/winixd/core/sessionmanager.h
@@ -605,6 +608,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
@@ -746,7 +750,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
init.o: ../../../../winix/winixd/core/winixrequest.h
init.o: ../../../../winix/winixd/core/winixsystem.h
init.o: ../../../../winix/winixd/core/sessionmanager.h
@@ -803,6 +807,7 @@ showtickets.o: ../../../../winix/winixd/core/winixbase.h
showtickets.o: ../../../../winix/winixd/core/config.h
showtickets.o: ../../../../pikotools/src/space/spaceparser.h
showtickets.o: ../../../../pikotools/src/space/space.h
showtickets.o: ../../../../pikotools/src/convert/baseparser.h
showtickets.o: ../../../../winix/winixd/core/log.h
showtickets.o: ../../../../winix/winixd/core/logmanipulators.h
showtickets.o: ../../../../pikotools/src/log/log.h
@@ -953,7 +958,7 @@ showtickets.o: ../../../../winix/winixd/functions/upload.h
showtickets.o: ../../../../winix/winixd/functions/uptime.h
showtickets.o: ../../../../winix/winixd/functions/who.h
showtickets.o: ../../../../winix/winixd/functions/vim.h
showtickets.o: ../../../../pikotools/src/html/htmlfilter.h
showtickets.o: ../../../../pikotools/src/html/htmlparser.h
showtickets.o: ../../../../winix/winixd/core/winixrequest.h
showtickets.o: ../../../../winix/winixd/core/winixsystem.h
showtickets.o: ../../../../winix/winixd/core/sessionmanager.h
@@ -994,6 +999,7 @@ tdb.o: ../../../../winix/winixd/core/winixbase.h
tdb.o: ../../../../winix/winixd/core/config.h
tdb.o: ../../../../pikotools/src/space/spaceparser.h
tdb.o: ../../../../pikotools/src/space/space.h
tdb.o: ../../../../pikotools/src/convert/baseparser.h
tdb.o: ../../../../winix/winixd/core/log.h
tdb.o: ../../../../winix/winixd/core/logmanipulators.h
tdb.o: ../../../../pikotools/src/log/log.h
@@ -1053,6 +1059,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: ../../../../morm/src/morm.h ../../../../morm/src/morm_types.h
@@ -1196,7 +1203,7 @@ templates.o: ../../../../winix/winixd/functions/upload.h
templates.o: ../../../../winix/winixd/functions/uptime.h
templates.o: ../../../../winix/winixd/functions/who.h
templates.o: ../../../../winix/winixd/functions/vim.h
templates.o: ../../../../pikotools/src/html/htmlfilter.h
templates.o: ../../../../pikotools/src/html/htmlparser.h
templates.o: ../../../../winix/winixd/core/winixrequest.h
templates.o: ../../../../winix/winixd/core/winixsystem.h
templates.o: ../../../../winix/winixd/core/sessionmanager.h
@@ -1230,6 +1237,7 @@ ticketinfo.o: ../../../../winix/winixd/core/winixbase.h
ticketinfo.o: ../../../../winix/winixd/core/config.h
ticketinfo.o: ../../../../pikotools/src/space/spaceparser.h
ticketinfo.o: ../../../../pikotools/src/space/space.h
ticketinfo.o: ../../../../pikotools/src/convert/baseparser.h
ticketinfo.o: ../../../../winix/winixd/core/log.h
ticketinfo.o: ../../../../winix/winixd/core/logmanipulators.h
ticketinfo.o: ../../../../pikotools/src/log/log.h
@@ -1396,7 +1404,7 @@ ticketinfo.o: ../../../../winix/winixd/functions/upload.h
ticketinfo.o: ../../../../winix/winixd/functions/uptime.h
ticketinfo.o: ../../../../winix/winixd/functions/who.h
ticketinfo.o: ../../../../winix/winixd/functions/vim.h
ticketinfo.o: ../../../../pikotools/src/html/htmlfilter.h
ticketinfo.o: ../../../../pikotools/src/html/htmlparser.h
ticketinfo.o: ../../../../winix/winixd/core/winixrequest.h
ticketinfo.o: ../../../../winix/winixd/core/winixsystem.h
ticketinfo.o: ../../../../winix/winixd/core/sessionmanager.h