annotate inkscape/firefox/mozpluggerrc @ 517:82c1ea2ba929 Android_Skia

Implement SurfaceHolder.Callback for waiting surface creature. SurfaceView should wait for surface being created. After that, user of SurfaceView can be used to draw graphics.
author Thinker K.F. Li <thinker@branda.to>
date Tue, 01 Dec 2009 22:55:27 +0800
parents 9c70de05a0b6
children
rev   line source
360
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
1 # Configuration file for MozPlugger 1.10
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
2 # Version: March 22, 2008
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
3 #
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
4 # Commands which are not installed on your system will not be used.
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
5 #
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
6 # This program is free software; you can redistribute it and/or modify
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
7 # it under the terms of the GNU General Public License as published by
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
8 # the Free Software Foundation; either version 2 of the License, or
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
9 # (at your option) any later version.
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
10 #
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
11 # This program is distributed in the hope that it will be useful,
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
14 # GNU General Public License for more details.
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
15 #
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
16 # You should have received a copy of the GNU General Public License
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
17 # along with this program; if not, write to the Free Software
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
18 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
19
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
20
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
21 ###################
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
22 ### m4 macros ###
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
23 ###################
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
24
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
25 changequote([,])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
26
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
27 ### Helpers
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
28
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
29 #define(ENABLE_HELPERS)
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
30
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
31 ifdef([ENABLE_HELPERS],[
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
32 define(HELPER,[nokill noisy: $1])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
33 ],[
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
34 define(HELPER,[])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
35 ])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
36
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
37 ### MPlayer
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
38
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
39 define(MP_CMD,[mplayer -really-quiet -nojoystick -nofs -zoom -vo xv,x11 -ao esd,alsa,oss,arts,null -osdlevel 0 $1 </dev/null])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
40
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
41 define(MP_EMBED,[embed noisy ignore_errors: MP_CMD(-xy $width -wid $window $1)])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
42
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
43 define(MP_NOEMBED,[noembed noisy ignore_errors maxaspect swallow(MPlayer): MP_CMD($1)])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
44
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
45 # If you want a small controls in top left corner of embedded window when using
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
46 # mplayer then uncomment the first and comment the second below
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
47
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
48 #define(MP_VIDEO_STREAM,[controls stream MP_EMBED($1 "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
49 # stream MP_NOEMBED($1 "$file")])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
50
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
51 define(MP_VIDEO_STREAM,[stream MP_EMBED($1 "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
52 stream MP_NOEMBED($1 "$file")])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
53
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
54 define(MP_VIDEO_PLAYLIST, [fmatch($1) stream MP_EMBED(-playlist "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
55 fmatch($1) stream MP_NOEMBED(-playlist "$file")])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
56 # Special case for Quicktime
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
57 define(MP_LINKS,[stream links controls noisy ignore_errors: MP_CMD($1)])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
58
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
59 define(MP_AUDIO,[mplayer -really-quiet -nojoystick $1 </dev/null])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
60
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
61 define(MP_AUDIO_STREAM,[controls stream noisy ignore_errors: mplayer -really-quiet -nojoystick $1 "$file" </dev/null])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
62
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
63 ifelse(esyscmd([mplayer -afm help 2>&1 | grep vorbis]),[],[
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
64 define(MP_NO_VORBIS)
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
65 ],[
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
66 define(MP_VORBIS)
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
67 ])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
68
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
69 ### Totem
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
70
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
71 define(TM_CMD,[totem $1</dev/null])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
72
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
73 define(TM_EMBED,[embed noisy ignore_errors hidden fill swallow(Totem): TM_CMD(--toggle-controls $1)])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
74
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
75 define(TM_NOEMBED,[nokill noembed noisy ignore_errors: TM_CMD($1)])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
76
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
77
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
78 define(TM_VIDEO_STREAM,[stream TM_EMBED("$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
79 stream TM_NOEMBED("$file")])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
80
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
81 # Special case for Quicktime
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
82 define(TM_LINKS,[stream links controls nokill noembed noisy ignore_errors: TM_CMD($1)])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
83
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
84 define(TM_AUDIO_STREAM,[controls stream noisy ignore_errors: TM_CMD("$file")])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
85
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
86 ### OpenOffice
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
87 define([OO],[swallow(VCLSalFrame) fill: ooffice2.0 -nologo -norestore -view $1 "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
88 swallow(VCLSalFrame) fill: ooffice -nologo -norestore -view $1 "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
89 swallow(VCLSalFrame) fill: soffice -nologo $1 "$file"])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
90
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
91 ### Acrobat Reader
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
92 define(ACROREAD_OPTS,[-openInNewWindow])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
93 define(ACROREAD_OPTS5,[-geometry +9000+9000 +useFrontEndPanel])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
94
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
95 define(ACROREAD_FLAGS,[repeat swallow(acroread) fill])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
96 define(ACROREAD_FLAGS5,[repeat swallow(documentShell) fill])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
97
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
98 # Trap only version 5 assume the rest work OK (6 onwards...)
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
99 ifelse(esyscmd([acroread -v | grep "^[^0-9]*5\..*$"]), [], [
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
100 define(ACROREAD, [ACROREAD_FLAGS() : acroread ACROREAD_OPTS() "$file"])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
101 ],[
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
102 define(ACROREAD, [ACROREAD_FLAGS5() : acroread ACROREAD_OPTS5() "$file"])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
103 ])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
104
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
105 ### GV
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
106 define(GV_OPTS,[--safer --quiet --antialias -geometry +9000+9000])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
107 define(GV_FLAGS,[repeat noisy swallow(gv) fill])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
108 define(GV,[GV_FLAGS(): gv GV_OPTS() "$file"])
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
109
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
110 ###################
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
111 ### Video ###
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
112 ###################
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
113
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
114 video/mpeg:mpeg,mpg,mpe:MPEG animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
115 video/x-mpeg:mpeg,mpg,mpe:MPEG animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
116 video/x-mpeg2:mpv2,mp2ve:MPEG2 animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
117 MP_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
118 TM_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
119 HELPER(xine -pq "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
120 loop: mtvp -l -W$window "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
121 : mtvp -W$window "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
122 loop: xanim +Av100 -Zr +W$window +q +f "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
123 : xanim +Av100 -Zr +W$window +q +Ze +f "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
124
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
125 video/mp4:mp4:MPEG4 animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
126 MP_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
127 TM_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
128 HELPER(xine -pq "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
129
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
130 video/msvideo:avi:AVI animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
131 video/x-msvideo:avi:AVI animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
132 video/fli:fli,flc:FLI animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
133 video/x-fli:fli,flc:FLI animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
134 MP_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
135 TM_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
136 HELPER(xine -pq "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
137
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
138 application/x-mplayer2:*:Windows Media video
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
139 video/x-ms-asf:asf,asx:Windows Media video
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
140 video/x-ms-wm:wm:Windows Media video
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
141 video/x-ms-wmv:wmv:Windows Media video
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
142 video/x-ms-wvx:wvx:Windows Media video
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
143 video/x-ms-asf-plugin:*:Window Media video
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
144 MP_VIDEO_PLAYLIST(%.asx)
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
145 MP_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
146 TM_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
147
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
148 application/asx:asx:Windows Media video
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
149 MP_VIDEO_STREAM(-playlist)
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
150 TM_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
151
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
152 application/x-quicktimeplayer:mov:Quicktime animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
153 image/x-macpaint:pntg,mov:Quicktime animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
154 video/quicktime:mov,qt:Quicktime animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
155 video/x-quicktime:mov,qt:Quicktime animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
156 MP_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
157 MP_LINKS("$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
158 TM_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
159 TM_LINKS("$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
160 HELPER(xine -pq "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
161 stream links controls : xine -pq "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
162
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
163 video/x-theora:ogg:OGG stream with video
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
164 video/theora:ogg:OGG stream with video
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
165 video/ogg:ogg:OGG stream with video
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
166 video/x-ogg:ogm,ogv:OGG stream with video
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
167 ifdef([MP_VORBIS],[ MP_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
168 ]) TM_VIDEO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
169
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
170 video/dl:dl:DL animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
171 video/x-dl:dl:DL animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
172 video/sgi-movie:movie,movi,mv:SGI animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
173 video/x-sgi-movie:movie,movi,mv:SGI animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
174 video/anim:iff,anim5,anim3,anim7:IFF animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
175 video/x-anim:iff,anim5,anim3,anim7:IFF animation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
176 loop: xanim +Av100 -Zr +W$window +q +f "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
177 : xanim +Av100 -Zr +W$window +q +Ze +f "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
178
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
179
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
180 ##################
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
181 ### Audio ###
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
182 ##################
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
183
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
184 audio/mid:midi,mid:MIDI audio file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
185 audio/x-mid:midi,mid:MIDI audio file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
186 audio/midi:midi,mid:MIDI audio file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
187 audio/x-midi:midi,mid:MIDI audio file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
188 controls noisy stream: timidity -Od "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
189 controls: playmidi "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
190
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
191 audio/mod:mod:Soundracker audio Module
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
192 audio/x-mod:mod:Soundracker audio Module
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
193 controls loop noisy: mikmod -q --interpolate "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
194 controls noisy: mikmod -q --interpolate "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
195 controls loop noisy: xmp -l --nocmd "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
196 controls noisy: xmp --nocmd "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
197
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
198 audio/mp3:mp3:MPEG audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
199 audio/x-mp3:mp3:MPEG audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
200 audio/mpeg2:mp2:MPEG audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
201 audio/x-mpeg2:mp2:MPEG audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
202 audio/mpeg3:mp3:MPEG audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
203 audio/x-mpeg3:mp3:MPEG audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
204 audio/mpeg:mpa,abs,mpega:MPEG audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
205 audio/x-mpeg:mpa,abs,mpega:MPEG audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
206 MP_AUDIO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
207 TM_AUDIO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
208 controls: mpg321 -q "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
209 controls: mpg123 -q "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
210 controls: splay -t 200 "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
211 controls: amp -b 200 -q "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
212 controls: maplay "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
213 controls: mpeg3play "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
214 HELPER(xmms -e -p "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
215 repeat noisy swallow(alsaplayer): alsaplayer -q "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
216
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
217 audio/mpeg-url:m3u:MPEG music resource locator
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
218 audio/x-mpeg-url:m3u:MPEG music resource locator
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
219 audio/mpegurl:m3u:MPEG music resource locator
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
220 audio/x-mpegurl:m3u:MPEG music resource locator
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
221 audio/mpeg-url:m3u:MPEG music resource locator
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
222 audio/x-mpeg-url:m3u:MPEG music resource locator
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
223 audio/x-scpls:pls:Shoutcast Playlists
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
224 # controls: mpg321 -q -@ "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
225 HELPER(xmms -e -p "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
226
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
227 audio/x-ogg:ogg:OGG audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
228 application/x-ogg:ogg:OGG audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
229 application/ogg:ogg:OGG audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
230 ifdef([MP_VORBIS],[ MP_AUDIO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
231 ]) TM_AUDIO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
232 controls stream noisy: ogg123 -q -b 128 "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
233 HELPER(xmms -e -p "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
234
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
235 audio/x-flac:flac:FLAC audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
236 application/x-flac:flac:FLAC audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
237 MP_AUDIO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
238 HELPER(xmms -e -p "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
239
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
240 audio/x-sidtune:sid,psid:Commodore 64 Audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
241 audio/sidtune:sid,psid:Commodore 64 Audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
242 audio/psid:psid,sid:Commodore 64 Audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
243 audio/x-psid:psid,sid:Commodore 64 Audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
244 controls noisy: sidplay -16 -f44100 -a "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
245
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
246 audio/basic:au,snd:Basic audio file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
247 audio/x-basic:au,snd:Basic audio file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
248 controls: play "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
249 controls: sox "$file" -t .au - > /dev/audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
250
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
251 audio/wav:wav:Microsoft wave file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
252 audio/x-wav:wav:Microsoft wave file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
253 audio/x-pn-wav:wav:Microsoft wave file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
254 audio/x-pn-windows-acm:wav:Microsoft wave file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
255 controls: play "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
256 controls: wavplay -q "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
257 controls noisy: bplay "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
258 controls: splay "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
259 HELPER(xmms -e -p "$file")
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
260 repeat noisy swallow(alsaplayer): alsaplayer -q "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
261
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
262 audio/x-pn-realaudio-plugin:rpm:RealPlayer Plugin Metafile
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
263 audio/x-pn-realaudio:ra,rm,ram:Realaudio-plugin resource locator
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
264 audio/x-realaudio:ra,rm,ram:RealAudio file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
265 application/vnd.rn-realmedia:rm:RealMedia file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
266 application/smil:smi:RealPlayer
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
267 audio/vnd.rn-realaudio:ra,ram:RealAudio file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
268 audio/vnd.rn-realvideo:rv:RealVideo file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
269 nokill stream: hxplay "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
270 nokill stream: realplay "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
271
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
272 audio/x-ms-wax:wax:Windows Media Audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
273 MP_AUDIO_STREAM(-playlist-playlist))
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
274 TM_AUDIO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
275
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
276 audio/x-ms-wma:wma:Windows Media Audio
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
277 MP_AUDIO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
278 TM_AUDIO_STREAM()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
279
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
280 #######################
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
281 ### Documents ###
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
282 #######################
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
283
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
284 image/sun-raster:rs:SUN raster image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
285 image/x-sun-raster:rs:SUN raster image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
286 image/x-rgb:rgb:RGB Image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
287 image/x-portable-pixmap:ppm:PPM Image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
288 image/x-portable-graymap:pgm:PGM Image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
289 image/x-portable-bitmap:pbm:PBM Image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
290 image/x-portable-anymap:pnm:PBM Image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
291 image/tiff:tiff,tif:TIFF image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
292 image/x-tiff:tiff,tif:TIFF image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
293 exits: display -window $window -backdrop "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
294 repeat noisy swallow(gqview) fill: gqview -t "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
295 swallow(:) maxaspect: xv -ima -igeom +9000+9000 -geometry +9000+9000 "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
296 repeat swallow(display): display "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
297 repeat swallow(Sdtimage) fill: sdtimage "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
298 swallow(*qiv:) fill maxaspect: qiv -n "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
299
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
300 image/x-xcf:xcf:Gimp Image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
301 image/xcf:xcf:Gimp Image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
302 application/x-gimp:xcf:Gimp Image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
303 application/gimp:xcf:Gimp Image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
304 exits: display -window $window -backdrop "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
305 repeat swallow(display) fill: display "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
306
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
307 application/photoshop:psd:PhotoShop Image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
308 application/x-photoshop:psd:PhotoShop Image
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
309 exits: display -window $window -backdrop "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
310 repeat swallow(display) fill: display "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
311
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
312 application/pdf:pdf:PDF file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
313 application/x-pdf:pdf:PDF file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
314 text/pdf:pdf:PDF file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
315 text/x-pdf:pdf:PDF file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
316 ACROREAD()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
317 repeat noisy swallow(evince) fill: evince "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
318 repeat noisy swallow(kpdf) fill: kpdf "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
319 repeat noisy swallow(Xpdf) fill: xpdf -g +9000+9000 "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
320 GV()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
321
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
322 application/x-dvi:dvi:DVI file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
323 repeat swallow(kdvi) fill: kdvi "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
324 repeat swallow(xdvi) fill: xdvi -safer -hush -geometry +9000+9000 "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
325
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
326 application/x-postscript:ps:PostScript file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
327 application/postscript:ps:PostScript file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
328 GV()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
329 repeat noisy swallow(evince) fill: evince "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
330
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
331 application/x-rtf:rtf:Rich Text Format
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
332 application/rtf:rtf:Rich Text Format
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
333 text/rtf:rtf:Rich Text Format
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
334 OO()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
335 repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
336 repeat noisy swallow(kword): kword "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
337 repeat noisy swallow(Ted) fill: Ted "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
338
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
339 application/x-msword:doc,dot:Microsoft Word Document
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
340 application/msword:doc,dot:Microsoft Word Document
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
341 OO()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
342 repeat noisy swallow(kword): kword "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
343 repeat noisy swallow(AbiWord) fill: abiword --nosplash --geometry +9000+9000 "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
344
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
345 application/vnd.ms-excel:xls,xlb:Microsoft Excel Document
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
346 OO()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
347 repeat swallow(Gnumeric) fill: gnumeric "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
348
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
349 # OpenOffice MimeTypes (http://framework.openoffice.org/documentation/mimetypes/mimetypes.html)
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
350 application/vnd.sun.xml.writer:sxw:OpenOffice Writer 6.0 documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
351 application/so7_vnd.sun.xml.writer:sxw:OpenOffice Writer 7.0 documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
352 application/vnd.sun.xml.writer.template:stw:OpenOffice Writer 6.0 templates
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
353 application/vnd.sun.xml.writer.global:sxg:OpenOffice Writer 6.0 global documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
354 application/vnd.stardivision.writer:sdw:StarWriter 5.x documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
355 application/vnd.stardivision.writer-global:sgl:StarWriter 5.x global documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
356 application/x-starwriter:sdw:StarWriter 4.x documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
357 OO()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
358
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
359 application/vnd.sun.xml.calc:sxc:OpenOffice Calc 6.0 spreadsheets
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
360 application/so7_vnd.sun.xml.calc:sxc:OpenOffice Calc 7.0 spreadsheets
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
361 application/vnd.sun.xml.calc.template:stc:OpenOffice Calc 6.0 templates
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
362 application/vnd.stardivision.calc:sdc:StarCalc 5.x spreadsheets
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
363 application/x-starcalc:sdc:StarCalc 4.x spreadsheets
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
364 application/vnd.lotus-1-2-3: 123, wk1: Lotus 1-2-3 Document
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
365 OO()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
366
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
367 application/vnd.sun.xml.draw:sxd:OpenOffice Draw 6.0 documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
368 application/so7_vnd.sun.xml.draw:sxc:StarOffice Draw 7.0 documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
369 application/vnd.sun.xml.draw.template:std:OpenOffice Draw 6.0 templates
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
370 application/vnd.stardivision.draw:sda:StarDraw 5.x documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
371 application/x-stardraw:sda:StarDraw 4.x documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
372 OO()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
373
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
374 application/vnd.sun.xml.impress:sxi:OpenOffice Impress 6.0 presentations
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
375 application/so7_vnd.sun.xml.impress:sxi:StarOffice 7.0 Impress presentations
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
376 application/vnd.sun.xml.impress.template:sti:OpenOffice Impress 6.0 templates
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
377 application/vnd.stardivision.impress:sdd:StarImpress 5.x presentations
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
378 application/vnd.stardivision.impress-packed:sdp:StarImpress Packed 5.x files
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
379 application/x-starimpress:sdd:StarImpress 4.x presentations
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
380 application/vnd.ms-powerpoint:ppt:PowerPoint Slideshow
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
381 application/mspowerpoint:ppt,ppz,pps,pot:PowerPoint Slideshow
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
382 OO()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
383
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
384 application/vnd.sun.xml.math:sxm:OpenOffice Math 6.0 documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
385 application/so7_vnd.sun.xml.math:sxm:StarOffice 7.0 Math documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
386 application/vnd.stardivision.math:smf:StarMath 5.x documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
387 application/x-starmath:smf:StarMath 4.x documents
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
388 OO()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
389
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
390 application/vnd.oasis.opendocument.text:odt,ODT:OASIS OpenDocument Text
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
391 OO()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
392
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
393 application/vnd.oasis.opendocument.spreadsheet:ods,ODS:OASIS OpenDocument SpreadSheet
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
394 OO()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
395
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
396 application/vnd.oasis.opendocument.presentation:odp,ODP:OASIS OpenDocument Presentation
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
397 OO()
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
398
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
399 chemical/x-pdb:pdb: Protein Data Bank file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
400 model/x-pdb:pdb: Protein Data Bank file
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
401 swallow(rasmol) fill: rasmol "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
402 swallow(molecule) fill: /usr/X11R6/lib/xscreensaver/molecule -delay 20000 -geometry +9000+9000 -no-spin -molecule "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
403
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
404 application/x-mbsvg:mbsvg: MadButterfly SVG
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
405 swallow(Inkscape) : /usr/bin/helper_mb.py "$file"
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
406 application/x-c:c: MadButterfly SVG c program
b4f74753d125 A sample moz pluggerrc file for the MadBuilder
wycc
parents:
diff changeset
407 swallow(gedit) : gedit "$file"
380
9c70de05a0b6 Add header file support
wycc
parents: 360
diff changeset
408 application/x-h:h: MadButterfly SVG h program
9c70de05a0b6 Add header file support
wycc
parents: 360
diff changeset
409 swallow(gedit) : gedit "$file"