htdocs/java: multiple
- migrate individual pages from 16 and 17 into the main page - don't use the word 'absolute' - make the "I want to help" stuff look nicer quick review by jgh, discussed with allanjude
This commit is contained in:
parent
04047ec1f1
commit
b1ab2c05b3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46414
6 changed files with 37 additions and 111 deletions
|
|
@ -7,9 +7,6 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
SUBDIR = dists
|
||||
|
||||
DOCS+= howhelp.xml
|
||||
DOCS+= index.xml
|
||||
DOCS+= install.xml
|
||||
|
||||
|
|
|
|||
|
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY title "&os; &java; Project: &jdk; 1.6">
|
||||
]>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>&title;</title>
|
||||
|
||||
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
||||
</head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
|
||||
<p>
|
||||
&openjdk; 6 is frequently updated, and it is suggested to refer to a
|
||||
<a href="http://svnweb.freebsd.org/ports/head/java/openjdk6/Makefile?view=log">revision log</a> for
|
||||
detailed release history. Additionally, one may choose to review more information at
|
||||
<a href="http://www.freshports.org/java/openjdk6">FreshPorts</a>.
|
||||
</p>
|
||||
|
||||
</body> </html>
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY title "&os; &java; Project: &jdk; 1.7">
|
||||
]>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>&title;</title>
|
||||
|
||||
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
||||
</head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
|
||||
<p>
|
||||
&openjdk; 7 is frequently updated, and it is suggested to refer to a
|
||||
<a href="http://svnweb.freebsd.org/ports/head/java/openjdk7/Makefile?view=log">revision log</a> for
|
||||
detailed release history. Additionally, one may choose to review more information at
|
||||
<a href="http://www.freshports.org/java/openjdk7">FreshPorts</a>.
|
||||
</p>
|
||||
|
||||
</body></html>
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS+= 16.xml
|
||||
DOCS+= 17.xml
|
||||
DOCS+= index.xml
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
@ -1,40 +0,0 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY title "FreeBSD &java; Project: Distributions">
|
||||
]>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>&title;</title>
|
||||
|
||||
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
|
||||
</head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0">
|
||||
<tr>
|
||||
<td>
|
||||
This is the official port of Sun's &java; Development Kit for FreeBSD. No known significant bugs exist at this time, but there are no guarantees of usability. However, many commercial companies rely on this port, so it should be safe to use.
|
||||
</td>
|
||||
<td>
|
||||
<a href="http://java.sun.com"><img src="../j2j.gif" hspace="10" border="0" alt="Jump to Java"/></a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>&jdk; 1.6.x</h3>
|
||||
<p><a href="16.html">JDK 1.6</a> support is available. Currently supported
|
||||
versions are FreeBSD 8.4 and later (for i386 and amd64 architectures).</p>
|
||||
|
||||
<h3>&jdk; 1.7.x</h3>
|
||||
<p><a href="17.html">JDK 1.7</a> support is available. Currently supported
|
||||
versions are FreeBSD 8.4 and later (for i386 and amd64 architectures).</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -35,17 +35,23 @@
|
|||
<a href="http://www.FreeBSDFoundation.org/java">FreeBSD
|
||||
Foundation &java; Downloads</a> page.</p>
|
||||
|
||||
<h2>Software</h2>
|
||||
<h2>Getting Java</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="install.html">Getting &java; for FreeBSD</a></li>
|
||||
<li><a href="dists/">Release Information</a></li>
|
||||
<li><a href="dists/16.html">JDK 1.6.x</a></li>
|
||||
<li><a href="dists/17.html">JDK 1.7.x</a></li>
|
||||
<li><a href="../ports/java.html">Available Ports...</a></li>
|
||||
<li><a href="howhelp.html">How can I help?</a></li>
|
||||
<li><a href="howhelp.html#BUG">I found a bug!?!</a></li>
|
||||
</ul>
|
||||
<p><a href="install.html">Getting &java; for FreeBSD</a> describes
|
||||
how to install &java;</p>
|
||||
<p>
|
||||
&openjdk; 7 is frequently updated, and it is suggested to refer to a
|
||||
<a href="http://svnweb.freebsd.org/ports/head/java/openjdk7/Makefile?view=log">revision log</a> for
|
||||
detailed release history. Additionally, one may choose to review more information at
|
||||
<a href="http://www.freshports.org/java/openjdk7">FreshPorts</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
&openjdk; 6 is frequently updated, and it is suggested to refer to a
|
||||
<a href="http://svnweb.freebsd.org/ports/head/java/openjdk6/Makefile?view=log">revision log</a> for
|
||||
detailed release history. Additionally, one may choose to review more information at
|
||||
<a href="http://www.freshports.org/java/openjdk6">FreshPorts</a>.
|
||||
</p>
|
||||
|
||||
<h2>Documentation</h2>
|
||||
|
||||
|
|
@ -53,5 +59,26 @@
|
|||
<li><a href="&url.books;/porters-handbook/using-java.html">Creating Ports</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>I want to help by...</h2>
|
||||
|
||||
<h3>... testing</h3>
|
||||
|
||||
<p>The best thing you can do is download the latest release, install it, and try all your favorite Java applications. If they don't work, see below.</p>
|
||||
|
||||
<h3>... reporting a bug</h3>
|
||||
<p>If you find an application that does not work, or crashes, here are the steps you should follow before reporting it:</p>
|
||||
<ol>
|
||||
<li>Try it again.</li>
|
||||
<li>Check your settings for this application. Check to see if you made a mistake in starting it up.</li>
|
||||
<li>Try it on a different platform. If you have access to a reference platform, try it there. (We need to determine if it is an application error, a Java bug, or a FreeBSD specific bug.)</li>
|
||||
<li>Narrow down the problem. If it is your own code, narrow down the bug to the offending code. Otherwise, determine the steps required to reproduce the problem.</li>
|
||||
<li>Notify the JDK porting team. Send email to <a href="mailto:freebsd-java@FreeBSD.org">freebsd-java@FreeBSD.org</a>. Be sure to include the steps you have followed.</li>
|
||||
<li>Finally, and most importantly, be willing to work with the team to fix the problem.</li>
|
||||
</ol>
|
||||
|
||||
<h3>...writing documentation</h3>
|
||||
<p>Everyone can help here. If you have a suggestion to add to the documentation, write it up and send it to <a href="mailto:freebsd-java@FreeBSD.org">freebsd-java@FreeBSD.org</a></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue