diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/www/index.html b/www/index.html index 21d7c40..7df89b9 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> @@ -51,12 +51,13 @@ in this j3d-core-utils project.<br> <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 + href="http://java3d.dev.java.net/">java3d</a> project: <span + style="color: blue;">interest 'at' java3d.dev.java.net</span>, +<span style="color: blue;">announce 'at' java3d.dev.java.net</span>, +<span style="color: blue;">issues 'at' java3d.dev.java.net</span>, +and <span style="color: blue;">cvs 'at' java3d.dev.java.net</span> +(replace 'at' with @). <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 @@ -72,16 +73,17 @@ list is for automated issues tracking, and the <span 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 +<a href="http://java3d.dev.java.net/servlets/ProjectForumView" + target="_blank">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> +posted on the forum are cross-posted to <span style="color: blue;">interest +'at' java3d.dev.java.net</span> 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> +subscribe</a> to this list. The <span style="color: blue;">cvs 'at' +j3d-core-utils.dev.java.net</span> list is for automated CVS change messages and discussion of those changes.</p> <h3>Project Highlights</h3> @@ -108,10 +110,12 @@ project for more ideas.<br> <h3>Examples</h3> <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 + href="http://java.sun.com/products/java-media/3D/flythrough.html" + target="_blank">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>.</p> +the source code via <a href="http://java3d.netbeans.org" + target="_blank">http://java3d.netbeans.org</a>.</p> </body> </html> |