Skip to content

Commit

Permalink
Fix docu
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed May 14, 2010
1 parent c7dcf18 commit 863e599
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 17 deletions.
46 changes: 39 additions & 7 deletions doc/manual/index.html
@@ -1,8 +1,30 @@
<HTML>
<HEAD>
<TITLE>GlueGen Manual</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></title>
</head>
<body>
<div id="container">
<div id="header">
<div id="slogan">Gluegen Manual</div>
<div id="logo"><a href="http://jogamp.org/">Gluegen</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/">Demos</a></li>
<li><a href="../../../wiki/">Wiki</a></li>
<li><a href="../../../deployment/gluegen-next/javadoc_public/">JavaDoc</a></li>
</ul>
</div>
<div id="main" class="fill">


<H1>GlueGen Manual</H1>

Expand Down Expand Up @@ -2267,5 +2289,15 @@ <H3><a name="SecPointerArrays">Returned arrays of pointers</a></H3>
type to <CODE>long</CODE> as we did with the <CODE>Display</CODE> data
type.

</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>
48 changes: 38 additions & 10 deletions www/index.html
@@ -1,10 +1,28 @@
<html>
<head>
<title>GlueGen Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<!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></title>
</head>
<body>
<div id="container">
<div id="header">
<div id="slogan">Gluegen</div>
<div id="logo"><a href="http://jogamp.org/">Gluegen</a></div>
</div>
<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="../../demos/www/">Demos</a></li>
<li><a href="../../wiki/">Wiki</a></li>
<li><a href="../../deployment/gluegen-next/javadoc_public/">JavaDoc</a></li>
</ul>
</div>
<div id="main" class="fill">

<P>

Expand All @@ -19,8 +37,8 @@
bind even low-level APIs such as the Java Native Interface (JNI) and
the AWT Native Interface (JAWT) back up to the Java programming
language. GlueGen is currently used to generate the <a
href="http://jogl.dev.java.net/">JOGL</a> interface to the OpenGL 3D
graphics API and the <a href="http://joal.dev.java.net/">JOAL</a>
href="../../jogl/www/">JOGL</a> interface to the OpenGL 3D
graphics API and the <a href="../../joal/www/">JOAL</a>
interface to the OpenAL audio library.

</P>
Expand All @@ -44,5 +62,15 @@ <h4> Community </h4>

</P>

</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>

0 comments on commit 863e599

Please sign in to comment.