download: links to mercurial v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat, 08 Dec 2018 19:54:37 +0100
branchv_0
changeset 197 bba7480e0600
parent 196 8dd5b7ecb736
child 198 48a3c1c8c411
download: links to mercurial
relpipe-data/download.xml
--- a/relpipe-data/download.xml	Sat Dec 08 18:08:37 2018 +0100
+++ b/relpipe-data/download.xml	Sat Dec 08 19:54:37 2018 +0100
@@ -8,8 +8,34 @@
 
 	<text xmlns="http://www.w3.org/1999/xhtml">
 		<p>
-			The world is relational!
+			Download source codes:
 		</p>
+		
+		<!--
+			ssh hg@hg.globalcode.info ls -1d data/relpipe/* | xargs -n1 basename | sort | while read r; do echo "hg clone https://hg.globalcode.info/relpipe/$r;"; done
+		-->
+		<pre><![CDATA[hg clone https://hg.globalcode.info/relpipe/relpipe-in-cli.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-in-fstab.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-lib-cli.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-lib-protocol.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-lib-reader.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-lib-writer.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-out-gui.qt.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-out-nullbyte.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-out-ods.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-out-tabular.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-out-xml.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-tr-validator.cpp;
+hg clone https://hg.globalcode.info/relpipe/relpipe-web;]]></pre>
+	
+		<p>
+			Or browse them online at <a href="https://hg.globalcode.info/relpipe/">hg.globalcode.info</a>.
+		</p>
+		
+		<p>
+			n.b. it might be a bit difficult to compile them, please stay tuned for v0.8, where the build process will be properly documented
+		</p>
+		
 	</text>
 
 </stránka>