gambas-source-code/app/other/MakeWebSite/gambas.sourceforge.net/home.html.template
Benoît Minisini 496143fd6c [DEVELOPMENT ENVIRONMENT]
* NEW: A button to reset the search list.
* NEW: The Gambas 2 project converter now works inside a temporary 
  directory, and make a backup copy of the converted project.
* NEW: The Gambas 2 project converter now correctly handle:
  - The changes in HSplit and VSplit Layout property.
  - The container Padding and Spacing properties.
  - The old ColorBox class.
  - The Scaled property.
  - OPEN instructions beginning with a TRY.
  - Lines of code having UTF-8 character inside.

[WEBSITE MAKER]
* NEW: News came back.
* NEW: Some design changes.

[GB.GTK]
* NEW: The HSplit/VSplit Layout property now can take a NULL array without
  raising an error and by ignoring it.

[GB.QT4]
* NEW: The HSplit/VSplit Layout property now can take a NULL array without
  raising an error and by ignoring it.

[GB.QT4.EXT]
* NEW: Some little drawing fixes in Editor.


git-svn-id: svn://localhost/gambas/trunk@3778 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2011-04-19 02:00:06 +00:00

75 lines
3.2 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>
<div class="download">
<div>
<a class="download-blue" target="_blank" href="http://sourceforge.net/projects/gambas/files/gambas2/$(STABLE_VERSION)/gambas2-$(STABLE_VERSION).tar.bz2/download">
{Download} <b>Gambas $(STABLE_VERSION)</b>
</a>
<div class="release-notes" align="center"><a href="http://gambasdoc.org/help/doc/release/$(STABLE_VERSION)?view&amp;$(LANG)">{Release Notes}</a></div>
</div>
<div style="opacity:0.3;">
<div class="download-gray" target="_blank" href="http://sourceforge.net/projects/gambas/files/gambas3/gambas3-$(DEV_VERSION).tar.bz2/download">
{Download} <b>Gambas 3.0 RC1</b>
</div>
<div class="release-notes" align="center">{Release Notes}</div>
</div>
</div>
<div id="presentation">
<div class="title">Gambas Almost Means BASIC !</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="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&amp;no_note=1&amp;tax=0&amp;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&amp;$(LANG)"><img src="formula.png" border="0" alt="{The greatest formula of the world!}" title="{The greatest formula of the world!}"></a></td>
</tr>
</table>-->
</div>
<div align="left" style="position:absolute;">
<img src="home.png" style="margin-top:32px;">
</div>
<div id="home-background">
</div>
<div id="news">
<div id="news-shadow"></div>
<iframe id="news-frame" src="http://gambasdoc.org/help/doc/news?$(LANG)&amp;view" frameborder="0">
Your browser must support frames.
</iframe>
</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>