diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/www/index.html b/www/index.html index 3aea721..0be567b 100644 --- a/www/index.html +++ b/www/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <meta http-equiv="content-type" - content="text/html; charset=ISO-8859-1"> + <meta content="text/html; charset=ISO-8859-1" + http-equiv="content-type"> <title>The Java 3D API Core</title> </head> <body> @@ -17,7 +17,8 @@ Java 3D core utilities), and <a href="http://j3d-examples.dev.java.net/">j3d-examples</a> (the Java 3D example programs). The vecmath and j3d-core-utils projects are required -to build j3d-core. Refer to the build instructions [TODO: link] for +to build j3d-core. Refer to the <a href="../README-build.html">build +instructions</a> for more information.</p> <h3>License</h3> <p>The source code for the core Java 3D API reference @@ -101,11 +102,13 @@ project for more ideas.</p> <p>[TODO: kcr: rewrite (and run spell check)]</p> <p>Anyone who wants to contribute source code, even e-mailed bug fixes, must have a signed contributor agreement on file. The Java 3D -team is unable to even look at submitted bug fixes unless this author has the +team is unable to even look at submitted bug fixes unless this author +has the contributor agreement on file. This may seems harsh, but it is a policy designed to protect the project from patent infringement, etc.<br> </p> -<p>We encourage all developers to download the agreement, sign it, and fax it +<p>We encourage all developers to download the agreement, sign it, and +fax it to the number indicated [TODO link]. Then you are more than welcome to send in fixes for your favorite bugs!<br> </p> |