• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

npapi/H18-Apr-2014-2,4301,393

COPYINGH A D18-Apr-201417.6 KiB340281

ChangeLogH A D18-Apr-201425.9 KiB837609

Makefile.inH A D03-May-20229.1 KiB342217

READMEH A D18-Apr-20142 KiB6852

child.cH A D03-May-202210.3 KiB413258

child.hH A D18-Apr-20141.3 KiB4812

cmd_flags.hH A D18-Apr-20141.6 KiB5327

config.h.inH A D18-Apr-2014985 3526

configureH A D18-Apr-2014169.2 KiB6,0685,017

configure.acH A D18-Apr-20146.2 KiB214183

debug.cH A D18-Apr-20143.9 KiB183116

debug.hH A D18-Apr-20141.1 KiB3812

exportmapH A D18-Apr-201437 76

mozplugger-controller.cH A D18-Apr-201421 KiB827527

mozplugger-helper.cH A D18-Apr-201453.8 KiB1,8511,225

mozplugger-linker.cH A D18-Apr-201416.5 KiB669432

mozplugger-update.cH A D18-Apr-201442.9 KiB1,7601,184

mozplugger.7H A D18-Apr-201416.4 KiB471419

mozplugger.cH A D03-May-202282.9 KiB3,1392,021

mozplugger.hH A D18-Apr-20141 KiB316

mozplugger.specH A D18-Apr-20141.4 KiB6655

mozpluggerrcH A D18-Apr-201413.2 KiB374309

npn-get-helpers.cH A D18-Apr-20146.1 KiB248145

npn-get-helpers.hH A D18-Apr-20141.2 KiB369

pipe_msg.hH A D18-Apr-20141.6 KiB7442

plugin_entry.cH A D18-Apr-20142.6 KiB9830

plugin_entry.hH A D18-Apr-20141.4 KiB4012

plugin_name.hH A D18-Apr-2014957 285

scriptable_obj.cH A D18-Apr-20145.1 KiB215118

scriptable_obj.hH A D18-Apr-2014960 274

widgets.cH A D18-Apr-20149.9 KiB375187

widgets.hH A D18-Apr-20141.9 KiB4820

README

1Originally written by Fredrik H�binette (c) 1997-2001
2Maintained by Louis Bavoil and Peter Leese (c) 2002-2014
3Homepage : http://mozplugger.mozdev.org
4
5This software is distributed under the General Public License.
6Absolutely no warranties. Use this software on your own risk.
7See the file COPYING for more information.
8
9Use the standard GNU sequence of
10$ ./configure
11$ make
12$ make install
13
14Use './configure --help' to view possible options
15
16Notes:
17        * You will need X-libs development pacakge installed so that
18        the build can find the appropriate include files.
19
20To install in your own directory: (for Mozilla/Firefox)
21	make localinstall_mozilla
22
23To install in your own directory: (for Netscape)
24	make localinstall_netscape
25
26To install in your own directory: (for Opera)
27	make localinstall_opera
28
29To install globally:
30	make install
31
32By default, the plugin is installed in /usr/lib/mozilla/plugins/
33
34On 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
39If you find that your browser fails to detect the plugin, you need
40to place place a symbolic link in your paricular plugin directory
41that points to /usr/lib/mozilla/plugins/mozplugger.so. I believe
42this is the case for Ubuntu where firefox looks
43in /usr/lib/firefox/plugins
44
45If 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
60You might also want to customize your 'mozpluggerrc' file before installing it.
61
62You must run mozplugger-update after every change to mozpluggerrc or when you
63install / remove applications referenced in mozpluggerc
64
65In case of problem with this version, submit a bug report on
66http://mozplugger.mozdev.org describing your problem, your system and
67an URL which causes the problem if possible.
68