relpipe-data/contact.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>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í>80</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 us an <m:skript jazyk="perl" výstup="xhtml"><![CDATA[
use strict;
use warnings;
use MIME::Base64;

my $email = decode_base64("cmVscGlwZS44ZnMzcHRzOEBhLmZyYW50b3ZvLmN6");
print "<m:a typ=\"email\" href=\"$email\">e-mail</m:a>";
# You might notice that I really hate spam.]]></m:skript> or follow us online:
		</p>
		
		<ul>
			<li><a href="https://blog.frantovo.cz/">Blog.Frantovo.cz</a> – blog, mostly in Czech language</li>
			<li><a href="https://podnik.frantovo.cz/s/english">Podnik.Frantovo.cz</a> – professional services</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, runs in two instances: <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> – vocabulary from the telecommunications industry</li>
			<li><a href="https://mouse.globalcode.info/">Mouse utilities</a> – free software for computer mice and similar hardware</li>
		</ul>
		
		<p>
			Public keys for encrypted communication:
				<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>1APShtP1D4iBNTqX1MhY9uDpeyibarWJjP</code></li>
		</ul>
		
		<!--
		<h2>Mailing lists</h2>
		
		<ul>
			<li>
				<a href="https://lists.globalcode.info/mailman3/postorius/lists/relpipe-dev.lists.globalcode.info/">relpipe-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>