065e2c48b7
* BUG: Clicking on the paste button correctly set the focus back to the editor. [WEBSITE MAKER] * BUG: Fix pages not located in the wiki. [EXAMPLES] * BUG: PhotoTouch: Fix the example. [COMPILER] * NEW: Remove the Js$() function. Maybe it's not where it should be. [INTERPRETER] * NEW: Remove the Js$() function. Maybe it's not where it should be. * BUG: Displaying a Result object in the debugger does not crash anymore. * NEW: The GB.Realloc() API now calls GB.Alloc() if the pointer to reallocate is null. [GB.FORM] * NEW: DateChooser: Make the time font size a little bit smaller. git-svn-id: svn://localhost/gambas/trunk@6512 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>
|