gambas-source-code/app/other/MakeWebSite/gambas.sourceforge.net/download.html
Benoît Minisini df3f9c9f36 [WEB SITE MAKER]
* 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
2011-04-04 00:40:32 +00:00

105 lines
3.3 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="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-2.23.0.tar.bz2?download" target="_blank">gambas2-2.23.0.tar.bz2</a></td>
<td>2.23.0</td>
<td>tar.bz2</td>
</tr>
<tr>
<td><a href="http://prdownloads.sourceforge.net/gambas/gambas2-2.22.0.tar.bz2?download" target="_blank">gambas2-2.22.0.tar.bz2</a></td>
<td>2.22.0</td>
<td>tar.bz2</td>
</tr>
<tr class="dark">
<td><a href="http://prdownloads.sourceforge.net/gambas/gambas2-2.21.0.tar.bz2?download" target="_blank">gambas2-2.21.0.tar.bz2</a></td>
<td>2.21.0</td>
<td>tar.bz2</td>
</tr>
<tr>
<td><a href="http://prdownloads.sourceforge.net/gambas/gambas2-2.20.2.tar.bz2?download" target="_blank">gambas2-2.20.2.tar.bz2</a></td>
<td>2.20.2</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>