mouse-data/contact.xml
branchv_0
changeset 136 025ec3d898c4
child 137 8e583c8df660
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mouse-data/contact.xml	Tue Sep 03 23:28:46 2019 +0200
@@ -0,0 +1,63 @@
+<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>Support &amp; contact</nadpis>
+	<perex>Support and contact information</perex>
+	<klíčováSlova>
+		<slovo>support</slovo>
+		<slovo>donate</slovo>
+		<slovo>contact</slovo>
+		<slovo>public keys</slovo>
+	</klíčováSlova>
+	<pořadí>100</pořadí>
+
+	<text xmlns="http://www.w3.org/1999/xhtml">
+		<p>
+			<m:name/> were created at <a href="https://GlobalCode.info">GlobalCode.info</a> by Ing. František Kučera a.k.a. &lt;xkucf03/&gt;
+		</p>
+		
+		<p>
+			You can send me an <m:skript jazyk="perl" výstup="xhtml"><![CDATA[
+use strict;
+use warnings;
+use MIME::Base64;
+
+my $email = decode_base64("bW91c2UuM3pkNWtqMjNAYS5mcmFudG92by5jeg==");
+print "<m:a typ=\"email\" href=\"$email\">e-mail</m:a>";
+# You might notice that I really hate spam.]]></m:skript> or follow me online:
+		</p>
+		
+		<ul>
+			<li><a href="https://blog.frantovo.cz/">My personal blog</a> – Czech</li>
+			<li><a href="https://podnik.frantovo.cz/">My commercial website</a> – Czech</li>
+			<li><a href="https://relational-pipes.GlobalCode.info/">Relational pipes</a> – a data format and tools for processing relational data.</li>
+			<li><a href="https://sql-dk.GlobalCode.info/">SQL-DK</a> – a batch/terminal client for relational databases.</li>
+			<li><a href="https://sql-vyuka.cz/">SQL-Výuka</a> – learn SQL online: <a href="https://demo-1.sql-vyuka.cz/">1</a>, <a href="https://demo-2.sql-vyuka.cz/">2</a></li>
+			<li><a href="https://telco.frantovo.cz/">Free telco dictionary</a> – English</li>
+		</ul>
+		
+		<p>
+			My public keys:
+				<a href="https://podnik.frantovo.cz/d/sifrovani/franta.pkr.asc">OpenPGP</a>,
+				<a href="https://podnik.frantovo.cz/d/sifrovani/franta.ssh.txt">SSH</a>
+		</p>
+		
+		<p>So crypto…</p>
+		
+		<ul>
+			<li>BTC: <code>bc1qmt3qgzcf3a0f0tvnm70zjr0vhlchfyrjtnleqm</code></li>
+		</ul>
+		
+		<h2>Mailing lists</h2>
+		
+		<ul>
+			<li>
+				<a href="https://lists.globalcode.info/mailman3/postorius/lists/mouse-dev.lists.globalcode.info/">mouse-dev</a> – currently used for all public communication (including user questions, bug reports etc.)
+			</li>
+		</ul>
+		
+		
+	</text>
+
+</stránka>