odf2mht.docbook 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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="odf2mht">
  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>odf2mht</refentrytitle>
  13. <manvolnum>1</manvolnum>
  14. <refmiscinfo class="manual">User commands</refmiscinfo>
  15. </refmeta>
  16. <refnamediv>
  17. <refname>odf2mht</refname>
  18. <refpurpose>Convert ODF to HTML archive</refpurpose>
  19. </refnamediv>
  20. <refsynopsisdiv>
  21. <cmdsynopsis>
  22. <command>odf2mht</command>
  23. <arg choice="plain"><replaceable>path</replaceable></arg>
  24. </cmdsynopsis>
  25. </refsynopsisdiv>
  26. <refsect1><title>Description</title>
  27. <para><command>Odf2mht</command> is a program that will
  28. create a MIME-encapsulated web archive (.mht) format where images are preserved.
  29. The file can be read by Internet Explorer, MS-Word and many email programs such as MS-Outlook.
  30. It will write the web archive to stdout.
  31. </para>
  32. <para>
  33. <quote>Path</quote> is assumed to be an
  34. OpenDocument file of text, spreadsheet or presentation type.
  35. </para>
  36. </refsect1>
  37. <refsect1><title>References</title>
  38. <simplelist>
  39. <member>HTTRACK (http://www.httrack.com/) can create such archives with the -%M option.</member>
  40. <member>http://en.wikipedia.org/wiki/MHTML</member>
  41. <member>http://www.dsv.su.se/~jpalme/ietf/mhtml.html</member>
  42. <member>http://users.otenet.gr/~geosp/kmhtconvert/</member>
  43. <member>http://www.faqs.org/rfcs/rfc2557.html</member>
  44. </simplelist>
  45. </refsect1>
  46. <refsect1><title>Example</title>
  47. <screen>
  48. odf2mht example.odt &gt;example.mht
  49. </screen>
  50. </refsect1>
  51. <refsect1><title>Bugs</title>
  52. <para>
  53. IE6 seems to have problems with large MHT files.
  54. </para>
  55. </refsect1>
  56. <refsect1><title>See Also</title>
  57. <para>
  58. <command>odftools</command>(1),
  59. <command>odf2war</command>(1),
  60. <command>mailodf</command>(1)
  61. </para>
  62. </refsect1>
  63. </refentry>