diff options
author | Kevin Rushforth <[email protected]> | 2004-07-17 05:58:19 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2004-07-17 05:58:19 +0000 |
commit | df92372df803535ad54f8ef0e3c2b5a2fab4986a (patch) | |
tree | 72a3f634df811286314b2faf3c1ff134134ec528 | |
parent | c88c28e19943ba7f8c922d9c0e20da5f06ca29d6 (diff) |
1. Remove all URLs with e-mail addresses -- replaced with list 'at' project.dev.java.net instead (to reduce probability of spam)
2. Make off-java.net URLs and license URLs pop up in a separate window
git-svn-id: https://svn.java.net/svn/vecmath~svn/trunk@13 dd45e54d-f42e-c781-df72-dca083a658b1
-rw-r--r-- | www/index.html | 32 |
1 files changed, 18 insertions, 14 deletions
diff --git a/www/index.html b/www/index.html index 796a2d8..2d1bdee 100644 --- a/www/index.html +++ b/www/index.html @@ -1,8 +1,8 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> - <meta content="text/html; charset=ISO-8859-1" - http-equiv="content-type"> + <meta http-equiv="content-type" + content="text/html; charset=ISO-8859-1"> <title>The Vecmath API</title> </head> <body> @@ -22,14 +22,16 @@ instructions</a> for information on downloading and building vecmath. <h3>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">Java +is licensed under the <a href="http://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 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">Java +no-fee <a href="http://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 long as compatibility with the entire API Specification is maintained. @@ -75,11 +77,12 @@ in this vecmath project.<br> <h3>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: <a - href="mailto:[email protected]">[email protected]</a>, -<a href="mailto:[email protected]">[email protected]</a>, -<a href="mailto:[email protected]">[email protected]</a>, -and <a href="mailto:[email protected]">[email protected]</a>. + href="http://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 here to subscribe</a> to any of these lists. The <span style="font-style: italic;">interest</span> list is an open mailing @@ -96,16 +99,17 @@ 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">Java 3D +<a href="http://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 <a - href="mailto:[email protected]">[email protected]</a> +posted on the forum are cross-posted to <span style="color: blue;">interest +'at' java3d.dev.java.net</span> and vice-versa.<br> </p> <p>Finally, each sub-project has its own cvs mailing list. <a href="servlets/ProjectMailingListList">Click here to -subscribe</a> to this list. The <a - href="mailto:[email protected]">[email protected]</a> +subscribe</a> to this list. The <span style="color: blue;">cvs 'at' +vecmath.dev.java.net</span> list is for automated CVS change messages and discussion of those changes.<br> </p> |