From owner-svn-doc-head@FreeBSD.ORG Wed Apr 1 18:55:50 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 721C42D1; Wed, 1 Apr 2015 18:55:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B9579EA; Wed, 1 Apr 2015 18:55:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t31ItoAS039883; Wed, 1 Apr 2015 18:55:50 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t31ItnJS039881; Wed, 1 Apr 2015 18:55:49 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201504011855.t31ItnJS039881@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Wed, 1 Apr 2015 18:55:49 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46414 - in head/en_US.ISO8859-1/htdocs/java: . dists X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 18:55:50 -0000 Author: eadler Date: Wed Apr 1 18:55:49 2015 New Revision: 46414 URL: https://svnweb.freebsd.org/changeset/doc/46414 Log: 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 Deleted: head/en_US.ISO8859-1/htdocs/java/dists/ Modified: head/en_US.ISO8859-1/htdocs/java/Makefile head/en_US.ISO8859-1/htdocs/java/index.xml Modified: head/en_US.ISO8859-1/htdocs/java/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/java/Makefile Wed Apr 1 18:37:57 2015 (r46413) +++ head/en_US.ISO8859-1/htdocs/java/Makefile Wed Apr 1 18:55:49 2015 (r46414) @@ -7,9 +7,6 @@ .include "../Makefile.inc" .endif -SUBDIR = dists - -DOCS+= howhelp.xml DOCS+= index.xml DOCS+= install.xml Modified: head/en_US.ISO8859-1/htdocs/java/index.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/java/index.xml Wed Apr 1 18:37:57 2015 (r46413) +++ head/en_US.ISO8859-1/htdocs/java/index.xml Wed Apr 1 18:55:49 2015 (r46414) @@ -35,17 +35,23 @@ FreeBSD Foundation &java; Downloads page.

-

Software

+

Getting Java

- +

Getting &java; for FreeBSD describes + how to install &java;

+

+ &openjdk; 7 is frequently updated, and it is suggested to refer to a + revision log for + detailed release history. Additionally, one may choose to review more information at + FreshPorts. +

+ +

+ &openjdk; 6 is frequently updated, and it is suggested to refer to a + revision log for + detailed release history. Additionally, one may choose to review more information at + FreshPorts. +

Documentation

@@ -53,5 +59,26 @@
  • Creating Ports
  • + +

    I want to help by...

    + +

    ... testing

    + +

    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.

    + +

    ... reporting a bug

    +

    If you find an application that does not work, or crashes, here are the steps you should follow before reporting it:

    +
      +
    1. Try it again.
    2. +
    3. Check your settings for this application. Check to see if you made a mistake in starting it up.
    4. +
    5. 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.)
    6. +
    7. 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.
    8. +
    9. Notify the JDK porting team. Send email to freebsd-java@FreeBSD.org. Be sure to include the steps you have followed.
    10. +
    11. Finally, and most importantly, be willing to work with the team to fix the problem.
    12. +
    + +

    ...writing documentation

    +

    Everyone can help here. If you have a suggestion to add to the documentation, write it up and send it to freebsd-java@FreeBSD.org

    +