summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2004-07-02 15:53:06 +0000
committerkcr <kcr@28c7f869-5b4e-e670-f602-82bfaf57f300>2004-07-02 15:53:06 +0000
commit626d10ca7738fcd844c78fe26da2f4b9f48a44d3 (patch)
treecb575e6ccb703d8b370f9a0cc9c43371aa0bb37c /www
parent14cade4c6ff1f373228e9e14a7708b4195998a7b (diff)
Replace dummy page with a simple, but more useful page
Diffstat (limited to 'www')
-rw-r--r--www/build-instr.html27
-rw-r--r--www/index.html61
2 files changed, 86 insertions, 2 deletions
diff --git a/www/build-instr.html b/www/build-instr.html
new file mode 100644
index 0000000..4496a75
--- /dev/null
+++ b/www/build-instr.html
@@ -0,0 +1,27 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta content="text/html; charset=ISO-8859-1"
+ http-equiv="content-type">
+ <title>j3d-examples download and building instructions</title>
+ <meta content="Kevin Rushforth" name="author">
+</head>
+<body>
+<h3>Instructions for downloading and building j3d-examples</h3>
+<p>To
+build the j3d-examples project, you must first checkout the <a
+ href="http://j3d-examples.dev.java.net/">j3d-examples</a>
+CVS
+repository. For example, run
+the cvs checkout command as follows:<br>
+</p>
+<ul>
+ <code>cd &lt;cvs-root-dir&gt;</code><br>
+ <code>cvs checkout j3d-examples</code>
+</ul>
+<p>After you have downloaded the CVS repository, read the
+README-FIRST.txt file, then read and follow the
+instructions in the README-build.html
+file.</p>
+</body>
+</html>
diff --git a/www/index.html b/www/index.html
index 999d03a..d23efe6 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,11 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Java 3D Example Programs</title>
</head>
<body>
-<p>Example programs for the Java 3D API
+<p>This project contains the source code
+for the Java&nbsp;3D example programs.
</p>
-<p>The Java 3D example programs...
+<p>Related projects include: <a href="http://j3d-core.dev.java.net/">j3d-core</a>
+(the core Java&nbsp;3D API),
+<a href="http://j3d-core-utils.dev.java.net/"> </a><a
+ href="http://vecmath.dev.java.net/">vecmath</a>
+(the 3D vector math package), and <a
+ href="http://j3d-core-utils.dev.java.net/">j3d-core-utils</a>
+(the Java&nbsp;3D core utilities). Refer to the <a
+ href="build-instr.html">download
+and build
+instructions</a> for information on downloading and building vecmath.
</p>
+<h3>Downloads</h3>
+<p>Three types of binary builds are available in the <a
+ href="http://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
+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-build3 is now
+available. We will set up daily or weekly builds in the near future.<br>
+</p>
+<h3>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
+how to contribute to this project or any other Java&nbsp;3D-related
+project.</p>
+<h3>Feedback and Discussion<br>
+</h3>
+<p>We have created two Java&nbsp;3D mailing lists in the parent <a
+ href="http://java3d.dev.java.net/">java3d</a> project: <a
+and <a href="mailto:[email protected]">[email protected]</a>.
+<a href="http://java3d.dev.java.net/servlets/ProjectMailingListList">Click
+here to subscribe</a> to either of these lists. The annouce list is a
+low-volume moderated mailing list for announcing Java&nbsp;3D-related
+news
+and information. The interest list is an open mailing list for
+discussing all aspects of Java&nbsp;3D, the reference implementation
+for the
+Java&nbsp;3D core, vecmath, utilities, example programs, etc.</p>
+<p>For those who prefer a forum to a mailing list, we have created the
+<a href="https://java3d.dev.java.net/servlets/ProjectForumView">Java&nbsp;3D
+forum</a>, hosted as part of the JavaDesktop Community. Messages
+posted on the forum are cross-posted to <a
+and vice-versa.<br>
+</p>
+<p>Finally, each sub-project has its own cvs and issues mailing
+lists.&nbsp;<a href="servlets/ProjectMailingListList">Click
+here to
+subscribe</a> to either of these lists. The <a
+list is for automated CVS change messages and discussion of those
+changes. The <a href="mailto:[email protected]">[email protected]</a>
+list is for automated issue tracking.</p>
</body>
</html>