old-www/HOWTO/Mozilla-Optimization/postinstall.html

163 lines
3.3 KiB
HTML

<HTML
><HEAD
><TITLE
>Post-Install Configuration</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Mozilla Optimization Mini-HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Compile the Source"
HREF="compile.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Mozilla Optimization Mini-HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="compile.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
>&nbsp;</TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="postinstall"
></A
>7. Post-Install Configuration</H1
><P
>&#13;There are several configuration choices that you can make after you have installed your browser. You can add plugins for common web technologies such as Java (<A
HREF="http://java.sun.com"
TARGET="_top"
>java.sun.com</A
>), PDF printing (<A
HREF="www.adobe.com"
TARGET="_top"
>www.adobe.com</A
>), and Flash animations (<A
HREF="http://www.macromedia.com/software/flash"
TARGET="_top"
>www.macromedia.com/software/flash</A
>) and slightly less well-known, but very cool plug-ins, such as Enigmail (<A
HREF="http://enigmail.mozdev.org"
TARGET="_top"
>enigmail.mozdev.org</A
>).
</P
><P
>&#13;To install any plug-in, either copy the plug-in from the source application (e.g. Acrobat5 ) to the <TT
CLASS="filename"
>/plugins</TT
> directory in Mozilla, or create a symbolic link from the plug-in to the plug-ins directory in the Mozilla binary tree. For example, to create a Mozilla plug-in for Adobe Acrobat 5 using a symbolic link, simply type <B
CLASS="command"
>ln -s /path/to/Acrobat5/Browsers/intellinux/nppdf.so /usr/local/mozilla/plugins/</B
>. Similarly, to create a plug-in from your Java runtime environment, type <B
CLASS="command"
>ln -s /path/to/j2re1.4.0_02/plugin/i386/ns610/libjavaplugin_oji.so /usr/local/mozilla/plugins/</B
>. Please note, it is recommended that you use Sun's JDK 1.4.1 with Mozilla 1.0.1 and above. There are known incompatibilities with Mozilla and earlier versions of Java.
</P
><P
>&#13;To obtain Mozilla project plug-ins such as Enigmail, which provides an interface for encrypting and decrytping mail, or for Protozilla, which provides full parameterization (including support for multiple multiple protocol and programming languages), visit <A
HREF="http://mozdev.org"
TARGET="_top"
>mozdev.org</A
>.
</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="compile.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>&nbsp;</TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Compile the Source</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>&nbsp;</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>