rane 05/09/29 18:27:32 Modified: xml/htdocs/doc/en java.xml Log: fixed coding style, no content change
Revision Changes Path 1.17 +37 -26 xml/htdocs/doc/en/java.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml?rev=1.17&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml?rev=1.17&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/java.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo Index: java.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- java.xml 29 Sep 2005 18:22:22 -0000 1.16 +++ java.xml 29 Sep 2005 18:27:31 -0000 1.17 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.16 2005/09/29 18:22:22 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/java.xml,v 1.17 2005/09/29 18:27:31 rane Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/java.xml"> @@ -64,11 +64,11 @@ </p> <ul> -<li>blackdown-jre and blackdown-jdk, the Blackdown Java Kit</li> -<li>sun-jre-bin and sun-jdk, Sun's Java Kit </li> -<li>ibm-jre-bin and ibm-jdk-bin, the IBM Java Kit</li> -<li>compaq-jre and compaq-jdk, the Compaq Java Kit for Alpha/Linux/GNU</li> -<li>jrockit-jdk-bin, BEA WebLogic's J2SE Development Kit</li> + <li>blackdown-jre and blackdown-jdk, the Blackdown Java Kit</li> + <li>sun-jre-bin and sun-jdk, Sun's Java Kit </li> + <li>ibm-jre-bin and ibm-jdk-bin, the IBM Java Kit</li> + <li>compaq-jre and compaq-jdk, the Compaq Java Kit for Alpha/Linux/GNU</li> + <li>jrockit-jdk-bin, BEA WebLogic's J2SE Development Kit</li> </ul> <p> @@ -90,7 +90,6 @@ </body> </section> - <section> <title>Installing the Sun/IBM JRE/JDKs</title> <body> @@ -171,8 +170,9 @@ </note> <p> -Once you have issued <c>java-config --set-system-vm</c> with a particular VM ID, -you will need to regenerate your /etc/profile.env. You can do it like this: +Once you have issued <c>java-config --set-system-vm</c> with a particular VM +ID, you will need to regenerate your <path>/etc/profile.env</path>. You can do +it like this: </p> <pre caption="Regenerating /etc/profile.env" > @@ -187,8 +187,8 @@ <p> As a regular user, you can use <c>java-config --set-user-vm</c>, which will create <path>~/.gentoo/java-env</path> with all required env vars. You would -normally source this from your shell's startup script -(generally <path>~/.bashrc</path>). +normally source this from your shell's startup script (generally +<path>~/.bashrc</path>). </p> </body> @@ -202,8 +202,8 @@ <body> <p> -For more information regarding USE flags, refer to the -<uri link="/doc/en/handbook/handbook-x86.xml?part=2&chap=2">USE flags</uri> +For more information regarding USE flags, refer to the <uri +link="/doc/en/handbook/handbook-x86.xml?part=2&chap=2">USE flags</uri> chapter from the Gentoo Handbook. </p> @@ -214,10 +214,12 @@ <body> <ul> -<li>The <b>java</b> flag adds support for Java in a variety of programs.</li> -<li>The <b>browserplugin</b> flag adds support for Mozilla-like browsers (including Firefox) -if you are using blackdown's Java kit. You will need this for viewing Java applets -in your Mozilla-like browser.</li> + <li>The <b>java</b> flag adds support for Java in a variety of programs.</li> + <li> + The <b>browserplugin</b> flag adds support for Mozilla-like browsers + (including Firefox) if you are using blackdown's Java kit. You will need + this for viewing Java applets in your Mozilla-like browser. + </li> </ul> </body> @@ -231,23 +233,32 @@ <body> <ul> -<li>java-config man page</li> -<li><c>java-config --help</c></li> -<li>The <path>/usr/bin/java-config</path> script itself</li> + <li>java-config man page</li> + <li><c>java-config --help</c></li> + <li>The <path>/usr/bin/java-config</path> script itself</li> </ul> </body> </section> - <section> <title>Online resources</title> <body> + <ul> -<li>The <uri link="http://news.gmane.org/gmane.linux.gentoo.devel" ->gentoo-dev</uri>, <uri link="http://news.gmane.org/gmane.linux.gentoo.user" ->gentoo-user </uri> and <uri link="http://news.gmane.org/gmane.linux.gentoo.java">gentoo-java</uri> mailing list archives</li> -<li>#gentoo and #gentoo-java on irc.freenode.net</li> -<li><uri link="http://en.wikipedia.org/wiki/Java_programming_language">Wikipedia's entry for Java</uri></li> + <li> + The <uri + link="http://news.gmane.org/gmane.linux.gentoo.devel">gentoo-dev</uri>, + <uri link="http://news.gmane.org/gmane.linux.gentoo.user">gentoo-user + </uri> and <uri + link="http://news.gmane.org/gmane.linux.gentoo.java">gentoo-java</uri> + mailing list archives</li> <li>#gentoo and #gentoo-java on + irc.freenode.net + </li> + <li> + <uri + link="http://en.wikipedia.org/wiki/Java_programming_language">Wikipedia's + entry for Java</uri> + </li> </ul> </body> -- [email protected] mailing list
