From owner-freebsd-gnome Sat Feb 23 17: 4:32 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 6304837B400 for ; Sat, 23 Feb 2002 17:04:26 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1O13H881985 for ; Sat, 23 Feb 2002 20:03:17 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Documentation updates From: Joe Clarke To: freebsd-gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-yHC9f2rKaWbLNy8zQYx1" X-Mailer: Evolution/1.0.2 Date: 23 Feb 2002 20:04:58 -0500 Message-Id: <1014512698.6683.12.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-yHC9f2rKaWbLNy8zQYx1 Content-Type: text/plain Content-Transfer-Encoding: 7bit These patches just correct some nits, and add a blurb about Galeon Java support. Joe --=-yHC9f2rKaWbLNy8zQYx1 Content-Disposition: attachment; filename=faq.sgml.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 Index: faq.sgml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/www/en/gnome/docs/faq.sgml,v retrieving revision 1.30 diff -u -r1.30 faq.sgml --- faq.sgml 2002/02/18 20:32:28 1.30 +++ faq.sgml 2002/02/24 01:03:03 @@ -28,7 +28,7 @@
  • Why is GNOME so huge, slow and basically useless?
  • Does GNOME support anti-aliased fonts? -
  • How to enable Java support in the Mozilla +
  • How do I enable Java support in the Mozilla web browser?

    Full Text

    =20 @@ -410,7 +410,7 @@ 11. - How to enable Java support in the Mozilla web browser? + How do I enable Java support in the Mozilla web browser? @@ -418,11 +418,11 @@
    =20

    To enable Java support in the Mozilla web browser you need to - install Java Development Kit available from the java/jdk13 - port (at least version 1.3.1p6 is required) and restart the - browser. Please note that if version of Mozilla port installed - on your computer is less that 0.9.8_2,1 then you also need to - use the following command to create a symbolic link required for + install the Java Development Kit available from the java/jdk13 + port (version 1.3.1p6 or later is required) and restart the + browser. Please note that if the version of the Mozilla port=20 + installed on your computer is less than 0.9.8_2,1 then you also need=20 + to use the following command to create the symbolic link required for the Java plugin to work:

     # ln -sf /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \
    @@ -430,11 +430,15 @@
     	    
    =20

    You can verify that the Mozilla has picked the Java plugin by - selecting About Plug-ins from the menu Help after + selecting About Plug-ins from the Help menu after restarting Mozilla. You should see /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.

    + +

    If you built Galeon against the full version of Mozilla, then the + Java plugin will also work for it. Just make sure=20 + Settings->Allow Java is checked.


    --=-yHC9f2rKaWbLNy8zQYx1 Content-Disposition: attachment; filename=porting.sgml.patch Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=ISO-8859-1 Index: porting.sgml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/www/en/gnome/docs/porting.sgml,v retrieving revision 1.14 diff -u -r1.14 porting.sgml --- porting.sgml 2002/02/16 09:38:51 1.14 +++ porting.sgml 2002/02/24 00:49:04 @@ -204,14 +204,14 @@ =20 -

    Distfile Issues

    +

    Distfiles

    =20

    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= =20 as do our part to keep the distfiles directory clean. To do this, GNOME 1.0 ports that download their distfiles from=20 ${MASTER_SITE_GNOME} must add the following to their - Makfile:

    + Makefile:

    =20
     DIST_SUBDIR=3D    gnome
    @@ -219,7 +219,7 @@
    =20
     	  

    GNOME 2.0 ports that download their distfiles from=20 ${MASTER_SITE_GNOME} must include the following in their - Makfile:

    + Makefile:

    =09
     DIST_SUBDIR=3D    gnome2
    
    --=-yHC9f2rKaWbLNy8zQYx1--
    
    
    To Unsubscribe: send mail to majordomo@FreeBSD.org
    with "unsubscribe freebsd-gnome" in the body of the message