0704ce8f70
* OPT: Code formatting is faster now by working on a temporary line buffer. [WEBSITE MAKER] * NEW: Update to 3.8.1 version. [GB.GTK] * NEW: Screens.Primary is a new property that returns the primary screen number. [GB.GTK3] * NEW: Screens.Primary is a new property that returns the primary screen number. [GB.QT4] * BUG: Continue fixing modal dialog initial screen. * NEW: Screens.Primary is a new property that returns the primary screen number. [GB.QT5] * BUG: Continue fixing modal dialog initial screen. * NEW: Screens.Primary is a new property that returns the primary screen number. git-svn-id: svn://localhost/gambas/trunk@7281 867c0c6c-44f3-4631-809d-bfa615b0a4ec
99 lines
3.7 KiB
HTML
99 lines
3.7 KiB
HTML
<!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)" style="height:100%;">
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="$(STYLE)">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
|
|
<body style="height:100%;overflow:hidden;">
|
|
|
|
<div class="home">
|
|
|
|
<table class="none" border="0" style="height:100%;">
|
|
<tr valign="top"><td>
|
|
|
|
<div id="presentation">
|
|
|
|
<div id="title">Gambas Almost Means BASIC !</div>
|
|
|
|
<div>
|
|
|
|
{<b><i>Gambas</i></b> is a free development environment based on a <i>Basic</i> interpreter with object extensions, a bit like <i>Visual Basic™</i> (but it is <i><b>NOT</b></i> a clone !).}
|
|
{Read the <a href="$(WIKI:/doc/intro)">introduction</a> for more information.}
|
|
</div>
|
|
|
|
<div align="$(RIGHT)"><div id="see-news" class="all-news"><a href="$(WIKI:/doc/news)">{Click there to see all news}</a></div></div>
|
|
|
|
<div id="fade"></div>
|
|
<div id="news">
|
|
<iframe id="news-frame" src="$(WIKI:/doc/news)" frameborder="0" scrolling="no">
|
|
Your browser must support frames.
|
|
</iframe>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</td><td>
|
|
|
|
<div class="download">
|
|
|
|
<div align="center"><img id="logo" src="logo.png"/></div>
|
|
|
|
<div>
|
|
<a class="download-orange" target="_blank" href="http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.8.1.tar.bz2/download">
|
|
{Download} <b>Gambas 3.8.1</b>
|
|
</a>
|
|
<div class="release-notes" align="center"><a href="http://gambaswiki.org/wiki/doc/release/3.8.1?w&l=$(LANG)">{Release Notes}</a></div>
|
|
</div>
|
|
|
|
<div style="display:inline-table;">
|
|
<a class="download-blue" target="_blank" href="http://sourceforge.net/projects/gambas/files/gambas2/2.24.0/gambas2-2.24.0.tar.bz2/download">
|
|
{Download} <b>Gambas 2.24.0</b>
|
|
</a>
|
|
<div class="release-notes" align="center"><a href="http://gambaswiki.org/wiki/doc/release/2.24.0?w&l=$(LANG)">{Release Notes}</a></div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div align="center" style="margin-top:16px;">
|
|
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" style="margin:0px;">
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
|
<input type="hidden" name="hosted_button_id" value="WL75JG57SMDE6">
|
|
<input type="image" src="https://www.paypal.com/en_GB/i/btn/btn_donate_LG.gif" name="submit" alt="{Donate with PayPal}" style="border:none;">
|
|
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
|
</form>
|
|
|
|
<div style="height:6px;"></div>
|
|
|
|
<a href="http://flattr.com/thing/93635/Gambas" target="_blank" class="image">
|
|
<img src="http://api.flattr.com/button/flattr-badge-large.png" alt="{Flattr this}" title="{Flattr this}" align="center">
|
|
</a>
|
|
|
|
<div style="font-size:small;max-width:16em;margin-top:16px;">
|
|
{You can support <b><i>Gambas</i></b> by making a small donation with}
|
|
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WL75JG57SMDE6" target="_blank">PayPal</a>
|
|
{or by using}
|
|
<a href="http://flattr.com/thing/93635/Gambas" target="_blank">Flattr</a>.
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
var pageTracker = _gat._getTracker("UA-3906095-1");
|
|
pageTracker._initData();
|
|
pageTracker._trackPageview();
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|