diff options
author | Sven Gothel <[email protected]> | 2010-05-14 10:31:21 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-14 10:31:21 +0200 |
commit | 8ae3ba82b01382564525c4a7aa030bbf7d98c09a (patch) | |
tree | 7b1fcd472f77f288602e6f5f05e86bdd0950708c /www | |
parent | bea5e66089610fee2731430a020eed71a1e83055 (diff) |
Fix doc
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/www/index.html b/www/index.html index 29a5f2dc7..00eddca4b 100644 --- a/www/index.html +++ b/www/index.html @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../../style.css" rel="stylesheet" type="text/css"/> - <title></title> + <title>JOGL - Java Binding for the OpenGL API</title> </head> <body> <div id="container"> @@ -48,13 +48,17 @@ It is part of a suite of open-source technologies initiated by the Game Technology Group at Sun Microsystems. </p> <p>Please see the <a href="http://jogamp.org/jogl-demos/www">JOGL demos</a> for illustrations of advanced OpenGL techniques now possible with the Java platform. </p> - <p>Please have a look at the <a href="../../wiki/index.php/JOGL_Wiki">JOGL Wiki</a>, including an - <a href="../../wiki/index.php/Jogl_Overview">overview</a>, - <a href="../../wiki/index.php/Jogl_Tutorial">tutorial</a> and - <a href="../../wiki/index.php/Jogl_FAQ">FAQ</a>.</p> - <p>Documentation is available for <a href="http://jogamp.org/jogl/doc/userguide/">developers wishing to use</a> - JOGL in their applications as well as those wishing to - <a href="http://jogamp.org/jogl/doc/HowToBuild.html">build the JOGL source tree</a>. </p> + <p>Please have a look at the <a href="../../wiki/">Wiki</a>, including: + <ul> + <li><a href="../../wiki/index.php/Jogl_Overview">overview</a>,</li> + <li><a href="../../wiki/index.php/Jogl_Tutorial">tutorial</a> and</li> + <li><a href="../../wiki/index.php/Jogl_FAQ">FAQ</a>.</li> + </ul></p> + <p>Further more we the following developer documentation is available: + <ul> + <li><a href="../doc/HowToBuild.html">How to build the JOGL source tree</a></li> + <li><a href="../doc/userguide/">A simple Userguide</a></li> + </ul></p> </div> </td> </tr> |