Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa b424988d1b 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
2021-08-07 02:16:48 +02:00
winixd updated to the new pikotools api (api2021): HTMLFilter renamed to HTMLParser 2021-08-07 02:16:48 +02:00
.editorconfig added .editorconfig file 2021-06-16 18:09:18 +02:00
.gitignore updated .gitignore 2021-01-21 17:12:56 +01:00