1
[FILES]
2
.I @DATADIR@/xhtml2odt/template.odt
3
.RS
4
The system wide ODT template file.
5
.RE
6
.I @DATADIR@/xhtml2odt/styles
7
.RS
8
The system wide styles definitions.
9
.RE
10
.I @DATADIR@/xhtml2odt/xsl
11
.RS
12
The conversion stylesheets.
13
14
[EXAMPLE]
15
First, download the HTML page:
16
.RS
17
$ wget -O wp-odt.html http://fr.wikipedia.org/wiki/OpenDocument
18
.RE
19
Then, convert it to ODT, selecting only the "content" element:
20
.RS
21
$ xhtml2odt -i wp-odt.html -o wp-odt.odt --html-id content \\
22
.RS
23
-u http://fr.wikipedia.org/wiki/OpenDocument
24
.RE
25
.RE
26
27
[REPORTING BUGS]
28
Report bugs on the XHTML2ODT tracker at <http://xhtml2odt.org>.
29
30
[AUTHOR]
31
Aurelien Bompard <aurelien(a)bompard.org>
32
33
[COPYRIGHT]
34
(C) 2009-2010 Aurelien Bompard <aurelien(a)bompard.org>