mouse-data/contact.xml
author František Kučera <franta-hg@frantovo.cz>
Fri, 20 Sep 2019 14:06:51 +0200
branchv_0
changeset 138 66827ad5208a
parent 137 8e583c8df660
child 142 de98ccaff37f
permissions -rw-r--r--
link to the mailing lists rules

<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í>900</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>

		<p>Please see the <a href="https://globalcode.info/mailing-lists.xhtml">Mailing lists rules</a>.</p>
		
		
	</text>

</stránka>