2010-03-09 06:22:36 +01:00
<!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 >
2011-12-30 11:57:06 +01:00
< div id = "home-background" >
< / div >
< div class = "home" >
2011-04-04 02:40:32 +02:00
< div class = "download" >
< div >
2012-01-01 16:15:49 +01:00
< a class = "download-orange" target = "_blank" href = "http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.0.0.tar.bz2/download" >
2011-12-30 11:57:06 +01:00
{Download} < b > Gambas 3< / b >
< / a >
2012-01-01 16:15:49 +01:00
< div class = "release-notes" align = "center" > < a href = "http://gambasdoc.org/help/doc/release/3.0.0?view&$(LANG)" > {Release Notes}< / a > < / div >
2011-12-30 11:57:06 +01:00
< / div >
< div style = "display:inline-table;" >
2011-05-27 20:46:56 +02:00
< a class = "download-blue" target = "_blank" href = "http://sourceforge.net/projects/gambas/files/gambas2/2.23.1/gambas2-2.23.1.tar.bz2/download" >
{Download} < b > Gambas 2.23.1< / b >
2011-04-04 02:40:32 +02:00
< / a >
2011-05-27 20:46:56 +02:00
< div class = "release-notes" align = "center" > < a href = "http://gambasdoc.org/help/doc/release/2.23.1?view&$(LANG)" > {Release Notes}< / a > < / div >
2011-04-04 02:40:32 +02:00
< / div >
< / div >
2010-03-09 06:22:36 +01:00
2011-04-04 02:40:32 +02:00
< div id = "presentation" >
2012-01-01 16:15:49 +01:00
< div id = "title" > Gambas Almost Means BASIC !< / div >
< div id = "title-shadow" > Gambas Almost Means BASIC !< / div >
2010-03-09 06:22:36 +01:00
{< 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 >
2011-04-04 02:40:32 +02:00
{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...}
2010-03-09 06:22:36 +01:00
2010-12-05 21:17:24 +01:00
< p >
2011-04-04 02:40:32 +02:00
< i > {You can support < b > < i > Gambas< / i > < / b > by making a small donation with}
2011-08-31 01:50:38 +02:00
< a href = "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WL75JG57SMDE6" target = "_blank" > PayPal< / a >
2010-12-05 21:17:24 +01:00
{or by using}
< a href = "http://flattr.com/thing/93635/Gambas" target = "_blank" > Flattr< / a > .
2011-04-04 02:40:32 +02:00
< / i >
<!-- <table class="none" cellspacing="0" cellpadding="0" border="0" style="margin - top:16px;">
2010-03-09 06:22:36 +01:00
< 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 >
< / tr >
2011-04-04 02:40:32 +02:00
< / table > -->
2010-03-09 06:22:36 +01:00
< / div >
2011-04-19 04:00:06 +02:00
< div id = "news" >
< div id = "news-shadow" > < / div >
< iframe id = "news-frame" src = "http://gambasdoc.org/help/doc/news?$(LANG)&view" frameborder = "0" >
Your browser must support frames.
< / iframe >
< / div >
2011-12-30 18:03:20 +01:00
< div align = "left" style = "position:absolute;" >
< img src = "home.png" style = "margin-top:32px;" >
< / div >
2011-12-30 11:57:06 +01:00
< / div >
2010-03-09 06:22:36 +01:00
< 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 >