diff options
author | Kevin Rushforth <[email protected]> | 2004-07-02 20:45:04 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-07-02 20:45:04 +0000 |
commit | 367da0352576e01c4b8d60719befcecbda5b9efe (patch) | |
tree | 8068144cb8fae43f488dac3af4b561a00ba87360 | |
parent | 36a287c13d55ad53f288b4027e887e14691e55b2 (diff) |
Updated web page to reflect the fact that the issues list is now in the
parent Java 3D project.
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@14 9497e636-51bd-65ba-982d-a4982e1767a5
-rw-r--r-- | www/index.html | 88 |
1 files changed, 52 insertions, 36 deletions
diff --git a/www/index.html b/www/index.html index 09c37a8..21d7c40 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 Core Utilities</title> </head> <body> @@ -27,7 +27,7 @@ and j3d-core-utils. section of the j3d-core 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 +experimental build, labeled as Java 3D v 1.3.2-build4 is now available. We will set up daily or weekly builds in the near future.<br> </p> <h3>How to Contribute</h3> @@ -36,7 +36,54 @@ 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> +project.<br> +</p> +<h3>Reporting Issues<br> +</h3> +<p>We have set up the <a + href="http://java3d.dev.java.net/servlets/ProjectIssues">Issue Tracker</a> +in the parent <a href="http://java3d.dev.java.net/">java3d</a> project +to track issues (bugs, feature requests, etc.) for +Java 3D-related +sub-projects. Please use the above link rather than the Issue Tracker +in this j3d-core-utils project.<br> +</p> +<h3>Feedback and Discussion<br> +</h3> +<p>We have created four 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>, +<a href="mailto:[email protected]">[email protected]</a>, +<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 any of these lists. The <span + style="font-style: italic;">interest</span> 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. The <span + style="font-style: italic;">annouce</span> list is a +low-volume moderated mailing list for announcing Java 3D-related +news +and information. The <span style="font-style: italic;">issues</span> +list is for automated issues tracking, and the <span + style="font-style: italic;">cvs</span> list is for automated CVS +change messages (for changes to the parent java3d web pages only).</p> +<p>For those who prefer a forum to a discussion mailing list, we have +created the +<a href="http://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 mailing +list. <a href="servlets/ProjectMailingListList">Click here to +subscribe</a> to this list. The <a + href="mailto:[email protected]">[email protected]</a> +list is for automated CVS change messages and discussion of those +changes.</p> <h3>Project Highlights</h3> <p>Please see the <a href="http://j3d-core.dev.java.net/#Project_Highlights">Project @@ -65,37 +112,6 @@ project includes a set of simple example programs. The <a 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="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> +the source code via <a href="http://java3d.netbeans.org">http://java3d.netbeans.org</a>.</p> </body> </html> |