df3f9c9f36
* NEW: New web site design. [WIKI CGI SCRIPT] * NEW: New web site design. [INTERPRETER] * BUG: Remove some unused code. * NEW: Stream got three new methods: Begin, Send & Drop. All WRITE instructions between a Begin and Send will be merged in one bunch of data that will be sent when Stream.End() is called. Stream.Drop() is there to cancel that process. * BUG: Correctly handle EINTR when writing to the SIGCHLD pipe. git-svn-id: svn://localhost/gambas/trunk@3730 867c0c6c-44f3-4631-809d-bfa615b0a4ec
83 lines
4 KiB
HTML
83 lines
4 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)">
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="$(STYLE)">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="download">
|
|
<div>
|
|
<a class="download-orange" href="download.html">
|
|
{Download} <b>Gambas 3.0 RC1</b>
|
|
</a>
|
|
<div class="release-notes" align="center"><a href="http://gambasdoc.org/help/doc/release/2.99.1?view&$(LANG)">{Release Notes}</a></div>
|
|
</div>
|
|
<div>
|
|
<a class="download-blue" href="download.html">
|
|
{Download} <b>Gambas 2.23.0</b>
|
|
</a>
|
|
<div class="release-notes" align="center"><a href="http://gambasdoc.org/help/doc/release/2.23.0?view&$(LANG)">{Release Notes}</a></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="presentation">
|
|
|
|
<div class="title">Gambas Almost Means BASIC !</div>
|
|
<!--<div id="last-version">
|
|
|
|
<div class="top-corner">
|
|
<img src="top-left-corner.png" class="top-left-corner">
|
|
<img src="top-right-corner.png" class="top-right-corner">
|
|
</div>
|
|
<div style="padding:0px 8px;margin:0px;color:white;">
|
|
<b>{Last stable version is}<br><a href="download.html"><font size="+1">2.23.0</font></a>
|
|
(<a href="changelog2.html"><b>Changelog</b></a>)</b>
|
|
</div>
|
|
<div class="bottom-corner">
|
|
<img src="bottom-left-corner.png" class="bottom-left-corner">
|
|
<img src="bottom-right-corner.png" class="bottom-right-corner">
|
|
</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="http://gambasdoc.org/help/doc/intro?view&$(LANG)">introduction</a> for more information.}
|
|
<br><br>
|
|
{With <b><i>Gambas</i></b>, you can quickly design your program GUI with QT4 or GTK+, access MySQL, PostgreSQL, ODBC and SQLite databases, pilot applications with <i>D-Bus</i>, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on...}
|
|
|
|
<p>
|
|
<i>{You can support <b><i>Gambas</i></b> by making a small donation with}
|
|
<a href="https://www.paypal.com/xclick/business=gambas%40users.sourceforge.net&no_note=1&tax=0&currency_code=EUR" target="_blank">PayPal</a>
|
|
{or by using}
|
|
<a href="http://flattr.com/thing/93635/Gambas" target="_blank">Flattr</a>.
|
|
</i>
|
|
|
|
<!--<table class="none" cellspacing="0" cellpadding="0" border="0" style="margin-top:16px;">
|
|
<tr valign="top">
|
|
<td class="none"><a class="image" href="http://gambasdoc.org/help/doc/formula?view&$(LANG)"><img src="formula.png" border="0" alt="{The greatest formula of the world!}" title="{The greatest formula of the world!}"></a></td>
|
|
<td class="none"><a class="image" href="http://petition.eurolinux.org/" target="_blank"><img src="noepatents.png" border="0" alt="{No software patents in Europe!}" title="{No software patents in Europe!}"> </a></td>
|
|
<td class="none"><a class="image" href="http://gnulinex.org/" target="_blank"><img src="linex.png" border="0" alt="{Thanks for the support of gnuLinex!}" title="{Thanks for the support of gnuLinex!}"> </a></td>
|
|
<td class="none"><a class="image" href="http://www3.clustrmaps.com/user/d7b3ed83" target="_blank"><img src="http://www3.clustrmaps.com/stats/maps-no_clusters/gambas.sourceforge.net-thumb.jpg" border="0"></a></td>
|
|
</tr>
|
|
</table>-->
|
|
|
|
</div>
|
|
|
|
<div style="margin-top:16px;" align="center">
|
|
<img src="home.png">
|
|
</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>
|