gambas-source-code/app/other/MakeWebSite/gambas.sourceforge.net/home.html.template
Benoît Minisini f3438a8da9 [WEBSITE]
* NEW: Use the new wiki now.

[WIKI]
* BUG: Fix style sheet and class description layout.
* NEW: Inherited symbols links are in italic now.
* NEW: Automatic registration system.
* NEW: Use the new LOCK ... WAIT instruction.
* BUG: Some fixes in the old wiki conversion routine.
* NEW: The administrator account can see the recent changes.

[EXAMPLES]
* NEW: SmallWiki: Update the embedded markdown support from gb.markdown.

[COMPILER]
* NEW: The '#' character is now optional if possible (for example in the 
  'OUTPUT TO' instruction).

[GB.FORM]
* NEW: Some new icons.

[GB.FORM.STOCK]
* BUG: Fix all missing icons.

[GB.GTK]
* BUG: Fix incorrect translation when drawing inside a DrawingArea.

[GB.MEDIA]
* BUG: Fix inputs and outputs enumeration.

[GB.QT4]
* BUG: Correctly handle UTF-8 when displaying the error message.

[GB.WEB]
* NEW: WebPage.ToString() is a new method that generates the webpage and 
  returns it as a string.
* BUG: When creating a session, other sessions having the same prefix and 
  being older than 24 hours are automatically removed from disk.


git-svn-id: svn://localhost/gambas/trunk@6206 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-03-22 12:25:48 +00:00

99 lines
3.7 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)" 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-$(DEV_VERSION).tar.bz2/download">
{Download}&nbsp;<b>Gambas&nbsp;$(DEV_VERSION)</b>
</a>
<div class="release-notes" align="center"><a href="http://gambaswiki.org/wiki/doc/release/$(DEV_VERSION)?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/$(OLD_VERSION)/gambas2-$(OLD_VERSION).tar.bz2/download">
{Download}&nbsp;<b>Gambas&nbsp;$(OLD_VERSION)</b>
</a>
<div class="release-notes" align="center"><a href="http://gambaswiki.org/wiki/doc/release/$(OLD_VERSION)?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>