relpipe-data/screenshots.xml
author František Kučera <franta-hg@frantovo.cz>
Mon, 21 Feb 2022 01:21:22 +0100
branchv_0
changeset 330 70e7eb578cfa
parent 329 5bc2bb8b7946
permissions -rw-r--r--
Added tag relpipe-v0.18 for changeset 5bc2bb8b7946

<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>Screenshots</nadpis>
	<perex>Some neat pictures of Relational pipes usage</perex>
	<pořadí>60</pořadí>

	<text xmlns="http://www.w3.org/1999/xhtml">
		<p>
			Because <m:name/> are a data format, it is bit difficult to spot them and capture their screenshot.
			Relational data look like this:
		</p>
		
		<m:pre jazyk="text"><![CDATA[
$ relpipe-in-cli generate some_relation 1 some_attribute string "some value" | hd
00000000  1d 0d 73 6f 6d 65 5f 72  65 6c 61 74 69 6f 6e 01  |..some_relation.|
00000010  0e 73 6f 6d 65 5f 61 74  74 72 69 62 75 74 65 03  |.some_attribute.|
00000020  1e 0a 73 6f 6d 65 20 76  61 6c 75 65              |..some value|
0000002c
]]></m:pre>
		
		<p>
			But we can capture screenshots of some other formats and visual representations generated from the original relational data.
			There are some examples:
		</p>
		
		<h2>GNU/Linux and KDE</h2>
		<m:img src="img/kde-cli-tabular-1.png"/>
		<m:img src="img/kde-cloc-gui-1.png"/>
		<m:img src="img/kde-fstab-gui-1.png"/>
		<m:img src="img/kde-fstab-ods-libreoffice-1.png"/>
		<m:img src="img/kde-wireshark-asn1-1.png"/>
		
		<h2>GNU/Linux and Window Maker</h2>
		<m:img src="img/wmaker-yaml-xml-tabular-1.png"/>
		
		<h2>Haiku OS</h2>
		<m:img src="img/haiku-v0.8-1.png"/>
		<!--
		<m:img src="img/haiku-prototype-1.png"/>
		-->

	</text>

</stránka>