9d7e77214b
* NEW: New look. [WIKI CGI SCRIPT] * NEW: Hall of fame is now generated from the wiki. * NEW: Accounts are now managed by the bugtracker. * NEW: Registration is now managed by the bugtracker. git-svn-id: svn://localhost/gambas/trunk@7448 867c0c6c-44f3-4631-809d-bfa615b0a4ec
54 lines
1.4 KiB
Text
54 lines
1.4 KiB
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$(LANG)" lang="$(LANG)" dir="$(LANGDIR)">
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="$(STYLE)">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
|
|
<body class="contents">
|
|
|
|
<div class="home">
|
|
|
|
<div id="title">
|
|
{Hall Of Fame}
|
|
</div>
|
|
|
|
<h3>{Developers}</h3>
|
|
|
|
<table class="table" border="0" cellspacing="0" cellpadding="6">
|
|
|
|
<tr valign="top">
|
|
<th>{Developer}</th>
|
|
<th>{Country}</th>
|
|
<th>{Working or have worked on...}</th>
|
|
<!--<th>Main characteristic :-)</th>-->
|
|
</tr>
|
|
|
|
$(DEVELOPERS)
|
|
|
|
</table>
|
|
|
|
<p>{If you are developing anything directly related to <b><i>Gambas</i></b> or its IDE, and not on the previous list, or if you find a mistake in this list, then write me! And explain me who you are and what you have done, so that I add you to the Hall Of Fame.}</p>
|
|
|
|
<h3>{Translations}</h3>
|
|
|
|
<table class="table" border="0" cellspacing="0" cellpadding="6">
|
|
|
|
<tr valign="top">
|
|
<th>{Language}</th>
|
|
<th>{Translator(s)}</th>
|
|
</tr>
|
|
|
|
$(TRANSLATORS)
|
|
|
|
</table>
|
|
|
|
<p>{If you want to translate <b><i>Gambas</i></b>, write me so that I add you on the previous table, and read the <a href="$(WIKI:/howto/translate)">How To</a> carefully.}</p>
|
|
|
|
<p>{If you want to work on an already existing translation, contact the translators.}</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|