diff options
author | Kevin Rushforth <[email protected]> | 2004-07-17 05:56:14 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-07-17 05:56:14 +0000 |
commit | 978b0b09a80983ce5caa67fd5c30162bf5a1b2a4 (patch) | |
tree | afffb41027c6680537db0b1aac61545a0f99009b /www | |
parent | 8c02bb7f88e91f2a9350a717733945eca673478a (diff) |
1. Remove all URLs with e-mail addresses -- replaced with list 'at' project.dev.java.net instead (to reduce probability of spam)
2. Make off-java.net URLs and license URLs pop up in a separate window
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@25 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 43 |
1 files changed, 25 insertions, 18 deletions
diff --git a/www/index.html b/www/index.html index 18e7e04..eb9bd47 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 API Core</title> </head> <body> @@ -23,13 +23,15 @@ instructions</a> for information on downloading and building j3d-core.</p> <h3>License</h3> <p>The source code for the core Java 3D API reference implementation -is licensed under the <a href="http://java3d.dev.java.net/jrl.html">Java +is licensed under the <a href="http://java3d.dev.java.net/jrl.html" + target="_blank">Java Research License (JRL)</a> for non-commercial use. The JRL allows users to download, build, and modify the source code in the j3d-core project for research use, subject to the terms of the license. </p> <p>Java 3D is also licensed for commercial use under a new -no-fee <a href="http://java3d.dev.java.net/jdl-java3d.pdf">Java +no-fee <a href="http://java3d.dev.java.net/jdl-java3d.pdf" + target="_blank">Java Distribution License (JDL)</a>. The JDL allows commercial use of Java 3D with or without modification, as long as compatibility with the entire API Specification is maintained. @@ -75,12 +77,13 @@ in this j3d-core 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 @@ -96,16 +99,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.dev.java.net</span> list is for automated CVS change messages and discussion of those changes.</p> <h3><a name="Project_Highlights"></a>Project Highlights</h3> @@ -154,7 +158,8 @@ more often than twice a year.<br> <p><span style="font-weight: bold;">Java 3D 1.4</span><br> </p> <p>We will file a new JSR (or revive the existing <a - href="http://jcp.org/en/jsr/detail?id=189">JSR-189</a>) under the Java + href="http://jcp.org/en/jsr/detail?id=189" target="_blank">JSR-189</a>) +under the Java Community Process (JCP) shortly, and form an Expert Group of community members to design and implement the next version of the Java 3D API. We @@ -184,11 +189,13 @@ project for more ideas.</p> <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>.<br> +the source code via <a href="http://java3d.netbeans.org" + target="_blank">http://java3d.netbeans.org</a>.<br> </p> </body> </html> |