Writer2xhtml custom config ui + EPUB export

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@55 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2010-03-29 11:07:24 +00:00
parent a58ea7fa19
commit ce61f7bc3b
41 changed files with 1118 additions and 212 deletions

View file

@ -2,12 +2,19 @@ Changelog for Writer2LaTeX version 1.0 -> 1.2
---------- version 1.1.2 ----------
[all] API change: The interface ConverterResult supports additional methods
to access the main document flow as a List, an "external" table of contents
and meta data of the source document. New interfaces TocEntry and MetaData
have been introduced to support this.
[w2x] Added EPUB export
[all] API change: New method getMIMEType() added to the OutputFile interface
[all] API change: The interface ConverterResult supports an additional method
to access the meta data of the source document. A new interface MetaData has
been introduced to support this
[all] API change: The interface ConverterResult supports additional methods
providing pointers to headings and index tables in the document.
A new interface TocEntry has been introduced to support this
[all] API change: New methods getMIMEType() and isMasterDocument() added to the OutputFile
interface. The latter is used to identify files that are part of the main document flow
(only the XHTML export generates more that one master document currently)
[w2x] Added user interface to edit custom configuration