"Fossies" - the Fresh Open Source Software Archive 
Member "mozplugger-2.1.6/README" (17 Apr 2014, 2079 Bytes) of package /linux/www/old/mozplugger-2.1.6.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 Originally written by Fredrik Hübinette (c) 1997-2001
2 Maintained by Louis Bavoil and Peter Leese (c) 2002-2014
3 Homepage : http://mozplugger.mozdev.org
4
5 This software is distributed under the General Public License.
6 Absolutely no warranties. Use this software on your own risk.
7 See the file COPYING for more information.
8
9 Use the standard GNU sequence of
10 $ ./configure
11 $ make
12 $ make install
13
14 Use './configure --help' to view possible options
15
16 Notes:
17 * You will need X-libs development pacakge installed so that
18 the build can find the appropriate include files.
19
20 To install in your own directory: (for Mozilla/Firefox)
21 make localinstall_mozilla
22
23 To install in your own directory: (for Netscape)
24 make localinstall_netscape
25
26 To install in your own directory: (for Opera)
27 make localinstall_opera
28
29 To install globally:
30 make install
31
32 By default, the plugin is installed in /usr/lib/mozilla/plugins/
33
34 On some systems, the plugin directory may be elsewhere, for example
35 /usr/lib/netscape/plugins
36 /usr/lib/firefox/plugins
37 $MOZILLA_HOME/plugins
38
39 If you find that your browser fails to detect the plugin, you need
40 to place place a symbolic link in your paricular plugin directory
41 that points to /usr/lib/mozilla/plugins/mozplugger.so. I believe
42 this is the case for Ubuntu where firefox looks
43 in /usr/lib/firefox/plugins
44
45 If you don't want to put mozpluggerrc in /etc/ you can put it in one of:
46 $MOZPLUGGER_HOME/
47 $XDG_CONFIG_HOME/mozplugger/
48 $HOME/.config/mozplugger/
49 $HOME/.mozplugger/
50 $HOME/.netscape/
51 $HOME/.mozilla/
52 $HOME/.opera/
53 $MOZILLA_HOME/
54 $OPERA_HOME/
55 /usr/local/netscape/
56 /etc/
57 /usr/local/mozilla/
58 /usr/local/netscape/
59
60 You might also want to customize your 'mozpluggerrc' file before installing it.
61
62 You must run mozplugger-update after every change to mozpluggerrc or when you
63 install / remove applications referenced in mozpluggerc
64
65 In case of problem with this version, submit a bug report on
66 http://mozplugger.mozdev.org describing your problem, your system and
67 an URL which causes the problem if possible.