+2009-03-31 13:01 +0200 Rocco Rutte <pdmef@gmx.net> (17456a83bb06)
+
+ * doc/manual.xml.head: Manual: use <quote/> instead of " quotes
+
+2009-03-31 12:58 +0200 Rocco Rutte <pdmef@gmx.net> (ab19eea64ab0)
+
+ * ChangeLog, doc/manual.xml.head: Manual: Lots of minor improvements
+ (markup consistency, wording)
+
2009-03-30 14:58 +0200 Rocco Rutte <pdmef@gmx.net> (318748f3962b)
* doc/manual.xml.head: For mailbox formats, add some more verbose pros
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.
</para>
<para>
</para>
<screen>
-text/html; netscape -remote 'openURL(%s)' ; test=RunningX
+text/html; firefox -remote 'openURL(%s)' ; test=RunningX
text/html; lynx %s
</screen>
<para>
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
<literal>text/html</literal> object. If RunningX doesn't return 0, then Mutt will go on
to the next entry and use lynx to display the <literal>text/html</literal> object.
</para>
</para>
<screen>
-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
</screen>
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)'
</screen>
<para>
# 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
# 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