gambas-source-code/app/other/MakeWebSite/gambas.sourceforge.net/main.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

36 lines
1.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)">
<head>
<link rel="stylesheet" href="$(STYLE)">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Gambas - Gambas Almost Means Basic</title>
<meta name="keywords" content="linux,basic,program,programming,visual,graphic,qt,interpreter,object,component" />
<META name="verify-v1" content="ZB8S8NZC7uULJ9l1KRBCqRuz+MpMPXLmBCa55emSYwY=" />
<link rel="icon" href="/icon.png" type="image/png">
</head>
<frameset cols="188,*">
<frame name="main" src="menu.html" frameborder="0" marginwidth="1" marginheight="1" noresize scrolling="no">
<frame name="contents" src="home.html" frameborder="0" marginwidth="1" marginheight="1" noresize>
<noframes>
<body>
Your browser must support frames.
</body>
</noframes>
</frameset>
<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>
</html>