relpipe-data/contact.xml
branchv_0
changeset 201 313d99fc67b8
parent 140 1d8a3f7ec393
child 202 db3ba8a7c406
equal deleted inserted replaced
200:44661c8005f6 201:313d99fc67b8
     2 	xmlns="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/strana"
     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">
     3 	xmlns:m="https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro">
     4 	
     4 	
     5 	<nadpis>Support &amp; contact</nadpis>
     5 	<nadpis>Support &amp; contact</nadpis>
     6 	<perex>Support and contact information</perex>
     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>
     7 	<pořadí>80</pořadí>
    13 	<pořadí>80</pořadí>
     8 
    14 
     9 	<text xmlns="http://www.w3.org/1999/xhtml">
    15 	<text xmlns="http://www.w3.org/1999/xhtml">
    10 		<p>
    16 		<p>
    11 			The world is relational!
    17 			<m:name/> was created at <a href="https://GlobalCode.info">GlobalCode.info</a> by Ing. František Kučera a.k.a. &lt;xkucf03/&gt;
    12 		</p>
    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("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 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://sql-dk.GlobalCode.info/">SQL-DK</a> – a batch/terminal client for relational databases.</li>
       
    35 			<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>
       
    36 			<li><a href="https://telco.frantovo.cz/">Free telco dictionary</a> – English</li>
       
    37 		</ul>
       
    38 		
       
    39 		<p>
       
    40 			My public keys:
       
    41 				<a href="https://podnik.frantovo.cz/d/sifrovani/franta.pkr.asc">OpenPGP</a>,
       
    42 				<a href="https://podnik.frantovo.cz/d/sifrovani/franta.ssh.txt">SSH</a>
       
    43 		</p>
       
    44 		
       
    45 		<p>So crypto…</p>
       
    46 		
       
    47 		<ul>
       
    48 			<li>BTC: <code>1APShtP1D4iBNTqX1MhY9uDpeyibarWJjP</code></li>
       
    49 		</ul>
       
    50 		
    13 	</text>
    51 	</text>
    14 
    52 
    15 </stránka>
    53 </stránka>