odf2xhtml.docbook 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0"?>
  2. <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  3. <refentry id="odf2xhtml">
  4. <refentryinfo>
  5. <productname>odfpy</productname>
  6. <author><firstname>Søren</firstname><surname>Roug</surname>
  7. <contrib>Original author</contrib>
  8. </author>
  9. </refentryinfo>
  10. <refmeta>
  11. <refentrytitle>odf2xhtml</refentrytitle>
  12. <manvolnum>1</manvolnum>
  13. <refmiscinfo class="manual">User commands</refmiscinfo>
  14. </refmeta>
  15. <refnamediv>
  16. <refname>odf2xhtml</refname>
  17. <refpurpose>Convert ODF to HTML</refpurpose>
  18. </refnamediv>
  19. <refsynopsisdiv>
  20. <cmdsynopsis>
  21. <command>odf2xhtml</command>
  22. <arg choice="opt">-e </arg>
  23. <arg choice="plain">
  24. <replaceable>path</replaceable>
  25. </arg>
  26. </cmdsynopsis>
  27. </refsynopsisdiv>
  28. <refsect1>
  29. <title>Description</title>
  30. <para><command>odf2xhtml</command> is a program that will create
  31. a webpage (.html) from the input file and will write the webpage to stdout.
  32. </para>
  33. <para>
  34. "Path" is assumed to be an
  35. OpenDocument file of text, spreadsheet or presentation type.
  36. </para>
  37. </refsect1>
  38. <refsect1>
  39. <title>Options</title>
  40. <variablelist>
  41. <varlistentry>
  42. <term>-p, --plain</term>
  43. <listitem>
  44. <para>
  45. The -p flag will generate HTML without CSS.
  46. </para>
  47. </listitem>
  48. </varlistentry>
  49. </variablelist>
  50. </refsect1>
  51. <refsect1>
  52. <title>Example</title>
  53. <screen>
  54. odf2xhtml odf-file
  55. </screen>
  56. </refsect1>
  57. <refsect1>
  58. <title>See Also</title>
  59. <para><command>odf2mht</command>(1)</para>
  60. </refsect1>
  61. </refentry>