gambas-source-code/app/other/MakeWebSite/gambas.sourceforge.net/download.html.template
Benoît Minisini 8871738fb6 [INTERPRETER]
* BUG: READ and WRITE now correctly handle Pointer datatype.
* BUG: Classes inheriting an array class now work correctly.

[GB.FORM]
* NEW: FileChooser and DirChooser have a new ShowButton property that shows 
  OK and Cancel buttons inside the control. Clicking on the Cancel button
  raises a new Cancel event.
* NEW: Bookmark management has been redesigned in file controls.
* NEW: MenuButton got an AutoResize property.

[GB.FORM.DIALOG]
* NEW: File dialogs now remember their geometry.

[GB.GTK]
* BUG: Fix duplicate Click event in CheckBox control.
* BUG: Correctly handle tristate Checkbox controls.


git-svn-id: svn://localhost/gambas/trunk@3076 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-07-29 10:19:10 +00:00

105 lines
3.5 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="title">
{Download}
</div>
<div class="space"></div>
<div class="warning">
<font size="4"><b>{<img src="warning.png" align=center>&nbsp;READ THESE <a href="http://gambasdoc.org/help/readme?view&amp;$(LANG)">IMPORTANT NOTES</a> AND <a href="http://gambasdoc.org/help/install?view&amp;$(LANG)">THIS PAGE</a> FIRST.}</b></font>
</div>
<h3>{Current Developer Snapshots}</h3>
<p>{You get them from the Subversion repository. To get a snapshot of the future 3.0 version, do:}
<pre>$ mkdir trunk
$ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/
$ cd trunk
$ ./reconf-all
</pre>
<p>{To get a snapshot of the 2.x development version, do:}
<pre>$ mkdir 2.0
$ svn checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/branches/2.0
$ cd 2.0
$ ./reconf-all
</pre>
<p>{Do not forget to install <tt>automake</tt> and <tt>autoconf</tt>, otherwise the <tt>./reconf-all</tt> script will not work.}
<h3>{Stable Version Source Packages} (<a href="changelog2.html">{ChangeLog}</a>)</h3>
<table border="0" bordercolor="#43C7FF" cellspacing="0" cellpadding="6" valign="top">
<tr>
<th width="240" align="left">{Package}</th>
<th align="left">{Version}</th>
<th width="100" align="left">{Format}</th>
</tr>
<tr class="dark">
<td><a href="http://prdownloads.sourceforge.net/gambas/gambas2-$(STABLE_VERSION).tar.bz2?download" target="_blank">gambas2-$(STABLE_VERSION).tar.bz2</a></td>
<td>$(STABLE_VERSION)</td>
<td>tar.bz2</td>
</tr>
<tr>
<td><a href="http://prdownloads.sourceforge.net/gambas/gambas2-$(STABLE_VERSION_1).tar.bz2?download" target="_blank">gambas2-$(STABLE_VERSION_1).tar.bz2</a></td>
<td>$(STABLE_VERSION_1)</td>
<td>tar.bz2</td>
</tr>
<tr class="dark">
<td><a href="http://prdownloads.sourceforge.net/gambas/gambas2-$(STABLE_VERSION_2).tar.bz2?download" target="_blank">gambas2-$(STABLE_VERSION_2).tar.bz2</a></td>
<td>$(STABLE_VERSION_2)</td>
<td>tar.bz2</td>
</tr>
<tr>
<td><a href="http://prdownloads.sourceforge.net/gambas/gambas2-$(STABLE_VERSION_3).tar.bz2?download" target="_blank">gambas2-$(STABLE_VERSION_3).tar.bz2</a></td>
<td>$(STABLE_VERSION_3)</td>
<td>tar.bz2</td>
</tr>
</table>
<h3>{How to compile and install Gambas}</h3>
{Go to <a href="http://gambasdoc.org/help/install?view&en">that page</a> if you want specific instructions for your distribution.}
<h3>{Gambas Presentation}</h3>
<p>{Here is the last presentation I made in Palermo. You can open it with OpenOffice, or use the PDF version with the PdfPresentation OpenGL example included in the Gambas sources.}</p>
<table border="0" bordercolor="#43C7FF" cellspacing="0" cellpadding="6" valign="top">
<tr>
<th align=left>{Presentation}</th>
<th align=left>{Type}</th>
</tr>
<tr class="dark">
<td><a href="presentation-palermo-2007.pdf" target="_blank">presentation-palermo-2007.pdf</a></td>
<td>PDF</td>
</tr>
<tr>
<td><a href="presentation-palermo-2007.odp" target="_blank">presentation-palermo-2007.odp</a></td>
<td>OpenOffice</td>
</tr>
</table>
<h3>{Binary Packages}</h3>
{Go to <a href="http://gambasdoc.org/help/doc/package?view&en">that page</a> for a list of binary packages for each distribution.}
</body>
</html>