summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2004-07-30 03:42:03 +0000
committerKevin Rushforth <[email protected]>2004-07-30 03:42:03 +0000
commitfd1efa7c6116bd79900bee88c671f6503d011629 (patch)
tree5f112803a6ca8af4debf953b514d4abae6f2e402 /www
parent54923c1d10a12fc0641473c67a0f8ae5b9ca93d2 (diff)
Web page updates
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@16 9497e636-51bd-65ba-982d-a4982e1767a5
Diffstat (limited to 'www')
-rw-r--r--www/build-instr.html11
-rw-r--r--www/index.html71
2 files changed, 49 insertions, 33 deletions
diff --git a/www/build-instr.html b/www/build-instr.html
index 7951005..ee62ed9 100644
--- a/www/build-instr.html
+++ b/www/build-instr.html
@@ -10,14 +10,13 @@
<h3>Instructions for downloading and building j3d-core-utils
</h3>
<p>To
-build the Java&nbsp;3D packages, you must checkout the following three
-CVS
-repositories:<br>
+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 7df89b9..3542985 100644
--- a/www/index.html
+++ b/www/index.html
@@ -5,24 +5,35 @@
content="text/html; charset=ISO-8859-1">
<title>The Java 3D Core Utilities</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="#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 Java&nbsp;3D core utilities in the <code>com.sun.j3d.*</code>
+for the Java&nbsp;3D<sup><font size="-2">TM</font></sup>
+core utilities in the <code>com.sun.j3d.*</code>
hierarchy.<br>
</p>
-<p>Related projects include: <a href="http://vecmath.dev.java.net/">vecmath</a>
-(the 3D vector math package), <a href="http://j3d-core.dev.java.net/">j3d-core</a>
+<p>Related projects include: <a href="https://vecmath.dev.java.net/">vecmath</a>
+(the 3D vector math package), <a href="https://j3d-core.dev.java.net/">j3d-core</a>
(the
-core Java&nbsp;3D API), and <a href="http://j3d-examples.dev.java.net/">j3d-examples</a>
+core Java&nbsp;3D API), and <a
+ href="https://j3d-examples.dev.java.net/">j3d-examples</a>
(the Java&nbsp;3D
example programs). The j3d-core-utils project is built as part of
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>Downloads</h3>
+<h3><a name="Downloads"></a>Downloads</h3>
<p>Three types of binary builds are available in the <a
- href="http://j3d-core.dev.java.net/servlets/ProjectDocumentList">Documents
+ href="https://j3d-core.dev.java.net/servlets/ProjectDocumentList">Documents
&amp; Files</a>
section of the j3d-core project on java.net: Release (or FCS) builds;
Experimental (early access) builds; and Daily/Weekly builds. The latest
@@ -30,34 +41,40 @@ 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-utils.
</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-utils project.<br>
+in this j3d-core-utils 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.
</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
@@ -73,7 +90,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
@@ -86,29 +103,29 @@ 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>
+<h3><a name="Project_Highlights"></a>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>
+ href="https://j3d-core.dev.java.net/#Project_Highlights">Project
+Highlights</a> in the <a href="https://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
see
-the <a href="http://j3d-core.dev.java.net/#Project_Suggestions">Project
-Suggestions</a> in the <a href="http://j3d-core.dev.java.net/">j3d-core</a>
+the <a href="https://j3d-core.dev.java.net/#Project_Suggestions">Project
+Suggestions</a> in the <a href="https://j3d-core.dev.java.net/">j3d-core</a>
project for more ideas.<br>
</p>
<ul>
- <li><a href="http://joal.dev.java.net/">JOAL</a>-based audio engine</li>
+ <li><a href="https://joal.dev.java.net/">JOAL</a>-based audio engine</li>
<li>Character Animation utility</li>
<li>Terrain utility</li>
<li>Collision Avoidance utility</li>
<li>CSG (geometry boolean operators) utility</li>
<li>Loaders</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