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:
@@ -83,7 +83,7 @@
|
||||
#include "uptime.h"
|
||||
#include "who.h"
|
||||
#include "vim.h"
|
||||
#include "html/htmlfilter.h"
|
||||
#include "html/htmlparser.h"
|
||||
#include "core/winixrequest.h"
|
||||
|
||||
|
||||
@@ -205,7 +205,7 @@ private:
|
||||
SessionManager * session_manager;
|
||||
|
||||
std::wstring temp;
|
||||
pt::HTMLFilter html_filter;
|
||||
pt::HTMLParser html_filter;
|
||||
std::wstring link_to_temp;
|
||||
|
||||
void CreateFunctions();
|
||||
|
||||
Reference in New Issue
Block a user