author | František Kučera <franta-hg@frantovo.cz> |
Mon, 21 Feb 2022 00:43:11 +0100 | |
branch | v_0 |
changeset 329 | 5bc2bb8b7946 |
parent 219 | a94eb371f77e |
permissions | -rw-r--r-- |
23
0d2729ed16ed
zkouška interního odkazu
František Kučera <franta-hg@frantovo.cz>
parents:
18
diff
changeset
|
1 |
<stránka |
0d2729ed16ed
zkouška interního odkazu
František Kučera <franta-hg@frantovo.cz>
parents:
18
diff
changeset
|
2 |
xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana" |
0d2729ed16ed
zkouška interního odkazu
František Kučera <franta-hg@frantovo.cz>
parents:
18
diff
changeset
|
3 |
xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"> |
0d2729ed16ed
zkouška interního odkazu
František Kučera <franta-hg@frantovo.cz>
parents:
18
diff
changeset
|
4 |
|
219 | 5 |
<nadpis>Release v0.8</nadpis> |
6 |
<perex>first public release of Relational pipes</perex> |
|
4
1bb39595a51c
genrování hlavní nabídky #1
František Kučera <franta-hg@frantovo.cz>
parents:
2
diff
changeset
|
7 |
|
2
ab9099ff88fa
vkládání zápatí, jmenné prostory, saxon
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
8 |
<text xmlns="http://www.w3.org/1999/xhtml"> |
ab9099ff88fa
vkládání zápatí, jmenné prostory, saxon
František Kučera <franta-hg@frantovo.cz>
parents:
1
diff
changeset
|
9 |
<p> |
219 | 10 |
This is the first public release of <m:name/> for brave and courageous! |
151 | 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> |
|
219 | 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> |
|
151 | 28 |
<li>sed: regular expression replacer</li> |
219 | 29 |
<li>validator: just a pass-through filter that crashes on invalid data</li> |
30 |
<li>python: highly experimental</li> |
|
151 | 31 |
</ul> |
32 |
<h3>Outputs</h3> |
|
33 |
<ul> |
|
34 |
<li>tabular</li> |
|
35 |
<li>XML</li> |
|
184 | 36 |
<li>nullbyte</li> |
151 | 37 |
<li>GUI in Qt</li> |
38 |
<li>ODS (LibreOffice)</li> |
|
39 |
</ul> |
|
40 |
||
41 |
<p> |
|
219 | 42 |
See the <m:a href="examples">examples</m:a> page for details. |
151 | 43 |
</p> |
44 |
||
219 | 45 |
<p> |
46 |
Instalation was tested on Debian GNU/Linux 9.6. |
|
47 |
The process should be similar on other distributions. |
|
48 |
</p> |
|
151 | 49 |
|
219 | 50 |
<m:pre src="examples/release-v0.8.sh" jazyk="bash" odkaz="ano"/> |
151 | 51 |
|
219 | 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> |
|
151 | 56 |
|
87
25dec6931f18
Lepší odsazení, tabulátory.
František Kučera <franta-hg@frantovo.cz>
parents:
23
diff
changeset
|
57 |
</text> |
4
1bb39595a51c
genrování hlavní nabídky #1
František Kučera <franta-hg@frantovo.cz>
parents:
2
diff
changeset
|
58 |
|
1 | 59 |
</stránka> |