diff options
author | Kevin Rushforth <[email protected]> | 2004-06-04 16:59:13 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-06-04 16:59:13 +0000 |
commit | e2ec1a51a289e0e32d5b55ca9b266ec842b48adf (patch) | |
tree | f8c063973dca6e751ab7677e3464e25dce1a9e3a /www/index.html | |
parent | 781eaf29038ba2b85da098bc17d508d88c86ebe0 (diff) |
Created initial home page
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@3 dd45e54d-f42e-c781-df72-dca083a658b1
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 57 |
1 files changed, 51 insertions, 6 deletions
diff --git a/www/index.html b/www/index.html index 40bd357..220e09c 100644 --- a/www/index.html +++ b/www/index.html @@ -1,8 +1,53 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> - <head> - <title>Default Project Content</title> - </head> - <body> - This is the default project content. - </body> +<head> + <meta http-equiv="content-type" + content="text/html; charset=ISO-8859-1"> + <title>The Vecmath API</title> +</head> +<body> +This project contains the source code +for the 3D vector math package, <code>javax.vecmath</code>.<br> +<br> +Related projects include: <a href="http://j3d-core.dev.java.net/">j3d-core</a> +(the core Java 3D API), +<a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a> +(the Java 3D core utilities), and +<a href="http://j3d-examples.dev.java.net/">j3d-examples</a> +(the Java 3D example programs).<br> +<h3>License</h3> +<p>The source code for the 3D vector math API reference +implementation is available for research use +under the +Java Research License (JRL) [TODO: license link]. +It is also available for commercial use +under the Java Distribution License (JDL) [TODO: license link]. +The API specification will continue to evolve as part of the Java +Community Process (JCP). We welcome community +participation, and encourage developers to +contribute both bug fixes and +new implementation code to the API. The JRL and JDL licenses were +chosen to +facilitate this, while ensuring that the API is not fragmented with +incompatible versions being released.<br> +</p> +<h3>Project highlights</h3> +[TODO: fill this in]<br> +<h3>Project Suggestions</h3> +<ul> + <li>TBD</li> +</ul> +<h3>How to Contribute</h3> +[TODO: include text from j3d-core]<br> +<h3>Releases</h3> +<p>[TODO: links to code] </p> +<h3>Examples</h3> +<p>[TODO: links to examples] </p> +<h3>Feedback</h3> +<p>[TODO: list of feedback and participation options including mailing +lists, +project owners/contacts, discussion forum, wikis, etc.]</p> +<p><br> +</p> +</body> </html> |