mouse-data/contact.xml
branchv_0
changeset 136 025ec3d898c4
child 137 8e583c8df660
equal deleted inserted replaced
135:ad2c76125200 136:025ec3d898c4
       
     1 <stránka
       
     2 	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
       
     3 	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
       
     4 	
       
     5 	<nadpis>Support &amp; contact</nadpis>
       
     6 	<perex>Support and contact information</perex>
       
     7 	<klíčováSlova>
       
     8 		<slovo>support</slovo>
       
     9 		<slovo>donate</slovo>
       
    10 		<slovo>contact</slovo>
       
    11 		<slovo>public keys</slovo>
       
    12 	</klíčováSlova>
       
    13 	<pořadí>100</pořadí>
       
    14 
       
    15 	<text xmlns="http://www.w3.org/1999/xhtml">
       
    16 		<p>
       
    17 			<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;
       
    18 		</p>
       
    19 		
       
    20 		<p>
       
    21 			You can send me an <m:skript jazyk="perl" výstup="xhtml"><![CDATA[
       
    22 use strict;
       
    23 use warnings;
       
    24 use MIME::Base64;
       
    25 
       
    26 my $email = decode_base64("bW91c2UuM3pkNWtqMjNAYS5mcmFudG92by5jeg==");
       
    27 print "<m:a typ=\"email\" href=\"$email\">e-mail</m:a>";
       
    28 # You might notice that I really hate spam.]]></m:skript> or follow me online:
       
    29 		</p>
       
    30 		
       
    31 		<ul>
       
    32 			<li><a href="https://blog.frantovo.cz/">My personal blog</a> – Czech</li>
       
    33 			<li><a href="https://podnik.frantovo.cz/">My commercial website</a> – Czech</li>
       
    34 			<li><a href="https://relational-pipes.GlobalCode.info/">Relational pipes</a> – a data format and tools for processing relational data.</li>
       
    35 			<li><a href="https://sql-dk.GlobalCode.info/">SQL-DK</a> – a batch/terminal client for relational databases.</li>
       
    36 			<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>
       
    37 			<li><a href="https://telco.frantovo.cz/">Free telco dictionary</a> – English</li>
       
    38 		</ul>
       
    39 		
       
    40 		<p>
       
    41 			My public keys:
       
    42 				<a href="https://podnik.frantovo.cz/d/sifrovani/franta.pkr.asc">OpenPGP</a>,
       
    43 				<a href="https://podnik.frantovo.cz/d/sifrovani/franta.ssh.txt">SSH</a>
       
    44 		</p>
       
    45 		
       
    46 		<p>So crypto…</p>
       
    47 		
       
    48 		<ul>
       
    49 			<li>BTC: <code>bc1qmt3qgzcf3a0f0tvnm70zjr0vhlchfyrjtnleqm</code></li>
       
    50 		</ul>
       
    51 		
       
    52 		<h2>Mailing lists</h2>
       
    53 		
       
    54 		<ul>
       
    55 			<li>
       
    56 				<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.)
       
    57 			</li>
       
    58 		</ul>
       
    59 		
       
    60 		
       
    61 	</text>
       
    62 
       
    63 </stránka>