File: mailodf.docbook

package info (click to toggle)
python-odf 1.3.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,356 kB
  • ctags: 1,902
  • sloc: python: 21,654; makefile: 352; sh: 10; xml: 2
file content (62 lines) | stat: -rw-r--r-- 1,955 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" ?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<refentry id="mailodf">
  <refentryinfo>
    <productname>odfpy</productname>
    <author><firstname>Søren</firstname><surname>Roug</surname>
    <contrib>Original author</contrib>
    </author>
  </refentryinfo>
  <refmeta>
    <refentrytitle>mailodf</refentrytitle>
    <manvolnum>1</manvolnum>
    <refmiscinfo class="manual">User commands</refmiscinfo>
  </refmeta>
<refnamediv>
<refname>mailodf</refname>
<refpurpose>Email ODF file as HTML archive</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
    <command>mailodf</command>
    <arg choice="opt">-f <replaceable>from</replaceable></arg>
    <arg choice="opt">-s <replaceable>subject</replaceable></arg>
    <arg choice="plain"><replaceable>inputfile</replaceable></arg>
    <arg rep="repeat" choice="plain"><replaceable>recipients</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1><title>Description</title>
<para>
mailodf is a program that will create a MIME-encapsulated web archive
and then sends it as an email.
Most email programs that understand HTML understands this format.
</para>
<para>
<quote>Inputfile</quote> is assumed to be an
OpenDocument file of text, spreadsheet or presentation type.
</para>
</refsect1>
<refsect1><title>References</title>
<simplelist>
<member>HTTRACK (http://www.httrack.com/) can create such archives with the -%M option.</member>
<member>http://en.wikipedia.org/wiki/MHTML</member>
<member>http://www.dsv.su.se/~jpalme/ietf/mhtml.html</member>
<member>http://users.otenet.gr/~geosp/kmhtconvert/</member>
<member>http://www.faqs.org/rfcs/rfc2557.html</member>
</simplelist>
</refsect1>
<refsect1><title>Example</title>
<screen>
mailodf -f lars.oppermann@sun.com -s "F.Y.I" odf-file
</screen>
</refsect1>
<refsect1><title>See Also</title>
<para>
odf2mht
</para>
</refsect1>
</refentry>