summaryrefslogtreecommitdiff
path: root/sandbox/OpenDocument/docs/odtwriter.txt
blob: 9366c219091c5768d80e3ced7eacd458f074090f (plain)
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
.. -*- mode: rst -*-

======================
Odtwriter for Docutils
======================

:Author: Dave Kuhlman
:address: dkuhlman (at) davekuhlman (dot) org
    http://www.davekuhlman.org

:revision: 1.3d
:date: |date|

.. |date| date:: %B %d, %Y


:copyright: Copyright (c) 2006 Dave Kuhlman.  All Rights Reserved.
    This software is subject to the provisions of the MIT License
    http://www.opensource.org/licenses/mit-license.php, an Open
    Source license.

:abstract: This document describes the Docutils ODT writer.

.. sectnum::

.. contents::


ODT writer has moved
====================

The ODT writer is now part of the main branch of the
``docutils`` distribution and repository.  You can find ``docutils``
here: http://docutils.sourceforge.net/

You can find the documentation for the ``docutils`` ODT writer here:
http://docutils.sourceforge.net/docs/user/odt.html


What is odtwriter?
==================

ODT writer is a back-end, writer for Docutils.  ODT writer generates
a .odt file that obeys the standards for ODF (Open Document Format).
The generated files are usable in LibreOffice Writer.

.. vim:ft=rst: