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:
@@ -30,6 +30,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
|
||||
@@ -180,7 +181,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
|
||||
seo.o: seo.h ../../../../winix/winixd/functions/functionbase.h
|
||||
seo.o: ../../../../winix/winixd/db/db.h ../../../../winix/winixd/db/dbbase.h
|
||||
seo.o: ../../../../winix/winixd/db/dbconn.h
|
||||
@@ -211,6 +212,7 @@ seo.o: ../../../../winix/winixd/core/winixbase.h
|
||||
seo.o: ../../../../winix/winixd/core/config.h
|
||||
seo.o: ../../../../pikotools/src/space/spaceparser.h
|
||||
seo.o: ../../../../pikotools/src/space/space.h
|
||||
seo.o: ../../../../pikotools/src/convert/baseparser.h
|
||||
seo.o: ../../../../winix/winixd/core/log.h
|
||||
seo.o: ../../../../winix/winixd/core/logmanipulators.h
|
||||
seo.o: ../../../../pikotools/src/log/log.h
|
||||
@@ -361,4 +363,4 @@ seo.o: ../../../../winix/winixd/functions/upload.h
|
||||
seo.o: ../../../../winix/winixd/functions/uptime.h
|
||||
seo.o: ../../../../winix/winixd/functions/who.h
|
||||
seo.o: ../../../../winix/winixd/functions/vim.h
|
||||
seo.o: ../../../../pikotools/src/html/htmlfilter.h
|
||||
seo.o: ../../../../pikotools/src/html/htmlparser.h
|
||||
|
Reference in New Issue
Block a user