graphics-data/contact.xml
branchv_0
changeset 137 6aeed29d3a6e
equal deleted inserted replaced
136:d5feb9d8ebc3 137:6aeed29d3a6e
       
     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í>80</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 us 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("cmVscGlwZS44ZnMzcHRzOEBhLmZyYW50b3ZvLmN6");
       
    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 us online:
       
    29 		</p>
       
    30 		
       
    31 		<ul>
       
    32 			<li><a href="https://blog.frantovo.cz/">Blog.Frantovo.cz</a> – blog, mostly in Czech language</li>
       
    33 			<li><a href="https://podnik.frantovo.cz/s/english">Podnik.Frantovo.cz</a> – professional services</li>
       
    34 			<li><a href="https://relational-pipes.GlobalCode.info/">Relational pipes</a> – an open data format designed for streaming structured data between two processes.</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, 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>
       
    37 			<li><a href="https://telco.frantovo.cz/">Free telco dictionary</a> – vocabulary from the telecommunications industry</li>
       
    38 			<li><a href="https://mouse.globalcode.info/">Mouse utilities</a> – free software for computer mice and similar hardware</li>
       
    39 		</ul>
       
    40 		
       
    41 		<p>
       
    42 			Public keys for encrypted communication:
       
    43 				<a href="https://podnik.frantovo.cz/d/sifrovani/franta.pkr.asc">OpenPGP</a>,
       
    44 				<a href="https://podnik.frantovo.cz/d/sifrovani/franta.ssh.txt">SSH</a>
       
    45 		</p>
       
    46 		
       
    47 		<p>So crypto…</p>
       
    48 		
       
    49 		<ul>
       
    50 			<li>BTC: <code>1APShtP1D4iBNTqX1MhY9uDpeyibarWJjP</code></li>
       
    51 		</ul>
       
    52 		
       
    53 	</text>
       
    54 
       
    55 </stránka>