mailodf.docbook 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  4. <refentry id="mailodf">
  5. <refentryinfo>
  6. <productname>odfpy</productname>
  7. <author><firstname>Søren</firstname><surname>Roug</surname>
  8. <contrib>Original author</contrib>
  9. </author>
  10. </refentryinfo>
  11. <refmeta>
  12. <refentrytitle>mailodf</refentrytitle>
  13. <manvolnum>1</manvolnum>
  14. <refmiscinfo class="manual">User commands</refmiscinfo>
  15. </refmeta>
  16. <refnamediv>
  17. <refname>mailodf</refname>
  18. <refpurpose>Email ODF file as HTML archive</refpurpose>
  19. </refnamediv>
  20. <refsynopsisdiv>
  21. <cmdsynopsis>
  22. <command>mailodf</command>
  23. <arg choice="opt">-f <replaceable>from</replaceable></arg>
  24. <arg choice="opt">-s <replaceable>subject</replaceable></arg>
  25. <arg choice="plain"><replaceable>inputfile</replaceable></arg>
  26. <arg rep="repeat" choice="plain"><replaceable>recipients</replaceable></arg>
  27. </cmdsynopsis>
  28. </refsynopsisdiv>
  29. <refsect1><title>Description</title>
  30. <para>
  31. mailodf is a program that will create a MIME-encapsulated web archive
  32. and then sends it as an email.
  33. Most email programs that understand HTML understands this format.
  34. </para>
  35. <para>
  36. <quote>Inputfile</quote> is assumed to be an
  37. OpenDocument file of text, spreadsheet or presentation type.
  38. </para>
  39. </refsect1>
  40. <refsect1><title>References</title>
  41. <simplelist>
  42. <member>HTTRACK (http://www.httrack.com/) can create such archives with the -%M option.</member>
  43. <member>http://en.wikipedia.org/wiki/MHTML</member>
  44. <member>http://www.dsv.su.se/~jpalme/ietf/mhtml.html</member>
  45. <member>http://users.otenet.gr/~geosp/kmhtconvert/</member>
  46. <member>http://www.faqs.org/rfcs/rfc2557.html</member>
  47. </simplelist>
  48. </refsect1>
  49. <refsect1><title>Example</title>
  50. <screen>
  51. mailodf -f lars.oppermann@sun.com -s "F.Y.I" odf-file
  52. </screen>
  53. </refsect1>
  54. <refsect1><title>See Also</title>
  55. <para>
  56. odf2mht
  57. </para>
  58. </refsect1>
  59. </refentry>