blob: bdfa2f4a9ca55be767e114fef8570cb5bc862b96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Tuxanci, Game, First Tux shooter" />
<meta name="description" content="Tuxánci are czechoslovak multiplatform action game inspired by czech game Bulánci The game is programmed in language C and the rendering core is based on SDL library." />
<meta name="author" content="Michal Zima <xhire@tuxportal.cz>, Tomáš Chvátal <scarabeus@gentoo.org>" />
<meta name="robots" content="index,follow" />
<meta name="googlebot" content="snippet,archive" />
<meta name="Content-language" content="en" />
<title>Tuxánci - Shoot 'em up</title>
</head>
<body>
<!-- Teh menu -->
<ul>
<li><a href="#whatever">whatever</a></li>
<li><a href="#call-for-help">Help us with development</a></li>
</ul>
<!-- Content itself -->
<h2><a name="call-for-help">Helping with development</a></h2>
<p>Currently we are lacking quite few things in order to get popular with this game:</p>
<ul>
<li>Windows port maintainer</li>
<li>Web developer (yeah since you are here you can see we have sucky webpage :])</li>
<li>Coder interested in C and svg</li>
<li>Anything else you think tuxanci needs and we are not implementing it yet ;]</li>
</ul>
<p>If you apply to at least one point from above feel free to <a href="#contact">contact us</a> in order to get commit access.</p>
</body>
</html>
|