gambas-source-code/app/other/MakeWebSite/gambas.sourceforge.net/home.html
Benoît Minisini 706648c7c8 [WEBSITE MAKER]
* NEW: Upgrade to 3.7.1 version.

[GB.DB]
* NEW: Connection.SQL is a new property that returns a new SQLRequest 
  object that can be used for forging a SQL request whose syntax is adapted
  to the target connection.
* NEW: SQLRequest is a new class that helps to build a SQL request whose 
  syntax is adapted to a specific connection. The name of table fields are 
  always quoted so that they can include reserved characters.

[GB.DB.FORM]
* NEW: Use the new SQL property of the Connection object to build request.
* BUG: Fields with special characters in their name are now correctly
  quoted, thanks to the new SQL forgin mechanism.

[GB.DB]
* BUG: Don't crash when a SQLite database is not found and if the hostname 
  is null.
* NEW: GB_DB_DEBUG is a new environmental variable that allows to 
  externally set the DB.Debug property.
  
[GB.EVAL.HIGHLIGHT]
* NEW: SQL higlighting: the '`' quote character is taken into account now.


git-svn-id: svn://localhost/gambas/trunk@7020 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-04-03 21:11:18 +00:00

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&#8482;</i> (but it is <i><b>NOT</b></i> a clone&nbsp;!).}
{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.7.1.tar.bz2/download">
{Download}&nbsp;<b>Gambas&nbsp;3.7.1</b>
</a>
<div class="release-notes" align="center"><a href="http://gambaswiki.org/wiki/doc/release/3.7.1?w&amp;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}&nbsp;<b>Gambas&nbsp;2.24.0</b>
</a>
<div class="release-notes" align="center"><a href="http://gambaswiki.org/wiki/doc/release/2.24.0?w&amp;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&amp;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>