53d08a1c34
* NEW: Put it in the /app/other directory. git-svn-id: svn://localhost/gambas/trunk@2777 867c0c6c-44f3-4631-809d-bfa615b0a4ec
23 lines
676 B
HTML
23 lines
676 B
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">
|
|
{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>
|