From 47ae31a88f4fcc92c30da9e3bdb23de63b24a131 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Fri, 30 Jul 2004 03:39:44 +0000 Subject: Updated web pages git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@14 dd45e54d-f42e-c781-df72-dca083a658b1 --- www/build-instr.html | 2 +- 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 @@

To build the vecmath package, you must first checkout the vecmath + href="https://vecmath.dev.java.net/">vecmath CVS repository. For example, run the cvs checkout command as follows:
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"> The Vecmath API - + +

+License | +Downloads | +How to Contribute | +Reporting Issues | +Feedback and Discussion | +Project Highlights | +Project Suggestions | +Examples +

This project contains the source code for the 3D vector math package, javax.vecmath.

-

Related projects include: j3d-core -(the core Java 3D API), -j3d-core-utils +

Related projects include: j3d-core +(the core Java 3DTM API), +j3d-core-utils (the Java 3D core utilities), and -j3d-examples +j3d-examples (the Java 3D example programs). Refer to the download and build instructions for information on downloading and building vecmath.

-

License

+

License

The source code for the 3D vector math API reference implementation -is licensed under the Java Research License (JRL) 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.

The vecmath source code is also licensed for commercial use under a new -no-fee Java Distribution License (JDL). 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.

-

Downloads

+

Downloads

Three types of binary builds are available in the Documents -& Files -section of the j3d-core project on java.net: Release (or FCS) builds; + href="https://j3d-core.dev.java.net/servlets/ProjectDocumentList">Documents +& Files 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.

-

How to Contribute

+

How to Contribute

We invite developers to contribute to Java 3D. Please refer to the -Contributing to +Contributing to Java 3D section in the parent java3d project to learn how to contribute to this project or any other Java 3D-related -project.
+project. See the JavaDesktop +Community Governance Guidelines for general guidelines on +participating in JavaDesktop community projects, such as vecmath.

-

Reporting Issues
+

Reporting Issues

We have set up the Issue Tracker -in the parent java3d project + href="https://java3d.dev.java.net/servlets/ProjectIssues">Issue Tracker +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.
+in this vecmath project. Refer to the Reporting +Issues section in the parent java3d project for more information.

-

Feedback and Discussion
+

Feedback and Discussion

We have created four Java 3D mailing lists in the parent java3d project: java3d project: interest 'at' java3d.dev.java.net, announce 'at' java3d.dev.java.net, issues 'at' java3d.dev.java.net, and cvs 'at' java3d.dev.java.net (replace 'at' with @). -Click +Click here to subscribe to any of these lists. The interest list is an open mailing list for @@ -99,7 +114,7 @@ list is for automated issues tracking, and the

For those who prefer a forum to a discussion mailing list, we have created the -Java 3D forum, hosted as part of the JavaDesktop Community. Messages posted on the forum are cross-posted to interest @@ -113,24 +128,24 @@ vecmath.dev.java.net list is for automated CVS change messages and discussion of those changes.

-

-

Project Highlights

+

Project Highlights

Please see the Project -Highlights in the j3d-core + href="https://j3d-core.dev.java.net/#Project_Highlights">Project +Highlights in the j3d-core project.

-

Project Suggestions 

+

Project Suggestions

Please see the Project -Suggestions in the j3d-core + href="https://j3d-core.dev.java.net/#Project_Suggestions">Project +Suggestions in the j3d-core project and the Project -Suggestions in the j3d-core-utils + href="https://j3d-core-utils.dev.java.net/#Project_Suggestions">Project +Suggestions in the j3d-core-utils project.

-

Examples

+

Examples

We don't yet have any vecmath-only example programs. However, all of -the example programs in the j3d-examples +the example programs in the j3d-examples project use the vecmath API.

-- cgit v1.2.3