f3438a8da9
* NEW: Use the new wiki now. [WIKI] * BUG: Fix style sheet and class description layout. * NEW: Inherited symbols links are in italic now. * NEW: Automatic registration system. * NEW: Use the new LOCK ... WAIT instruction. * BUG: Some fixes in the old wiki conversion routine. * NEW: The administrator account can see the recent changes. [EXAMPLES] * NEW: SmallWiki: Update the embedded markdown support from gb.markdown. [COMPILER] * NEW: The '#' character is now optional if possible (for example in the 'OUTPUT TO' instruction). [GB.FORM] * NEW: Some new icons. [GB.FORM.STOCK] * BUG: Fix all missing icons. [GB.GTK] * BUG: Fix incorrect translation when drawing inside a DrawingArea. [GB.MEDIA] * BUG: Fix inputs and outputs enumeration. [GB.QT4] * BUG: Correctly handle UTF-8 when displaying the error message. [GB.WEB] * NEW: WebPage.ToString() is a new method that generates the webpage and returns it as a string. * BUG: When creating a session, other sessions having the same prefix and being older than 24 hours are automatically removed from disk. git-svn-id: svn://localhost/gambas/trunk@6206 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 class="title">
|
|
{Hall Of Fame}
|
|
</div>
|
|
|
|
<h3>{Developers}</h3>
|
|
|
|
<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 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>
|