diff options
author | Kevin Rushforth <[email protected]> | 2004-06-04 18:19:23 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-06-04 18:19:23 +0000 |
commit | 8d04fe6c33678b770bbd5c7747ca21e565648222 (patch) | |
tree | 4263226d11819675de4a320fc6137df4eb9595b8 /www | |
parent | e2ec1a51a289e0e32d5b55ca9b266ec842b48adf (diff) |
More home page updates
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@4 dd45e54d-f42e-c781-df72-dca083a658b1
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/www/index.html b/www/index.html index 220e09c..6fe7f24 100644 --- a/www/index.html +++ b/www/index.html @@ -6,15 +6,16 @@ <title>The Vecmath API</title> </head> <body> -This project contains the source code +<p>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> +</p> +<p>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> +</p> <h3>License</h3> <p>The source code for the 3D vector math API reference implementation is available for research use @@ -32,13 +33,13 @@ 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> +<p>[TODO: fill this in]</p> <h3>Project Suggestions</h3> <ul> <li>TBD</li> </ul> <h3>How to Contribute</h3> -[TODO: include text from j3d-core]<br> +<p>[TODO: include text from j3d-core]</p> <h3>Releases</h3> <p>[TODO: links to code] </p> <h3>Examples</h3> @@ -46,8 +47,8 @@ incompatible versions being released.<br> <h3>Feedback</h3> <p>[TODO: list of feedback and participation options including mailing lists, -project owners/contacts, discussion forum, wikis, etc.]</p> -<p><br> +project owners/contacts, discussion forum, wikis, etc.]<br> +<br> </p> </body> </html> |