relpipe-data/implementation.xml
branchv_0
changeset 168 f1ea2d72b28c
parent 165 3074cf4158d2
child 175 c079bc35b9b8
equal deleted inserted replaced
167:0ec0b9d70bef 168:f1ea2d72b28c
    14 		
    14 		
    15 		<m:tabulka>
    15 		<m:tabulka>
    16 			name	type	subtype	language	license
    16 			name	type	subtype	language	license
    17 			relpipe-in-cli.cpp	executable	input	c++	GNU GPLv3+
    17 			relpipe-in-cli.cpp	executable	input	c++	GNU GPLv3+
    18 			relpipe-in-fstab.cpp	executable	input	c++	GNU GPLv3+
    18 			relpipe-in-fstab.cpp	executable	input	c++	GNU GPLv3+
    19 			relpipe-lib-cli.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
    19 			relpipe-lib-cli.cpp	library	header-only	c++	GNU GPLv3+
    20 			relpipe-lib-protocol.cpp	library	header-only	c++	GNU LGPLv3+ or GPLv2+
    20 			relpipe-lib-protocol.cpp	library	header-only	c++	GNU LGPLv3+ or GPLv2+
    21 			relpipe-lib-reader.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
    21 			relpipe-lib-reader.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
    22 			relpipe-lib-writer.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
    22 			relpipe-lib-writer.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
    23 			relpipe-out-gui.qt.cpp	executable	output	c++	GNU GPLv3+
    23 			relpipe-out-gui.qt.cpp	executable	output	c++	GNU GPLv3+
    24 			relpipe-out-tabular.cpp	executable	output	c++	GNU GPLv3+
    24 			relpipe-out-tabular.cpp	executable	output	c++	GNU GPLv3+
    38 			<li>The <em>inputs</em> read other formats from STDIN (or do other interaction) and generate relational data on STDOUT.</li>
    38 			<li>The <em>inputs</em> read other formats from STDIN (or do other interaction) and generate relational data on STDOUT.</li>
    39 			<li>The <em>outputs</em> read relational data from STDIN and generate other formats on STDOUT or do other interactions.</li>
    39 			<li>The <em>outputs</em> read relational data from STDIN and generate other formats on STDOUT or do other interactions.</li>
    40 			<li>The <em>transformations</em> read relational data on STDIN and generate transformed relational data on STDOUT.</li>
    40 			<li>The <em>transformations</em> read relational data on STDIN and generate transformed relational data on STDOUT.</li>
    41 		</ul>
    41 		</ul>
    42 		
    42 		
       
    43 		<p>
       
    44 			The libraries are intended to be used as shared ones (<code>.so</code>) in order to guarantee the freedom of the end-user.
       
    45 			A shared library can be easily replaced without recompiling of the program.
       
    46 			It can be also hacked using <code>LD_PRELOAD</code>.
       
    47 		</p>
       
    48 		
    43 		
    49 		
    44 		
    50 		
    45 	</text>
    51 	</text>
    46 
    52 
    47 </stránka>
    53 </stránka>