summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/build-instr.html9
-rw-r--r--www/index.html69
2 files changed, 47 insertions, 31 deletions
diff --git a/www/build-instr.html b/www/build-instr.html
index cd6c230..0617247 100644
--- a/www/build-instr.html
+++ b/www/build-instr.html
@@ -10,14 +10,15 @@
<h3>Instructions for downloading and building j3d-core
</h3>
<p>To
-build the Java&nbsp;3D packages, you must checkout the following three
+build the Java&nbsp;3D<sup><font size="-2">TM</font></sup>
+packages, you must checkout the following three
CVS
repositories:<br>
</p>
<ul>
- <li><a href="http://j3d-core.dev.java.net/">j3d-core</a></li>
- <li><a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a></li>
- <li><a href="http://vecmath.dev.java.net/">vecmath</a></li>
+ <li><a href="https://j3d-core.dev.java.net/">j3d-core</a></li>
+ <li><a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a></li>
+ <li><a href="https://vecmath.dev.java.net/">vecmath</a></li>
</ul>
<p>These three top-level directories must be named exactly as
shown above and they must be sibling directories. To ensure this, run
diff --git a/www/index.html b/www/index.html
index eb9bd47..a1ba060 100644
--- a/www/index.html
+++ b/www/index.html
@@ -5,32 +5,42 @@
content="text/html; charset=ISO-8859-1">
<title>The Java 3D API Core</title>
</head>
-<body>
+<body style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">
+<p style="text-align: center;"> <font size="-2">
+<a href="#License">License</a> |
+<a href="#Downloads">Downloads</a> |
+<a href="#How_to_Contribute">How to Contribute</a> |
+<a href="#Reporting_Issues">Reporting Issues</a> |
+<a href="#Feedback_and_Discussion">Feedback and Discussion</a> |
+<a href="#Project_Highlights">Project Highlights</a> |
+<a href="#Project_Suggestions">Project Suggestions</a> |
+<a href="#Examples">Examples</a></font>
+</p>
<p>This project contains the source code
-for the core Java&nbsp;3D API
+for the core Java&nbsp;3D<sup><font size="-2">TM</font></sup> API
package, <code>javax.media.j3d</code>.<br>
</p>
-<p>Related projects include: <a href="http://vecmath.dev.java.net/">vecmath</a>
+<p>Related projects include: <a href="https://vecmath.dev.java.net/">vecmath</a>
(the 3D vector math package), <a
- href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a> (the
+ href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a> (the
Java&nbsp;3D core utilities), and <a
- href="http://j3d-examples.dev.java.net/">j3d-examples</a> (the
+ href="https://j3d-examples.dev.java.net/">j3d-examples</a> (the
Java&nbsp;3D
example programs). The vecmath and j3d-core-utils projects are required
to build j3d-core. Refer to the <a href="build-instr.html">download
and build
instructions</a> for information on downloading and building j3d-core.</p>
-<h3>License</h3>
+<h3><a name="License"></a>License</h3>
<p>The source code for the core Java&nbsp;3D API reference
implementation
-is licensed under the <a href="http://java3d.dev.java.net/jrl.html"
+is licensed under the <a href="https://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&nbsp;3D is also licensed for commercial use under a new
-no-fee <a href="http://java3d.dev.java.net/jdl-java3d.pdf"
+no-fee <a href="https://java3d.dev.java.net/jdl-java3d.pdf"
target="_blank">Java
Distribution License (JDL)</a>. The JDL
allows commercial use of Java&nbsp;3D with or without modification, as
@@ -46,7 +56,7 @@ implementation code to the API. The combination of the JRL and the JDL
was chosen to facilitate this, while ensuring the integrity and
compatibility of the API.<br>
</p>
-<h3>Downloads</h3>
+<h3><a name="Downloads"></a>Downloads</h3>
<p>Three types of binary builds are available in the <a
href="servlets/ProjectDocumentList">Documents
&amp; Files</a>
@@ -56,34 +66,39 @@ release build of Java&nbsp;3D v1.3.1 is available. A fairly stable
experimental build, labeled as Java&nbsp;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>
+<h3><a name="How_to_Contribute"></a>How to Contribute</h3>
<p>We invite developers to contribute to Java&nbsp;3D. Please refer to
the
-<a href="http://java3d.dev.java.net/contribute.html">Contributing to
-Java&nbsp;3D</a> section in the parent java3d project to learn
+<a href="https://java3d.dev.java.net/contribute.html">Contributing to
+Java&nbsp;3D</a> page in the parent java3d project to learn
how to contribute to this project or any other Java&nbsp;3D-related
-project.<br>
+project. See the <a href="https://javadesktop.dev.java.net/govern.html">JavaDesktop
+Community Governance Guidelines</a> for general guidelines on
+participating in JavaDesktop community projects, such as j3d-core.
</p>
-<h3>Reporting Issues<br>
+<h3><a name="Reporting_Issues"></a>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
+ href="https://java3d.dev.java.net/servlets/ProjectIssues">Issue Tracker</a>
+in the parent java3d
+project
to track issues (bugs, feature requests, etc.) for
Java&nbsp;3D-related
sub-projects. Please use the above link rather than the Issue Tracker
-in this j3d-core project.<br>
+in this j3d-core project. Refer to the <a
+ href="https://java3d.dev.java.net/index.html#Reporting_Issues">Reporting
+Issues</a> section in the parent java3d project for more information.<br>
</p>
-<h3>Feedback and Discussion<br>
+<h3><a name="Feedback_and_Discussion"></a>Feedback and Discussion<br>
</h3>
<p>We have created four Java&nbsp;3D mailing lists in the parent <a
- href="http://java3d.dev.java.net/">java3d</a> project:&nbsp;<span
+ href="https://java3d.dev.java.net/">java3d</a> project:&nbsp;<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
+ href="https://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
@@ -99,7 +114,7 @@ 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"
+<a href="https://java3d.dev.java.net/servlets/ProjectForumView"
target="_blank">Java&nbsp;3D
forum</a>, hosted as part of the JavaDesktop Community. Messages
posted on the forum are cross-posted to <span style="color: blue;">interest
@@ -124,7 +139,7 @@ ways:<br>
</p>
<ol>
<li>The <code>com.sun.j3d.*</code> packages have been split out into
-their own project (<a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a>).</li>
+their own project (<a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a>).</li>
<li>Apache Ant is now used to build Java&nbsp;3D<br>
</li>
<li>The Headspace AudioEngine has been removed. The JavaSound
@@ -144,7 +159,7 @@ have
the rights to ship the source code for the native Headspace sound
mixer. Our plan
going forward is to implement an AudioEngine using <a
- href="http://joal.dev.java.net/">JOAL</a>.</p>
+ href="https://joal.dev.java.net/">JOAL</a>.</p>
<p><span style="font-weight: bold;">Java&nbsp;3D 1.3.x bug fixes</span><br>
</p>
<p>We will work with the community to address bugs identified in
@@ -178,16 +193,16 @@ features such as extensibility and pluggable renderers.<br>
</p>
<h3><a name="Project_Suggestions"></a>Project Suggestions</h3>
<p>Here are some project ideas for the j3d-core project. Please see the
-<a href="http://j3d-core-utils.dev.java.net/#Project_Suggestions">Project
-Suggestions</a> in the <a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a>
+<a href="https://j3d-core-utils.dev.java.net/#Project_Suggestions">Project
+Suggestions</a> in the <a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a>
project for more ideas.</p>
<ul>
<li>DirectX build environment for MinGW (using gcc)<br>
</li>
<li>DirectX 9 port</li>
</ul>
-<h3>Examples</h3>
-<p>The <a href="http://j3d-examples.dev.java.net/">j3d-examples</a>
+<h3><a name="Examples"></a>Examples</h3>
+<p>The <a href="https://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"
target="_blank">Java&nbsp;3D