diff -r 56eb59640688 -r 3074cf4158d2 relpipe-data/implementation.xml --- a/relpipe-data/implementation.xml Fri Nov 30 18:06:50 2018 +0100 +++ b/relpipe-data/implementation.xml Fri Nov 30 18:45:36 2018 +0100 @@ -8,8 +8,40 @@

- The world is relational! + The reference implementation of is divided into several modules, each in separate Mercurial repository.

+ + + + name type subtype language license + relpipe-in-cli.cpp executable input c++ GNU GPLv3+ + relpipe-in-fstab.cpp executable input c++ GNU GPLv3+ + relpipe-lib-cli.cpp library shared c++ GNU LGPLv3+ or GPLv2+ + relpipe-lib-protocol.cpp library header-only c++ GNU LGPLv3+ or GPLv2+ + relpipe-lib-reader.cpp library shared c++ GNU LGPLv3+ or GPLv2+ + relpipe-lib-writer.cpp library shared c++ GNU LGPLv3+ or GPLv2+ + relpipe-out-gui.qt.cpp executable output c++ GNU GPLv3+ + relpipe-out-tabular.cpp executable output c++ GNU GPLv3+ + relpipe-out-xml.cpp executable output c++ GNU GPLv3+ + relpipe-tr-grep.cpp executable transformation c++ GNU GPLv3+ + relpipe-tr-sed.cpp executable transformation c++ GNU GPLv3+ + + + +

+ There various subtypes of executables: +

+ + + +