relpipe-data/implementation.xml
branchv_0
changeset 165 3074cf4158d2
parent 140 1d8a3f7ec393
child 168 f1ea2d72b28c
equal deleted inserted replaced
164:56eb59640688 165:3074cf4158d2
     6 	<perex>Reference implementation of Relational pipes libraries, inputs and outputs</perex>
     6 	<perex>Reference implementation of Relational pipes libraries, inputs and outputs</perex>
     7 	<pořadí>30</pořadí>
     7 	<pořadí>30</pořadí>
     8 
     8 
     9 	<text xmlns="http://www.w3.org/1999/xhtml">
     9 	<text xmlns="http://www.w3.org/1999/xhtml">
    10 		<p>
    10 		<p>
    11 			The world is relational!
    11 			The reference implementation of <m:name/> is divided into several modules, each in separate Mercurial repository.
    12 		</p>
    12 		</p>
       
    13 		
       
    14 		
       
    15 		<m:tabulka>
       
    16 			name	type	subtype	language	license
       
    17 			relpipe-in-cli.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+
       
    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+
       
    22 			relpipe-lib-writer.cpp	library	shared	c++	GNU LGPLv3+ or GPLv2+
       
    23 			relpipe-out-gui.qt.cpp	executable	output	c++	GNU GPLv3+
       
    24 			relpipe-out-tabular.cpp	executable	output	c++	GNU GPLv3+
       
    25 			relpipe-out-xml.cpp	executable	output	c++	GNU GPLv3+
       
    26 			relpipe-tr-grep.cpp	executable	transformation	c++	GNU GPLv3+
       
    27 			relpipe-tr-sed.cpp	executable	transformation	c++	GNU GPLv3+
       
    28 		</m:tabulka>
       
    29 		<!--
       
    30 			relpipe-web	website	-	XWG XML	GNU FDLv1.3+
       
    31 			relpipe-specification	specification	-	DocBook	GNU FDLv1.3+
       
    32 		-->
       
    33 		
       
    34 		<p>
       
    35 			There various subtypes of executables:
       
    36 		</p>
       
    37 		<ul>
       
    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>
       
    40 			<li>The <em>transformations</em> read relational data on STDIN and generate transformed relational data on STDOUT.</li>
       
    41 		</ul>
       
    42 		
       
    43 		
       
    44 		
    13 	</text>
    45 	</text>
    14 
    46 
    15 </stránka>
    47 </stránka>