2 # This is config for Single File fileSystem
4 # Notice that output files (%3) are pre-created atomically in /tmp
5 # with 0600 rights, so it is safe to > %3
8 ugz
/1 gzip
-cdf
< %1 > %3
10 ubz
/1 bzip
-d
< %1 > %3
12 ubz2
/1 bzip2
-d
< %1 > %3
15 uhtml
/1 lynx
-force_html
-dump
%1 > %3
16 uman
/1 groff
-Tascii
-man
%1 > %3
17 uue
/1 uuenpipe
< %1 > %3
18 uude
/1 uudepipe
< %1 > %3
19 crlf
/1 todos
< %1 > %3
20 cr
/1 fromdos
< %1 > %3
21 # Fixme: we need it to fail whenever it should
22 url
:2 lynx
-source `echo
"%2" | sed 's
-|
-/-g'`
> %3
24 strings
/1 strings
%1 > %3