winix/winixd
Tomasz Sowa 027a8ec428 added to HTMLFilter:
- now we can parse " and ' in html attributes
- we can skip html tags and commentaries, added method:
  void SkipAllTags(bool skip_all_tags, bool skip_commentaries);
- there is virtual method: virtual void ItemFound();
  which is called when a html tag is parsed




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1129 e52654a7-88a9-db11-a3e9-0013d4bc506e
2018-10-23 23:28:45 +00:00
..
core added to HTMLFilter: 2018-10-23 23:28:45 +00:00
db added config parameter: db_postgresql_smaller_than_10 2018-04-25 09:37:56 +00:00
etc backend winix 2018-10-23 21:00:36 +00:00
functions added: antispam mechanism 2018-07-02 11:16:36 +00:00
html added: antispam mechanism 2018-07-02 11:16:36 +00:00
locale fixed: static files loaded to /var such as /var/ckeditor_winix.js were not properly returned 2016-07-13 13:13:56 +00:00
main added: Request::post_in (PT::Space) for input when application/json content type is used 2018-04-26 18:56:31 +00:00
notify added: std::wstring * Request::ParamValuep(const wchar_t * param_name) 2018-04-22 21:26:56 +00:00
plugins added: std::wstring * Request::ParamValuep(const wchar_t * param_name) 2018-04-22 21:26:56 +00:00
templates added: antispam mechanism 2018-07-02 11:16:36 +00:00
txt moved winix directories to winixdsubdirectory 2016-03-17 08:26:02 +00:00
Makefile changed: Makefile (added Logger from pikotools) 2018-04-23 14:29:58 +00:00
Makefile.dep added to HTMLFilter: 2018-10-23 23:28:45 +00:00