Fri, 26 Aug 2022 22:41:55 +0200 fix typo: enbaled → enabled v_0 tip
František Kučera <franta-hg@frantovo.cz> [Fri, 26 Aug 2022 22:41:55 +0200] rev 37
fix typo: enbaled → enabled (thanks Jiří Wolker for reporting)
Sat, 04 Dec 2021 21:14:50 +0100 Added tag v0.18 for changeset ce6166e87af8 v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 04 Dec 2021 21:14:50 +0100] rev 36
Added tag v0.18 for changeset ce6166e87af8
Sat, 27 Nov 2021 23:15:15 +0100 exception: fix typo: getMessge() → getMessage() v_0 v0.18
František Kučera <franta-hg@frantovo.cz> [Sat, 27 Nov 2021 23:15:15 +0100] rev 35
exception: fix typo: getMessge() → getMessage()
Tue, 23 Nov 2021 20:37:44 +0100 fix raw-xml formatting (remove XML declaration) v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 23 Nov 2021 20:37:44 +0100] rev 34
fix raw-xml formatting (remove XML declaration)
Sun, 31 Oct 2021 17:30:40 +0100 java-manifest-mf dialect for parsing MANIFEST.MF files (import shared code from relpipe-in-ini) v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 31 Oct 2021 17:30:40 +0100] rev 33
java-manifest-mf dialect for parsing MANIFEST.MF files (import shared code from relpipe-in-ini)
Mon, 30 Nov 2020 00:12:16 +0100 add --parser-option root-name, enable-comments, enable-whitespace, enable-line-numbers, enable-event-numbers, enable-sub-keys v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 30 Nov 2020 00:12:16 +0100] rev 32
add --parser-option root-name, enable-comments, enable-whitespace, enable-line-numbers, enable-event-numbers, enable-sub-keys
Sun, 29 Nov 2020 10:49:33 +0100 add --parser-option tree-style standard|literal --parser-option tree-with-namespaces true|false v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 29 Nov 2020 10:49:33 +0100] rev 31
add --parser-option tree-style standard|literal --parser-option tree-with-namespaces true|false
Sun, 29 Nov 2020 00:30:36 +0100 add --parser-option v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 29 Nov 2020 00:30:36 +0100] rev 30
add --parser-option
Sat, 28 Nov 2020 21:09:18 +0100 configurable dialects: in separate classes v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 28 Nov 2020 21:09:18 +0100] rev 29
configurable dialects: in separate classes
Sat, 28 Nov 2020 18:14:15 +0100 configurable unescaping processors v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 28 Nov 2020 18:14:15 +0100] rev 28
configurable unescaping processors
Thu, 26 Nov 2020 11:42:26 +0100 unescape also Java .properties encoding (\uXXXX) v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 26 Nov 2020 11:42:26 +0100] rev 27
unescape also Java .properties encoding (\uXXXX)
Wed, 25 Nov 2020 21:50:26 +0100 new INI parser v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 25 Nov 2020 21:50:26 +0100] rev 26
new INI parser
Mon, 23 Nov 2020 21:09:46 +0100 multi-line support: quoted and apostrophed v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Nov 2020 21:09:46 +0100] rev 25
multi-line support: quoted and apostrophed
Mon, 23 Nov 2020 19:49:35 +0100 simplify/unify the quoted and apostrophed values v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Nov 2020 19:49:35 +0100] rev 24
simplify/unify the quoted and apostrophed values
Mon, 23 Nov 2020 19:41:06 +0100 support unquoted empty values v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Nov 2020 19:41:06 +0100] rev 23
support unquoted empty values
Mon, 23 Nov 2020 19:15:01 +0100 multi-line support: plain (unquoted) line continuations (\) v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Nov 2020 19:15:01 +0100] rev 22
multi-line support: plain (unquoted) line continuations (\)
Mon, 23 Nov 2020 18:13:27 +0100 trim whitespace characters after plain (unquoted) values v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Nov 2020 18:13:27 +0100] rev 21
trim whitespace characters after plain (unquoted) values
Mon, 23 Nov 2020 17:56:16 +0100 partial support of KDE syntax: [section][] v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Nov 2020 17:56:16 +0100] rev 20
partial support of KDE syntax: [section][]
Mon, 23 Nov 2020 16:25:39 +0100 improved support for comments and whitespace v_0
František Kučera <franta-hg@frantovo.cz> [Mon, 23 Nov 2020 16:25:39 +0100] rev 19
improved support for comments and whitespace
Sun, 22 Nov 2020 19:25:42 +0100 produce hierarchical structure of INI sections and entries v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Nov 2020 19:25:42 +0100] rev 18
produce hierarchical structure of INI sections and entries
Sun, 22 Nov 2020 17:39:10 +0100 dump raw INI parser events v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Nov 2020 17:39:10 +0100] rev 17
dump raw INI parser events
Sun, 22 Nov 2020 17:11:12 +0100 temporary copy INIReader.h, INIReader.cpp, INIContentHandler.h from relpipe-in-ini + XMLNameCodec.h from relpipe-in-yamltable (will be moved to alt2xml and shared) v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Nov 2020 17:11:12 +0100] rev 16
temporary copy INIReader.h, INIReader.cpp, INIContentHandler.h from relpipe-in-ini + XMLNameCodec.h from relpipe-in-yamltable (will be moved to alt2xml and shared)
Sun, 22 Nov 2020 17:06:17 +0100 relpipe-in-initable is fork of relpipe-in-xmltable v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 22 Nov 2020 17:06:17 +0100] rev 15
relpipe-in-initable is fork of relpipe-in-xmltable These alternative relpipe-in-*table modules are just temporary, parser code for particular formats will be moved to alt2xml and used as shared library from relpipe-in-xmltable and relpipe-in-initable relpipe-in-yamltable etc. will be just symlinks to relpipe-in-xmltable executable.
Sun, 25 Oct 2020 21:48:11 +0100 separate the „std::istream to DOM“ phase v_0
František Kučera <franta-hg@frantovo.cz> [Sun, 25 Oct 2020 21:48:11 +0100] rev 14
separate the „std::istream to DOM“ phase
Sat, 24 Oct 2020 00:08:17 +0200 Added tag v0.17.1 for changeset 798dfcded2f5 v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 24 Oct 2020 00:08:17 +0200] rev 13
Added tag v0.17.1 for changeset 798dfcded2f5
Tue, 20 Oct 2020 23:48:51 +0200 Added tag v0.17 for changeset afeb4e096753 v_0 v0.17.1
František Kučera <franta-hg@frantovo.cz> [Tue, 20 Oct 2020 23:48:51 +0200] rev 12
Added tag v0.17 for changeset afeb4e096753
Wed, 23 Sep 2020 09:58:07 +0200 bash-completion: add DocBook XMLNS v_0 v0.17
František Kučera <franta-hg@frantovo.cz> [Wed, 23 Sep 2020 09:58:07 +0200] rev 11
bash-completion: add DocBook XMLNS
Sat, 06 Jun 2020 01:50:43 +0200 Added tag v0.16 for changeset b70e616178c0 v_0
František Kučera <franta-hg@frantovo.cz> [Sat, 06 Jun 2020 01:50:43 +0200] rev 10
Added tag v0.16 for changeset b70e616178c0
Fri, 31 Jan 2020 23:34:51 +0100 Added tag v0.15 for changeset 8730e2d0db0e v_0 v0.16
František Kučera <franta-hg@frantovo.cz> [Fri, 31 Jan 2020 23:34:51 +0100] rev 9
Added tag v0.15 for changeset 8730e2d0db0e
Sun, 05 Jan 2020 01:01:12 +0100 suport multiple modes of reading from XML: string, boolean, raw-xml, line-number, xpath v_0 v0.15
František Kučera <franta-hg@frantovo.cz> [Sun, 05 Jan 2020 01:01:12 +0100] rev 8
suport multiple modes of reading from XML: string, boolean, raw-xml, line-number, xpath
Thu, 02 Jan 2020 23:31:44 +0100 XInclude support – option: --xinclude true v_0
František Kučera <franta-hg@frantovo.cz> [Thu, 02 Jan 2020 23:31:44 +0100] rev 7
XInclude support – option: --xinclude true
Wed, 30 Oct 2019 16:47:42 +0100 Added tag v0.14 for changeset accf73de6778 v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 30 Oct 2019 16:47:42 +0100] rev 6
Added tag v0.14 for changeset accf73de6778
Sun, 27 Oct 2019 01:21:59 +0200 bash-completion script (bit broken due to the : colons in xmlns) v_0 v0.14
František Kučera <franta-hg@frantovo.cz> [Sun, 27 Oct 2019 01:21:59 +0200] rev 5
bash-completion script (bit broken due to the : colons in xmlns)
Tue, 22 Oct 2019 19:53:46 +0200 fix license version: GNU GPLv3 v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 22 Oct 2019 19:53:46 +0200] rev 4
fix license version: GNU GPLv3
Tue, 30 Jul 2019 23:56:30 +0200 Added tag v0.13 for changeset 0d3eb5129582 v_0
František Kučera <franta-hg@frantovo.cz> [Tue, 30 Jul 2019 23:56:30 +0200] rev 3
Added tag v0.13 for changeset 0d3eb5129582
Wed, 24 Jul 2019 21:29:56 +0200 convert arbitrary XML to one or more relations v_0 v0.13
František Kučera <franta-hg@frantovo.cz> [Wed, 24 Jul 2019 21:29:56 +0200] rev 2
convert arbitrary XML to one or more relations
Wed, 24 Jul 2019 15:53:42 +0200 configuration and CLI parser v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 24 Jul 2019 15:53:42 +0200] rev 1
configuration and CLI parser
Wed, 24 Jul 2019 12:15:10 +0200 project skeleton, libxml2 v_0
František Kučera <franta-hg@frantovo.cz> [Wed, 24 Jul 2019 12:15:10 +0200] rev 0
project skeleton, libxml2
(0) tip