- Add some info about getting Java working in Galeon;

- spelling and grammar nits.

Sibmitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
Maxim Sobolev 2002-02-24 10:03:43 +00:00
parent 6769d004f5
commit 49736f70f9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12271
2 changed files with 19 additions and 15 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq.sgml,v 1.29 2002/02/12 19:42:24 sobomax Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/faq.sgml,v 1.30 2002/02/18 20:32:28 sobomax Exp $">
<!ENTITY title "FreeBSD GNOME Project: FAQ"> <!ENTITY title "FreeBSD GNOME Project: FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes; <!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -28,8 +28,8 @@
<li> <a href="#q9">Why is GNOME so huge, slow and basically <li> <a href="#q9">Why is GNOME so huge, slow and basically
useless?</a> useless?</a>
<li> <a href="#q10">Does GNOME support anti-aliased fonts?</a> <li> <a href="#q10">Does GNOME support anti-aliased fonts?</a>
<li> <a href="#q11">How to enable Java support in the Mozilla <li> <a href="#q11">How do I enable Java support in the Mozilla
web browser?</a> or Galeon web browser?</a>
</ol> </ol>
<h2>Full Text </h2> <h2>Full Text </h2>
<table border="0" cellspacing="0" cellpadding="2"> <table border="0" cellspacing="0" cellpadding="2">
@ -410,7 +410,7 @@ libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid.
<td width="10"> <td width="10">
<b><a name="q11"> 11.</a></b></td> <b><a name="q11"> 11.</a></b></td>
<td align="left" valign="top" colspan="3"> <td align="left" valign="top" colspan="3">
<b>How to enable Java support in the Mozilla web browser?</b> <b>How do I enable Java support in the Mozilla or Galeon web browser?</b>
</td> </td>
</tr> </tr>
<!-- A11 --> <!-- A11 -->
@ -418,11 +418,11 @@ libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid.
<td width="10"><br></td> <td width="10"><br></td>
<td align="left" valign="top" colspan="3"> <td align="left" valign="top" colspan="3">
<p>To enable Java support in the Mozilla web browser you need to <p>To enable Java support in the Mozilla web browser you need to
install Java Development Kit available from the <tt>java/jdk13 install the Java Development Kit available from the <tt>java/jdk13
</tt>port (at least version 1.3.1p6 is required) and restart the </tt>port (version 1.3.1p6 or later is required) and restart the
browser. Please note that if version of Mozilla port installed browser. Please note that if the version of the Mozilla package
on your computer is less that 0.9.8_2,1 then you also need to installed on your computer is less than 0.9.8_2,1 then you also need
use the following command to create a symbolic link required for to use the following command to create the symbolic link required for
the Java plugin to work:</p> the Java plugin to work:</p>
<pre> <pre>
# ln -sf /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \ # ln -sf /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \
@ -430,11 +430,15 @@ libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid.
</pre> </pre>
<p>You can verify that the Mozilla has picked the Java plugin by <p>You can verify that the Mozilla has picked the Java plugin by
selecting <i>About Plug-ins</i> from the menu <i>Help</i> after selecting <i>About Plug-ins</i> from the <i>Help</i> menu after
restarting Mozilla. You should see restarting Mozilla. You should see
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
in the list of available plugins, which indicates that the Java in the list of available plugins, indicating that Java
support is enabled.</p> support is enabled.</p>
<p>If you built Galeon against the full version of Mozilla, then
the Java plugin will also work for it. Just make sure that
<i>Allow Java</i> in the <i>Settings</i> menu is checked.</p>
</td> </td>
</tr> </tr>
<tr><td><br></td></tr> <tr><td><br></td></tr>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.13 2002/02/04 06:44:33 sobomax Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.14 2002/02/16 09:38:51 sobomax Exp $">
<!ENTITY title "FreeBSD GNOME Project: How To Make a Port"> <!ENTITY title "FreeBSD GNOME Project: How To Make a Port">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes; <!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -204,14 +204,14 @@ pre-patch:
<!-- End GNOME libtool --> <!-- End GNOME libtool -->
<!-- Begin GNOME distfiles --> <!-- Begin GNOME distfiles -->
<h2>Distfile Issues</h2> <h2>Distfiles</h2>
<p>As GNOME 2.0 gains developer momentum, things must be done to sort <p>As GNOME 2.0 gains developer momentum, things must be done to sort
out the new GNOME 2.0 distfiles from the GNOME 1.0 distfiles, as well out the new GNOME 2.0 distfiles from the GNOME 1.0 distfiles, as well
as do our part to keep the distfiles directory clean. To do as do our part to keep the distfiles directory clean. To do
this, GNOME 1.0 ports that download their distfiles from this, GNOME 1.0 ports that download their distfiles from
<tt>${MASTER_SITE_GNOME}</tt> must add the following to their <tt>${MASTER_SITE_GNOME}</tt> must add the following to their
Makfile:</p> Makefile:</p>
<pre> <pre>
DIST_SUBDIR= gnome DIST_SUBDIR= gnome
@ -219,7 +219,7 @@ DIST_SUBDIR= gnome
<p>GNOME 2.0 ports that download their distfiles from <p>GNOME 2.0 ports that download their distfiles from
<tt>${MASTER_SITE_GNOME}</tt> must include the following in their <tt>${MASTER_SITE_GNOME}</tt> must include the following in their
Makfile:</p> Makefile:</p>
<pre> <pre>
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2