relpipe-data/release-v0.8.xml
branchv_0
changeset 219 a94eb371f77e
parent 218 d7a7f20aae51
equal deleted inserted replaced
218:d7a7f20aae51 219:a94eb371f77e
       
     1 <stránka
       
     2 	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
       
     3 	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
       
     4 	
       
     5 	<nadpis>Release v0.8</nadpis>
       
     6 	<perex>first public release of Relational pipes</perex>
       
     7 
       
     8 	<text xmlns="http://www.w3.org/1999/xhtml">
       
     9 		<p>
       
    10 			This is the first public release of <m:name/> for brave and courageous!
       
    11 		</p>
       
    12 		
       
    13 		<h3>Data types</h3>
       
    14 		<ul>
       
    15 			<li>boolean</li>
       
    16 			<li>variable unsigned integer (prototype)</li>
       
    17 			<li>string in UTF-8</li>
       
    18 		</ul>
       
    19 		<h3>Inputs</h3>
       
    20 		<ul>
       
    21 			<li>CLI</li>
       
    22 			<li>fstab</li>
       
    23 		</ul>
       
    24 		<h3>Transformations</h3>
       
    25 		<ul>
       
    26 			<li>grep: regular expression filter, removes unwanted records from the relation</li>
       
    27 			<li>cut: regular expression attribute cutter (removes or duplicates attributes and can also DROP whole relation)</li>
       
    28 			<li>sed: regular expression replacer</li>
       
    29 			<li>validator: just a pass-through filter that crashes on invalid data</li>
       
    30 			<li>python: highly experimental</li>
       
    31 		</ul>
       
    32 		<h3>Outputs</h3>
       
    33 		<ul>
       
    34 			<li>tabular</li>
       
    35 			<li>XML</li>
       
    36 			<li>nullbyte</li>
       
    37 			<li>GUI in Qt</li>
       
    38 			<li>ODS (LibreOffice)</li>
       
    39 		</ul>
       
    40 		
       
    41 		<p>
       
    42 			See the <m:a href="examples">examples</m:a> page for details.
       
    43 		</p>
       
    44 		
       
    45 		<p>
       
    46 			Instalation was tested on Debian GNU/Linux 9.6.
       
    47 			The process should be similar on other distributions.
       
    48 		</p>
       
    49 		
       
    50 		<m:pre src="examples/release-v0.8.sh" jazyk="bash" odkaz="ano"/>
       
    51 		
       
    52 		<p>
       
    53 			<m:name/> are modular thus you can download and install only parts you need (the libraries are needed always).
       
    54 			Tools <code>out-gui.qt</code> and <code>tr-python</code> require additional libraries and are not built by default.
       
    55 		</p>
       
    56 		
       
    57 	</text>
       
    58 
       
    59 </stránka>