]> diplodocus.org Git - nmh/blob - etc/mhn.defaults.sh
Undid commit 475fef2edee9db3c63fc089df76f8e93e3d598cd, it didn't
[nmh] / etc / mhn.defaults.sh
1 #!/bin/sh
2 #
3 # mhn.defaults.sh -- create extra profile file for MIME handling
4 #
5 # USAGE: mhn.defaults.sh [ search-path [ search-prog ]]
6
7 # If a search path is passed to the script, we
8 # use that, else we use a default search path.
9 if [ -n "$1" ]; then
10 SEARCHPATH=$1
11 else
12 SEARCHPATH="$PATH"
13 fi
14
15 # If a search program is passed to the script, we
16 # use that, else we use a default search program.
17 if [ -n "$2" ]; then
18 SEARCHPROG=$2
19 else
20 SEARCHPROG="mhn.find.sh"
21 fi
22
23 # put output into a temporary file, so we
24 # can sort it before output.
25 TMP=/tmp/nmh_temp.$$
26 trap "rm -f $TMP" 0 1 2 3 13 15
27
28 PGM="`$SEARCHPROG $SEARCHPATH w3m`"
29 if [ ! -z "$PGM" ]; then
30 echo 'mhfixmsg-format-text/html: charset=%{charset}; '"\
31 $PGM "'-dump ${charset:+-I "$charset"} -O utf-8 -T text/html %F' >> $TMP
32 else
33 PGM="`$SEARCHPROG $SEARCHPATH lynx`"
34 if [ ! -z "$PGM" ]; then
35 #### lynx indents with 3 spaces, remove them and any trailing spaces.
36 echo 'mhfixmsg-format-text/html: charset=%{charset}; '"\
37 $PGM "'-child -dump -force_html ${charset:+--assume_charset "$charset"} %F | '"\
38 expand | sed -e 's/^ //' -e 's/ *$//'" >> $TMP
39 else
40 PGM="`$SEARCHPROG $SEARCHPATH elinks`"
41 if [ ! -z "$PGM" ]; then
42 echo "mhfixmsg-format-text/html: $PGM -dump -force-html \
43 -no-numbering -eval 'set document.browse.margin_width = 0' %F" >> $TMP
44 fi
45 fi
46 fi
47
48 echo "mhstore-store-text: %m%P.txt" >> $TMP
49 echo "mhstore-store-text/richtext: %m%P.rt" >> $TMP
50 echo "mhstore-store-video/mpeg: %m%P.mpg" >> $TMP
51 echo "mhstore-store-application/PostScript: %m%P.ps" >> $TMP
52
53 PGM="`$SEARCHPROG $SEARCHPATH xwud`"
54 if [ ! -z "$PGM" ]; then
55 XWUD="$PGM" X11DIR="`echo $PGM | awk -F/ '{ for(i=2;i<NF;i++)printf "/%s", $i;}'`"/
56 else
57 XWUD= X11DIR=
58 fi
59
60 PGM="`$SEARCHPROG $SEARCHPATH pnmtoxwd`"
61 if [ ! -z "$PGM" ]; then
62 NETPBM="$PGM" NETPBMDIR="`echo $PGM | awk -F/ '{ for(i=2;i<NF;i++)printf "/%s", $i;}'`"/
63 else
64 NETPBM= NETPBMDIR=
65 fi
66
67 PGM="`$SEARCHPROG $SEARCHPATH xv`"
68 if [ ! -z "$PGM" ]; then
69 echo "mhshow-show-image: %l$PGM -geometry =-0+0 %f" >> $TMP
70 elif [ ! -z $"NETPBM" -a ! -z "$XWUD" ]; then
71 echo "mhshow-show-image/gif: %l${NETPBMDIR}giftopnm | ${NETPBMDIR}ppmtopgm | ${NETPBMDIR}pgmtopbm | ${NETPBMDIR}pnmtoxwd | $XWUD -geometry =-0+0" >> $TMP
72 echo "mhshow-show-image/x-pnm: %l${NETPBMDIR}pnmtoxwd | $XWUD -geometry =-0+0" >> $TMP
73 echo "mhshow-show-image/x-pgm: %l${NETPBMDIR}pgmtopbm | ${NETPBMDIR}pnmtoxwd | $XWUD -geometry =-0+0" >> $TMP
74 echo "mhshow-show-image/x-ppm: %l${NETPBMDIR}ppmtopgm | ${NETPBMDIR}pgmtopbm | ${NETPBMDIR}pnmtoxwd | $XWUD -geometry =-0+0" >> $TMP
75 echo "mhshow-show-image/x-xwd: %l$XWUD -geometry =-0+0" >> $TMP
76
77 PGM="`$SEARCHPROG $SEARCHPATH djpeg`"
78 if [ ! -z "$PGM" ]; then
79 echo "mhshow-show-image/jpeg: %l$PGM -Pg | ${NETPBMDIR}ppmtopgm | ${NETPBMDIR}pgmtopbm | ${NETPBMDIR}pnmtoxwd | $XWUD -geometry =-0+0" >> $TMP
80 fi
81 fi
82
83 if [ -f "/dev/audioIU" ]; then
84 PGM="`$SEARCHPROG $SEARCHPATH recorder`"
85 if [ ! -z "$PGM" ]; then
86 echo "mhstore-store-audio/basic: %m%P.au" >> $TMP
87 echo "mhbuild-compose-audio/basic: ${AUDIODIR}recorder %f -au -pause > /dev/tty" >> $TMP
88 echo "mhshow-show-audio/basic: %l${AUDIODIR}splayer -au" >> $TMP
89 fi
90 elif [ -f "/dev/audio" ]; then
91 PGM="`$SEARCHPROG $SEARCHPATH raw2audio`"
92 if [ ! -z "$PGM" ]; then
93 AUDIODIR="`echo $PGM | awk -F/ '{ for(i=2;i<NF;i++)printf "/%s", $i;}'`"/
94 echo "mhstore-store-audio/basic: | ${AUDIODIR}raw2audio -e ulaw -s 8000 -c 1 > %m%P.au" >> $TMP
95 echo "mhstore-store-audio/x-next: %m%P.au" >> $TMP
96 AUDIOTOOL="`$SEARCHPROG $SEARCHPATH audiotool`"
97 if [ ! -z "$AUDIOTOOL" ]; then
98 echo "mhbuild-compose-audio/basic: $AUDIOTOOL %f && ${AUDIODIR}raw2audio -F < %f" >> $TMP
99 else
100 echo "mhbuild-compose-audio/basic: trap \"exit 0\" 2 && ${AUDIODIR}record | ${AUDIODIR}raw2audio -F" >> $TMP
101 fi
102 echo "mhshow-show-audio/basic: %l${AUDIODIR}raw2audio 2>/dev/null | ${AUDIODIR}play" >> $TMP
103
104 PGM="`$SEARCHPROG $SEARCHPATH adpcm_enc`"
105 if [ ! -z "$PGM" ]; then
106 DIR="`echo $PGM | awk -F/ '{ for(i=2;i<NF;i++)printf "/%s", $i;}'`"/
107 if [ ! -z "$AUDIOTOOL" ]; then
108 echo "mhbuild-compose-audio/x-next: $AUDIOTOOL %f && ${DIR}adpcm_enc < %f" >> $TMP
109 else
110 echo "mhbuild-compose-audio/x-next: ${AUDIODIR}record | ${DIR}adpcm_enc" >> $TMP
111 fi
112 echo "mhshow-show-audio/x-next: %l${DIR}adpcm_dec | ${AUDIODIR}play" >> $TMP
113 else
114 if [ ! -z "$AUDIOTOOL" ]; then
115 echo "mhbuild-compose-audio/x-next: $AUDIOTOOL %f" >> $TMP
116 else
117 echo "mhbuild-compose-audio/x-next: ${AUDIODIR}record" >> $TMP
118 fi
119 echo "mhshow-show-audio/x-next: %l${AUDIODIR}play" >> $TMP
120 fi
121 else
122 echo "mhbuild-compose-audio/basic: cat < /dev/audio" >> $TMP
123 echo "mhshow-show-audio/basic: %lcat > /dev/audio" >> $TMP
124 fi
125 fi
126
127 ####
128 #### mhbuild-disposition-<type>[/<subtype>] entries are used by the
129 #### WhatNow attach for deciding whether the Content-Disposition
130 #### should be 'attachment' or 'inline'. Only those values are
131 #### supported.
132 ####
133 cat <<EOF >> ${TMP}
134 mhbuild-disposition-text/calendar: inline
135 mhbuild-disposition-message/rfc822: inline
136 EOF
137
138 PGM="`$SEARCHPROG $SEARCHPATH mpeg_play`"
139 if [ ! -z "$PGM" ]; then
140 echo "mhshow-show-video/mpeg: %l$PGM %f" >> $TMP
141 fi
142
143 PGM="`$SEARCHPROG $SEARCHPATH okular`"
144 if [ ! -z "$PGM" ]; then
145 echo "mhshow-show-application/PostScript: %l$PGM %F" >> $TMP
146 else
147 PGM="`$SEARCHPROG $SEARCHPATH evince`"
148 if [ ! -z "$PGM" ]; then
149 echo "mhshow-show-application/PostScript: %l$PGM %F" >> $TMP
150 else
151 PGM="`$SEARCHPROG $SEARCHPATH gv`"
152 if [ ! -z "$PGM" ]; then
153 echo "mhshow-show-application/PostScript: %l$PGM %F" >> $TMP
154 fi
155 fi
156 fi
157
158 PGM="`$SEARCHPROG $SEARCHPATH acroread`"
159 if [ ! -z "$PGM" ]; then
160 echo "mhshow-show-application/pdf: %l$PGM %F" >> $TMP
161 else
162 PGM="`$SEARCHPROG $SEARCHPATH okular`"
163 if [ ! -z "$PGM" ]; then
164 echo "mhshow-show-application/pdf: %l$PGM %F" >> $TMP
165 else
166 PGM="`$SEARCHPROG $SEARCHPATH evince`"
167 if [ ! -z "$PGM" ]; then
168 echo "mhshow-show-application/pdf: %l$PGM %F" >> $TMP
169 else
170 PGM="`$SEARCHPROG $SEARCHPATH xpdf`"
171 if [ ! -z "$PGM" ]; then
172 echo "mhshow-show-application/pdf: %l$PGM %F" >> $TMP
173 else
174 PGM="`$SEARCHPROG $SEARCHPATH gv`"
175 if [ ! -z "$PGM" ]; then
176 echo "mhshow-show-application/pdf: %l$PGM %F" >> $TMP
177 fi
178 fi
179 fi
180 fi
181 fi
182
183 PGM="`$SEARCHPROG $SEARCHPATH ivs_replay`"
184 if [ ! -z "$PGM" ]; then
185 echo "mhshow-show-application/x-ivs: %l$PGM -o %F" >> $TMP
186 fi
187
188 # The application/vnd.openxmlformats-officedocument.wordprocessingml.document
189 # through application/onenote associations are from
190 # http://technet.microsoft.com/en-us/library/cc179224.aspx
191
192 cat <<EOF >> ${TMP}
193 mhshow-suffix-application/msword: .doc
194 mhshow-suffix-application/ogg: .ogg
195 mhshow-suffix-application/pdf: .pdf
196 mhshow-suffix-application/postscript: .ps
197 mhshow-suffix-application/rtf: .rtf
198 mhshow-suffix-application/vnd.ms-excel: .xla
199 mhshow-suffix-application/vnd.ms-excel: .xlc
200 mhshow-suffix-application/vnd.ms-excel: .xld
201 mhshow-suffix-application/vnd.ms-excel: .xll
202 mhshow-suffix-application/vnd.ms-excel: .xlm
203 mhshow-suffix-application/vnd.ms-excel: .xls
204 mhshow-suffix-application/vnd.ms-excel: .xlt
205 mhshow-suffix-application/vnd.ms-excel: .xlw
206 mhshow-suffix-application/vnd.ms-powerpoint: .pot
207 mhshow-suffix-application/vnd.ms-powerpoint: .pps
208 mhshow-suffix-application/vnd.ms-powerpoint: .ppt
209 mhshow-suffix-application/vnd.ms-powerpoint: .ppz
210 mhshow-suffix-application/vnd.openxmlformats-officedocument.wordprocessingml.document: .docx
211 mhshow-suffix-application/vnd.ms-word.document.macroEnabled.12: .docm
212 mhshow-suffix-application/vnd.openxmlformats-officedocument.wordprocessingml.template: .dotx
213 mhshow-suffix-application/vnd.ms-word.template.macroEnabled.12: .dotm
214 mhshow-suffix-application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: .xlsx
215 mhshow-suffix-application/vnd.ms-excel.sheet.macroEnabled.12: .xlsm
216 mhshow-suffix-application/vnd.openxmlformats-officedocument.spreadsheetml.template: .xltx
217 mhshow-suffix-application/vnd.ms-excel.template.macroEnabled.12: .xltm
218 mhshow-suffix-application/vnd.ms-excel.sheet.binary.macroEnabled.12: .xlsb
219 mhshow-suffix-application/vnd.ms-excel.addin.macroEnabled.12: .xlam
220 mhshow-suffix-application/vnd.openxmlformats-officedocument.presentationml.presentation: .pptx
221 mhshow-suffix-application/vnd.ms-powerpoint.presentation.macroEnabled.12: .pptm
222 mhshow-suffix-application/vnd.openxmlformats-officedocument.presentationml.slideshow: .ppsx
223 mhshow-suffix-application/vnd.ms-powerpoint.slideshow.macroEnabled.12: .ppsm
224 mhshow-suffix-application/vnd.openxmlformats-officedocument.presentationml.template: .potx
225 mhshow-suffix-application/vnd.ms-powerpoint.template.macroEnabled.12: .potm
226 mhshow-suffix-application/vnd.ms-powerpoint.addin.macroEnabled.12: .ppam
227 mhshow-suffix-application/vnd.openxmlformats-officedocument.presentationml.slide: .sldx
228 mhshow-suffix-application/vnd.ms-powerpoint.slide.macroEnabled.12: .sldm
229 mhshow-suffix-application/onenote: .onetoc
230 mhshow-suffix-application/onenote: .onetoc2
231 mhshow-suffix-application/onenote: .onetmp
232 mhshow-suffix-application/onenote: .onepkg
233 mhshow-suffix-application/x-bzip2: .bz2
234 mhshow-suffix-application/x-cpio: .cpio
235 mhshow-suffix-application/x-dvi: .dvi
236 mhshow-suffix-application/x-gzip: .gz
237 mhshow-suffix-application/x-java-archive: .jar
238 mhshow-suffix-application/x-javascript: .js
239 mhshow-suffix-application/x-latex: .latex
240 mhshow-suffix-application/x-sh: .sh
241 mhshow-suffix-application/x-tar: .tar
242 mhshow-suffix-application/x-texinfo: .texinfo
243 mhshow-suffix-application/x-tex: .tex
244 mhshow-suffix-application/x-troff-man: .man
245 mhshow-suffix-application/x-troff-me: .me
246 mhshow-suffix-application/x-troff-ms: .ms
247 mhshow-suffix-application/x-troff: .t
248 mhshow-suffix-application/zip: .zip
249 mhshow-suffix-audio/basic: .au
250 mhshow-suffix-audio/midi: .midi
251 mhshow-suffix-audio/mpeg: .mp3
252 mhshow-suffix-audio/mpeg: .mpg
253 mhshow-suffix-audio/x-ms-wma: .wma
254 mhshow-suffix-audio/x-wav: .wav
255 mhshow-suffix-image/gif: .gif
256 mhshow-suffix-image/jpeg: .jpeg
257 mhshow-suffix-image/jpeg: .jpg
258 mhshow-suffix-image/png: .png
259 mhshow-suffix-image/tiff: .tif
260 mhshow-suffix-image/tiff: .tiff
261 mhshow-suffix-text/calendar: .ics
262 mhshow-suffix-text/css: .css
263 mhshow-suffix-text/html: .html
264 mhshow-suffix-text/rtf: .rtf
265 mhshow-suffix-text/sgml: .sgml
266 mhshow-suffix-text/xml: .xml
267 mhshow-suffix-video/mpeg: .mpeg
268 mhshow-suffix-video/mpeg: .mpg
269 mhshow-suffix-video/quicktime: .moov
270 mhshow-suffix-video/quicktime: .mov
271 mhshow-suffix-video/quicktime: .qt
272 mhshow-suffix-video/quicktime: .qtvr
273 mhshow-suffix-video/x-msvideo: .avi
274 mhshow-suffix-video/x-ms-wmv: .wmv
275 EOF
276
277 # I'd like to check if netscape is available and use it preferentially to lynx,
278 # but only once I've added a new %-escape that makes more permanent temp files,
279 # so netscape -remote can be used (without -remote you get a complaint dialog
280 # that another netscape is already running and certain things can't be done).
281 PGM="`$SEARCHPROG $SEARCHPATH w3m`"
282 if [ ! -z "$PGM" ]; then
283 echo 'mhshow-show-text/html: charset=%{charset}; '"\
284 %l$PGM"' -dump ${charset:+-I "$charset"} -T text/html %F' >> $TMP
285 else
286 PGM="`$SEARCHPROG $SEARCHPATH lynx`"
287 if [ ! -z "$PGM" ]; then
288 echo 'mhshow-show-text/html: charset=%{charset}; '"\
289 %l$PGM"' -child -dump -force-html ${charset:+--assume_charset "$charset"} %F' >> $TMP
290 else
291 PGM="`$SEARCHPROG $SEARCHPATH elinks`"
292 if [ ! -z "$PGM" ]; then
293 echo "mhshow-show-text/html: $PGM -dump -force-html \
294 -eval 'set document.browse.margin_width = 0' %F" >> $TMP
295 fi
296 fi
297 fi
298
299 PGM="`$SEARCHPROG $SEARCHPATH richtext`"
300 if [ ! -z "$PGM" ]; then
301 echo "mhshow-show-text/richtext: %l$PGM -p %F" >> $TMP
302 else
303 PGM="`$SEARCHPROG $SEARCHPATH rt2raw`"
304 if [ ! -z "$PGM" ]; then
305 echo "mhshow-show-text/richtext: %l$PGM < %f | fmt -78 | more" >> $TMP
306 fi
307 fi
308
309 # staroffice to read .doc files
310 PGM="`$SEARCHPROG $SEARCHPATH soffice`"
311 if [ ! -z "$PGM" ]; then
312 echo "mhshow-show-application/msword: %l$PGM %F" >> $TMP
313 fi
314
315 # output a sorted version of the file
316 sort < $TMP
317
318 exit 0
319
320
321 ###############################################################################
322 ###############################################################################
323 ####
324 #### Note the exit 0 above; everything below is unused.
325 ####
326 ###############################################################################
327 ###############################################################################
328
329 : have to experiment more with this
330
331 PGM="`$SEARCHPROG $SEARCHPATH ivs_record`"
332 if [ ! -z "$PGM" ]; then
333 echo "mhbuild-compose-application/x-ivs: $PGM -u localhost %F" >> $TMP
334 fi