diff options
-rw-r--r-- | www/index.html | 30 |
1 files changed, 18 insertions, 12 deletions
diff --git a/www/index.html b/www/index.html index 16649a6..dee9d7f 100644 --- a/www/index.html +++ b/www/index.html @@ -33,10 +33,10 @@ <ul> <li><a href="../../wiki/index.php/Jogl_Tutorial">JOGL Tutorial</a></li> <li><a href="../doc/readme.html">Demo Documentation</a></li> - <li><a href="applettest-jnlp.html">JOGL JNLP Applet test incl. Applet-Launcher fallback</a></li> - <li><a href="applettest.html">JOGL Applet-Launcher only test</a></li> - <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gearsjoal-jnlp.html">JOGL / JOAL JNLP Applet</a></li> - <li><a href="applettest-joal.html">JOGL / JOAL Applet-Launcher only test</a></li> + <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gears.html">JOGL JNLP Applet test incl. Applet-Launcher fallback</a></li> + <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gears-launcheronly.html">JOGL Applet-Launcher only test</a></li> + <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gearsjoal.html">JOGL / JOAL JNLP Applet</a></li> + <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gearsjoal-launcheronly.html">JOGL / JOAL Applet-Launcher only test</a></li> <li><a href="http://ak.kiet.le.googlepages.com/theredbookinjava.html">OpenGL Red Book examples using JOGL</a></li> <li><a href="http://pepijn.fab4.be/software/nehe-java-ports/">NeHe examples ported to JOGL</a></li> <!-- @@ -95,17 +95,23 @@ manual installation of any software on the end user's machine! Please see the following test pages for more information:</p> <ul> - <li><a href="applettest-jnlp.html">JNLP Applet test page (standard JNLP - Applet with Applet-Launcher fallback)</a></li> - <li><a href="applettest.html">Applet-Launcher only test page (pls use - variant above)</a></li> + <li><a href="../../deployment/jogamp-current/jogl-demos/applet-gears.html">JNLP Applet test page (standard JNLP Applet with Applet-Launcher fallback)</a></li> + <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><a href="test.html"">Launch test</a> with the <i>jogamp-next</i> version. + <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> - <p> - Quick Version Info [ <a href="../../deployment/jogamp-current/applet-version-jnlp.html">Applet</a>, - <a href="../../deployment/jogamp-current/application-version.jnlp">Application</a> ] + <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> <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/> |