diff options
author | Sven Gothel <[email protected]> | 2011-09-17 20:09:06 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-17 20:09:06 +0200 |
commit | 41b1912527d0006e861100f0617a4efd7b7b51a3 (patch) | |
tree | f73c1cde440683cf76cc816508fe3169fd5a1a04 | |
parent | ca25e8574685d75155f358f41ce42c7af2a63bb2 (diff) |
www index: add jogl test link
-rw-r--r-- | www/index.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/www/index.html b/www/index.html index dee9d7f..7268a91 100644 --- a/www/index.html +++ b/www/index.html @@ -15,10 +15,14 @@ <div id="menu"> <ul> <li><a href="http://jogamp.org/">Home</a></li> - <li><a href="../../joal/www">JOAL</a></li> - <li><a href="../../jocl/www">JOCL</a></li> <li><a href="../../jogl/www">JOGL</a></li> - <li><a href="../../wiki/index.php/Jogl_FAQ">Wiki</a></li> + <li><a href="../../deployment/jogamp-current/jogl-test-applets.html">Tests</a></li> + <li><a href="../../deployment/jogamp-next/javadoc/jogl/javadoc/">JavaDoc</a></li> + <li><a href="../../joal/www">JOAL</a></li> + <li><a href="../../jocl/www">JOCL</a></li> + <li><a href="../../wiki/">Wiki</a></li> + <li><a href="../../blog/">Blogs</a></li> + <li><a href="http://forum.jogamp.org/" target="_blank">Forum</a></li> </ul> </div> <div id="main"> @@ -99,19 +103,15 @@ <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gears-launcheronly.html">Applet-Launcher only test page (pls use variant above)</a></li> <li><a href="#NEWTAWTJNLPApplets">Simple NEWT JNLP AWT Applet's</a></li> </ul> - <p> Quick Version Info: - <ul> - <li>Current Version [ <a href="../../deployment/jogamp-current/jogl-applet-version.html">Applet</a>, - <a href="../../deployment/jogamp-current/jogl-application-version.jnlp">Application</a> ]</li> - <li>Next Version [ <a href="../../deployment/jogamp-next/jogl-applet-version.html">Applet</a>, - <a href="../../deployment/jogamp-next/jogl-application-version.jnlp">Application</a> ]</li> - </ul> + <p> + Quick Version Info: Current [ <a href="../../deployment/jogamp-current/jogl-applet-version.html">Applet</a>, + <a href="../../deployment/jogamp-current/jogl-application-version.jnlp">Application</a> ], + Next [ <a href="../../deployment/jogamp-next/jogl-applet-version.html">Applet</a>, + <a href="../../deployment/jogamp-next/jogl-application-version.jnlp">Application</a> ]. </p> - <p> Launch Tests: - <ul> - <li><a href="../../deployment/jogamp-current/jogl-demos/test.html">Current Version</a></li> - <li><a href="../../deployment/jogamp-next/jogl-demos/test.html">Next Version</a></li> - </ul> + <p> + JOGL Tests: <a href="../../deployment/jogamp-current/jogl-demos/test.html">Current</a>, + <a href="../../deployment/jogamp-next/jogl-demos/test.html">Next</a>. </p> <p>The source code for these demonstrations is available via <a href="http://jogamp.org/wiki/index.php/Jogl_FAQ#Get_the_Source_Code">GIT</a>.<br/> |