2007-01-16 00:14:57 +01:00
|
|
|
--- lib/mc.ext.in
|
|
|
|
+++ lib/mc.ext.in
|
2007-11-06 00:30:50 +01:00
|
|
|
@@ -432,8 +432,8 @@
|
2007-01-16 00:14:57 +01:00
|
|
|
|
|
|
|
# html
|
|
|
|
regex/\.([hH][tT][mM][lL]?)$
|
|
|
|
- Open=(if test -n "@X11_WWW@" && test -n "$DISPLAY"; then (@X11_WWW@ file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null
|
|
|
|
- View=%view{ascii} lynx -dump -force_html %f
|
|
|
|
+ Open=/usr/share/mc/bin/x11_browser %f
|
|
|
|
+ View=%view{ascii} w3m -dump -T text/html %f;
|
|
|
|
|
|
|
|
# StarOffice 5.2
|
|
|
|
shell/.sdw
|