diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 85 |
1 files changed, 61 insertions, 24 deletions
diff --git a/www/index.html b/www/index.html index a085de2..4fc84fc 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 content="text/html; charset=ISO-8859-1" - http-equiv="content-type"> + <meta http-equiv="content-type" + content="text/html; charset=ISO-8859-1"> <title>The Java 3D Core Utilities</title> </head> <body> @@ -20,19 +20,28 @@ j3d-core. Refer to the <a href="build-instr.html">download and build instructions</a> for information on downloading and building j3d-core and j3d-core-utils. </p> -<h3>Project highlights</h3> -<p><b>Release project Source code</b> </p> -<p> -[TODO: include text from j3d-core] </p> -<p><span style="font-weight: bold;">Java 3D 1.3.x bug fixes</span><br> +<h3>Downloads</h3> +<p>Three types of binary builds are available in the <a + href="http://j3d-core.dev.java.net/servlets/ProjectDocumentList">Documents +& Files</a> +section of this project on java.net: Release (or FCS) builds; +Experimental (early access) builds; and Daily/Weekly builds. The latest +release build of Java 3D v1.3.1 is available. A fairly stable +experimental build, labeled as Java 3D v 1.3.2-build3 is now +available. We will set up daily or weekly builds in the near future.<br> </p> -<p>We will work with the community to address bugs identified in -Java 3D -1.3.1 and the will release new versions of Java 3D 1.3.x as -needed. -Bugfixes will be immediately available in the cvs source, or from the -weekly builds on this site. We will release official 1.3.x versions no -more often than twice a year.<br> +<h3>How to Contribute</h3> +<p>We invite developers to contribute to Java 3D. Please refer to +the +<a href="http://java3d.dev.java.net/contribute.html">Contributing to +Java 3D</a> section in the parent java3d project to learn +how to contribute to this project or any other Java 3D-related +project.</p> +<h3>Project Highlights</h3> +<p>Please see the <a + href="http://j3d-core.dev.java.net/#Project_Highlights">Project +Highlights</a> in the <a href="http://j3d-core.dev.java.net/">j3d-core</a> +project.<br> </p> <h3><a name="Project_Suggestions"></a>Project Suggestions</h3> <p>Here are some project ideas for the j3d-core-utils project. Please @@ -49,17 +58,45 @@ project for more ideas.<br> <li>CSG (geometry boolean operators) utility</li> <li>Loaders</li> </ul> -<h3>How to Contribute</h3> -<p>[TODO: include text from j3d-core] </p> -<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.]<br> -<br> +<p>The <a href="http://j3d-examples.dev.java.net/">j3d-examples</a> +project includes a set of simple example programs. The <a + href="http://java.sun.com/products/java-media/3D/flythrough.html">Java 3D +Fly Through v 2.0 Beta</a> sample application shows you how to take +advantage of the capabilities of Java 3D technology. You can +download +the source code via <a href="http://java3d.netbeans.org">http://java3d.netbeans.org</a>.<br> +</p> +<h3>Feedback and Discussion<br> +</h3> +<p>We have created two Java 3D mailing lists in the parent <a + href="http://java3d.dev.java.net/">java3d</a> project: <a + href="mailto:[email protected]">[email protected]</a> +and <a href="mailto:[email protected]">[email protected]</a>. +<a href="http://java3d.dev.java.net/servlets/ProjectMailingListList">Click +here to subscribe</a> to either of these lists. The annouce list is a +low-volume moderated mailing list for announcing Java 3D-related +news +and information. The interest list is an open mailing list for +discussing all aspects of Java 3D, the reference implementation +for the +Java 3D core, vecmath, utilities, example programs, etc.</p> +<p>For those who prefer a forum to a mailing list, we have created the +<a href="https://java3d.dev.java.net/servlets/ProjectForumView">Java 3D +forum</a>, hosted as part of the JavaDesktop Community. Messages +posted on the forum are cross-posted to <a + href="mailto:[email protected]">[email protected]</a> +and vice-versa.<br> </p> +<p>Finally, each sub-project has its own cvs and issues mailing +lists. <a + href="file:///home/kcr/java3d/1.3.2/j3d-core/www/servlets/ProjectMailingListList">Click +here to +subscribe</a> to either of these lists. The <a + href="mailto:[email protected]">[email protected]</a> +list is for automated CVS change messages and discussion of those +changes. The <a href="mailto:[email protected]">[email protected]</a> +list is for automated issue tracking.</p> +<p></p> </body> </html> |