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 /doc | |
parent | bea5e66089610fee2731430a020eed71a1e83055 (diff) |
Fix doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HowToBuild.html | 49 | ||||
-rw-r--r-- | doc/userguide/index.html | 49 |
2 files changed, 76 insertions, 22 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index ede11653a..c54670b60 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -1,14 +1,31 @@ -<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> - -<html> -<head> -<title>How to build the JOGL OpenGL binding for Java on the Desktop</title> -</head> -<body> +<!DOCTYPE html PUBliC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <link href="../../style.css" rel="stylesheet" type="text/css"/> + <title>How to build JOGL</title> + </head> + <body> + <div id="container"> + <div id="header"> + <div id="slogan">How to build JOGL</div> + <div id="logo"><a href="http://jogamp.org/">How to build JOGL</a></div> + </div> + <div id="menu"> + <ul> + <li><a href="http://jogamp.org/">Home</a></li> + <li><a href="../../gluegen/www/">Gluegen</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="../../demos/www/">Demos</a></li> + <li><a href="../../wiki/">Wiki</a></li> + <li><a href="../../deployment/jogl-next/javadoc_public/">JavaDoc</a></li> + </ul> + </div> + <div id="main" class="fill"> -<h1>How to build the JOGL OpenGL binding for Java on the Desktop</h1> -<hr> -The embedded device HOWTO will reside in its own documentation soon. +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <h2>Platform and Component Requirements</h2> <hr> @@ -194,5 +211,15 @@ directory of the JRE/JDK. On Windows and Linux, delete any ANTLR jars from jre/l <i>- Christopher Kline and Kenneth Russell, June 2003 (revised November 2006)</i><br> <i>- Sven Gothel, May 2010</i><br> -</body> + </div> + <div id="footer"> + <div id="footer_left"> + <span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">JogAmp.org</span> + by <a xmlns:cc="http://creativecommons.org/ns#" href="http://jogamp.org" property="cc:attributionName" rel="cc:attributionURL">http://jogamp.org</a> + is licensed under a <br/> + <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>. + </div> + </div> + </div> + </body> </html> diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 6b4d281bb..60c9e4323 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -1,13 +1,30 @@ -<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> -<HTML> -<HEAD> -<TITLE>Jogl - User's Guide</TITLE> -</HEAD> -<BODY> +<!DOCTYPE html PUBliC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <link href="../../../style.css" rel="stylesheet" type="text/css"/> + <title>JOGL Userguide</title> + </head> + <body> + <div id="container"> + <div id="header"> + <div id="slogan">JOGL Userguide</div> + <div id="logo"><a href="http://jogamp.org/">JOGL Userguide</a></div> + </div> + <div id="menu"> + <ul> + <li><a href="http://jogamp.org/">Home</a></li> + <li><a href="../../../gluegen/www/">Gluegen</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="../../../demos/www/">Demos</a></li> + <li><a href="../../../wiki/">Wiki</a></li> + <li><a href="../../../deployment/jogl-next/javadoc_public/">JavaDoc</a></li> + </ul> + </div> + <div id="main" class="fill"> -<H1>Jogl - User's Guide</H1> - -<P> <UL> @@ -1002,6 +1019,16 @@ release train are in the thread <a href="http://javagaming.org/forums/index.php?topic=4217.0">"JOGL 1.1 released"</a>. -</BODY> -</HTML> + </div> + <div id="footer"> + <div id="footer_left"> + <span xmlns:dc="http://purl.org/dc/elements/1.1/" property="dc:title">JogAmp.org</span> + by <a xmlns:cc="http://creativecommons.org/ns#" href="http://jogamp.org" property="cc:attributionName" rel="cc:attributionURL">http://jogamp.org</a> + is licensed under a <br/> + <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 License</a>. + </div> + </div> + </div> + </body> +</html> |