# HG changeset patch # User František Kučera # Date 1543073944 -3600 # Node ID 5d892b169e3258e4e5b2a011656ad955c3e4e3d2 # Parent ecfe2980ae1f64045174c8653ce80ba094a1a49b metadata, footer diff -r ecfe2980ae1f -r 5d892b169e32 relpipe-data/index.xml --- a/relpipe-data/index.xml Sat Nov 24 01:04:18 2018 +0100 +++ b/relpipe-data/index.xml Sat Nov 24 16:39:04 2018 +0100 @@ -10,6 +10,37 @@

The world is relational!

+ + + compound=true; + node[shape=box]; + + subgraph cluster_in { + label = "Inputs:"; + cli; + fstab; + } + + subgraph cluster_tr { + label = "Transformations:"; + grep; + sed; + } + + subgraph cluster_out { + label = "Outputs:"; + xml; + tabular; + gui; + } + + cli -> grep [ltail=cluster_in, lhead=cluster_tr]; + grep -> xml [ltail=cluster_tr, lhead=cluster_out]; + // cli -> xml [ltail=cluster_in, lhead=cluster_out]; + + + + diff -r ecfe2980ae1f -r 5d892b169e32 relpipe-data/web.conf --- a/relpipe-data/web.conf Sat Nov 24 01:04:18 2018 +0100 +++ b/relpipe-data/web.conf Sat Nov 24 16:39:04 2018 +0100 @@ -1,21 +1,21 @@ - Chovatelská stanice tučňáků - vše pro tučňáky + Relational pipes + open standard and free software František Kučera - nereknu_nechci_spam@example.com + relational-pipes.8mjgxea9@globalcode.info - https://frantovo.cz/projekty/xml-web-generator/demo1/ + https://relational-pipes.globalcode.info/v_0/ - 399a714c-956e-444c-a8f4-afe8f0df802a + 20dd5da0-55c8-428a-af83-a02b1e4a0a38 - PokusnyWeb123 + RelationalPipesWeb