fdba373f80
* NEW: New Website design [GB.FORM] * BUG: ScrollArea.ScrollX and ScrollArea.ScrollY properties are writable now, as their ScrollView relatives. git-svn-id: svn://localhost/gambas/trunk@3740 867c0c6c-44f3-4631-809d-bfa615b0a4ec
23 lines
676 B
Text
23 lines
676 B
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">
|
|
{Road Map}
|
|
</div>
|
|
|
|
<p>{This is a map of the possible future of <b><i>Gambas</i></b> made with <a href="http://freemind.sourceforge.net/" target="_blank">FreeMind</a>.}
|
|
<p>
|
|
{I don't say that I will do everything on this map. But if you are looking for something to program, pick an idea and come on! :-)}
|
|
<p>
|
|
|
|
<img src="roadmap.png" border="1">
|
|
|
|
</body>
|
|
</html>
|