diff options
author | Kevin Rushforth <[email protected]> | 2004-07-30 03:39:44 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-07-30 03:39:44 +0000 |
commit | 47ae31a88f4fcc92c30da9e3bdb23de63b24a131 (patch) | |
tree | f78a4301b5c3e296aba60c31e275eaef391786f3 | |
parent | df92372df803535ad54f8ef0e3c2b5a2fab4986a (diff) |
Updated web pages
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@14 dd45e54d-f42e-c781-df72-dca083a658b1
-rw-r--r-- | www/build-instr.html | 2 | ||||
-rw-r--r-- | www/index.html | 83 |
2 files changed, 50 insertions, 35 deletions
diff --git a/www/build-instr.html b/www/build-instr.html index d971a78..a4e3b30 100644 --- a/www/build-instr.html +++ b/www/build-instr.html @@ -11,7 +11,7 @@ </h3> <p>To build the vecmath package, you must first checkout the <a - href="http://vecmath.dev.java.net/">vecmath</a> + href="https://vecmath.dev.java.net/">vecmath</a> CVS repository. For example, run the cvs checkout command as follows:<br> diff --git a/www/index.html b/www/index.html index 2d1bdee..4743954 100644 --- a/www/index.html +++ b/www/index.html @@ -5,24 +5,34 @@ content="text/html; charset=ISO-8859-1"> <title>The Vecmath API</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 3D vector math package, <code>javax.vecmath</code>.<br> </p> -<p>Related projects include: <a href="http://j3d-core.dev.java.net/">j3d-core</a> -(the core Java 3D API), -<a href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a> +<p>Related projects include: <a href="https://j3d-core.dev.java.net/">j3d-core</a> +(the core Java 3D<sup><font size="-2">TM</font></sup> API), +<a href="https://j3d-core-utils.dev.java.net/">j3d-core-utils</a> (the Java 3D core utilities), and -<a href="http://j3d-examples.dev.java.net/">j3d-examples</a> +<a href="https://j3d-examples.dev.java.net/">j3d-examples</a> (the Java 3D example programs). Refer to the <a href="build-instr.html">download and build instructions</a> for information on downloading and building vecmath. </p> -<h3>License</h3> +<h3><a name="License"></a>License</h3> <p>The source code for the 3D vector math 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 vecmath project @@ -30,7 +40,7 @@ for research use, subject to the terms of the license. </p> <p>The vecmath source code 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 vecmath with or without modification, as @@ -46,44 +56,49 @@ 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="http://j3d-core.dev.java.net/servlets/ProjectDocumentList">Documents -& Files</a> -section of the j3d-core project on java.net: Release (or FCS) builds; + href="https://j3d-core.dev.java.net/servlets/ProjectDocumentList">Documents +& Files</a> page 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-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 3D. Please refer to the -<a href="http://java3d.dev.java.net/contribute.html">Contributing to +<a href="https://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.<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 vecmath. </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 3D-related sub-projects. Please use the above link rather than the Issue Tracker -in this vecmath project.<br> +in this vecmath 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 3D mailing lists in the parent <a - href="http://java3d.dev.java.net/">java3d</a> project: <span + href="https://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 +<a 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 3D forum</a>, hosted as part of the JavaDesktop Community. Messages posted on the forum are cross-posted to <span style="color: blue;">interest @@ -113,24 +128,24 @@ vecmath.dev.java.net</span> list is for automated CVS change messages and discussion of those changes.<br> </p> -<p></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>Project Suggestions </h3> +<h3><a name="Project_Suggestions"></a>Project Suggestions</h3> <p>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> + 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 and 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> + 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. </p> -<h3>Examples</h3> +<h3><a name="Examples"></a>Examples</h3> <p>We don't yet have any vecmath-only example programs. However, all of -the example programs in the <a href="http://j3d-examples.dev.java.net/">j3d-examples</a> +the example programs in the <a + href="https://j3d-examples.dev.java.net/">j3d-examples</a> project use the vecmath API.</p> </body> |