relpipe-data/release-v0.8.xml
branchv_0
changeset 219 a94eb371f77e
parent 218 d7a7f20aae51
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/relpipe-data/release-v0.8.xml	Thu Dec 20 01:42:36 2018 +0100
@@ -0,0 +1,59 @@
+<stránka
+	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
+	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
+	
+	<nadpis>Release v0.8</nadpis>
+	<perex>first public release of Relational pipes</perex>
+
+	<text xmlns="http://www.w3.org/1999/xhtml">
+		<p>
+			This is the first public release of <m:name/> for brave and courageous!
+		</p>
+		
+		<h3>Data types</h3>
+		<ul>
+			<li>boolean</li>
+			<li>variable unsigned integer (prototype)</li>
+			<li>string in UTF-8</li>
+		</ul>
+		<h3>Inputs</h3>
+		<ul>
+			<li>CLI</li>
+			<li>fstab</li>
+		</ul>
+		<h3>Transformations</h3>
+		<ul>
+			<li>grep: regular expression filter, removes unwanted records from the relation</li>
+			<li>cut: regular expression attribute cutter (removes or duplicates attributes and can also DROP whole relation)</li>
+			<li>sed: regular expression replacer</li>
+			<li>validator: just a pass-through filter that crashes on invalid data</li>
+			<li>python: highly experimental</li>
+		</ul>
+		<h3>Outputs</h3>
+		<ul>
+			<li>tabular</li>
+			<li>XML</li>
+			<li>nullbyte</li>
+			<li>GUI in Qt</li>
+			<li>ODS (LibreOffice)</li>
+		</ul>
+		
+		<p>
+			See the <m:a href="examples">examples</m:a> page for details.
+		</p>
+		
+		<p>
+			Instalation was tested on Debian GNU/Linux 9.6.
+			The process should be similar on other distributions.
+		</p>
+		
+		<m:pre src="examples/release-v0.8.sh" jazyk="bash" odkaz="ano"/>
+		
+		<p>
+			<m:name/> are modular thus you can download and install only parts you need (the libraries are needed always).
+			Tools <code>out-gui.qt</code> and <code>tr-python</code> require additional libraries and are not built by default.
+		</p>
+		
+	</text>
+
+</stránka>