From e151a0482db9e8649658ce0c813f5e5841e6348b Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Tue, 31 Mar 2009 13:04:50 +0200 Subject: [PATCH] Manual: Replace netscape with firefox --- ChangeLog | 9 +++++++++ doc/manual.xml.head | 22 +++++++++++----------- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 68e1cf5e9..aaef23daf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-03-31 13:01 +0200 Rocco Rutte (17456a83bb06) + + * doc/manual.xml.head: Manual: use instead of " quotes + +2009-03-31 12:58 +0200 Rocco Rutte (ab19eea64ab0) + + * ChangeLog, doc/manual.xml.head: Manual: Lots of minor improvements + (markup consistency, wording) + 2009-03-30 14:58 +0200 Rocco Rutte (318748f3962b) * doc/manual.xml.head: For mailbox formats, add some more verbose pros diff --git a/doc/manual.xml.head b/doc/manual.xml.head index d1e2ee8a5..e7d2bcfae 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5647,7 +5647,7 @@ specific format specified in Appendix A of RFC 1524. This file format is commonly referred to as the mailcap format. Many MIME compliant programs utilize the mailcap format, allowing you to specify handling for all MIME types in one place for all programs. Programs known to -use this format include Netscape, XMosaic, lynx and metamail. +use this format include Firefox, lynx and metamail. @@ -5965,14 +5965,14 @@ For example: -text/html; netscape -remote 'openURL(%s)' ; test=RunningX +text/html; firefox -remote 'openURL(%s)' ; test=RunningX text/html; lynx %s In this example, Mutt will run the program RunningX which will return 0 if the X Window manager is running, and non-zero if it isn't. If -RunningX returns 0, then Mutt will call netscape to display the +RunningX returns 0, then Mutt will call firefox to display the text/html object. If RunningX doesn't return 0, then Mutt will go on to the next entry and use lynx to display the text/html object. @@ -6013,7 +6013,7 @@ viewer to use interactively depending on your environment. -text/html; netscape -remote 'openURL(%s)' ; test=RunningX +text/html; firefox -remote 'openURL(%s)' ; test=RunningX text/html; lynx %s; nametemplate=%s.html text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput @@ -6117,8 +6117,8 @@ This mailcap file is fairly simple and standard: video/*; xanim %s > /dev/null image/*; xv %s > /dev/null -# I'm always running netscape (if my computer had more memory, maybe) -text/html; netscape -remote 'openURL(%s)' +# I'm always running firefox (if my computer had more memory, maybe) +text/html; firefox -remote 'openURL(%s)' @@ -6130,12 +6130,12 @@ This mailcap file shows quite a number of examples: # send that to /dev/null so I don't see it video/*; xanim %s > /dev/null -# Send html to a running netscape by remote -text/html; netscape -remote 'openURL(%s)'; test=RunningNetscape +# Send html to a running firefox by remote +text/html; firefox -remote 'openURL(%s)'; test=RunningFirefox -# If I'm not running netscape but I am running X, start netscape on the +# If I'm not running firefox but I am running X, start firefox on the # object -text/html; netscape %s; test=RunningX +text/html; firefox %s; test=RunningX # Else use lynx to view it as text text/html; lynx %s @@ -6146,7 +6146,7 @@ text/html; lynx -dump %s; copiousoutput # I use enscript to print text in two columns to a page text/*; more %s; print=enscript -2Gr %s -# Netscape adds a flag to tell itself to view jpegs internally +# Firefox adds a flag to tell itself to view jpegs internally image/jpeg;xv %s; x-mozilla-flags=internal # Use xv to view images if I'm running X -- 2.40.0