]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.docbook
Fix: the 4 list options are no longer the last
[mimedecode.git] / mimedecode.docbook
index d358569fd2049dafd456f3e6b8e6153f6eb2b450..98a0dd416a9a7f5ffd868360b10df37957973fb4 100644 (file)
       <arg choice="opt">
          <option>-beit mask</option>
       </arg>
-      <arg choice="opt">filename</arg>
+      <arg choice="opt">
+         <option>-o output_file</option>
+      </arg>
+      <arg choice="opt">input_file
+        <arg choice="opt">output_file</arg>
+      </arg>
    </cmdsynopsis>
 </refsynopsisdiv>
 
@@ -88,7 +93,7 @@ multipart/mixed, e.g) every part is recursively decoded. If it is not
 multipart, mailcap database is consulted to find a way to convert the body to
 plain text. (I have no idea how mailcap could be configured on said M$ Ophice
 GUI, please don't ask me; real OS users can consult my example at
-http://phd.pp.ru/Software/dotfiles/mailcap.html). The decoding process uses
+http://phdru.name/Software/dotfiles/mailcap.html). The decoding process uses
 first copiousoutput filter it can find. If there is no any filter the body just
 passed unconverted.
 </para>
@@ -235,10 +240,21 @@ flushed to stdout.
          </para>
       </listitem>
    </varlistentry>
+
+   <varlistentry>
+      <term>-o output_file</term>
+      <listitem>
+         <para>
+            Useful to set the output file in case of redirected stdin:
+            <programlisting language="sh">mimedecode.py -o output_file &lt; input_file
+cat input_file | mimedecode.py -o output_file</programlisting>
+         </para>
+      </listitem>
+   </varlistentry>
 </variablelist>
 
 <para>
-   The last 4 options (-beit) require more explanation. They allow a user
+   The 4 list options (-beit) require more explanation. They allow a user
 to control body decoding with great flexibility. Think about said mail
 archive; for example, its maintainer wants to put there only texts, convert
 Postscript/PDF to text, pass HTML and images as is, and ignore everything
@@ -246,7 +262,7 @@ else. Easy:
 </para>
 
 <para>
-<code language="shell">
+<code language="sh">
    mimedecode.py -t application/postscript -t application/pdf -b text/html
          -b 'image/*' -i '*/*'
 </code>
@@ -300,7 +316,7 @@ the program will recode the message to the wrong charset.
 <refsect1>
 <title>AUTHOR</title>
 <para>
-   Oleg Broytman &lt;phd@phd.pp.ru&gt;
+   Oleg Broytman &lt;phd@phdru.name&gt;
 </para>
 </refsect1>
 
@@ -308,7 +324,7 @@ the program will recode the message to the wrong charset.
 <refsect1>
 <title>COPYRIGHT</title>
 <para>
-   Copyright (C) 2001-2004 PhiloSoft Design
+   Copyright (C) 2001-2014 PhiloSoft Design
 </para>
 </refsect1>
 
@@ -335,7 +351,7 @@ the program will recode the message to the wrong charset.
 <refsect1>
 <title>SEE ALSO</title>
 <para>
-   mimedecode.py home page: http://phd.pp.ru/Software/Python/#mimedecode
+   mimedecode.py home page: http://phdru.name/Software/Python/#mimedecode
 </para>
 </refsect1>