| 7238831 by Aurélien Bompard at 2010-10-29 |
1 |
Changes in XHTML2ODT
|
|
2 |
====================
|
|
3 |
|
| 56b06fd by Aurélien Bompard at 2011-07-14 |
4 |
Version 1.3
|
|
5 |
-----------
|
|
6 |
|
|
7 |
* Improve <dl> and <span> tags conversion
|
|
8 |
* Improve image handling
|
|
9 |
* Add RPM and Debian package metadata
|
|
10 |
* Better XML escaping in the PHP script
|
| 7cb2180 by Aurelien BOMPARD at 2011-07-16 |
11 |
* Add support for Lyx and Elyxer
|
| 56b06fd by Aurélien Bompard at 2011-07-14 |
12 |
* Other various improvements and bug fixes
|
|
13 |
|
|
14 |
|
| 7238831 by Aurélien Bompard at 2010-10-29 |
15 |
Version 1.2
|
|
16 |
-----------
|
|
17 |
|
|
18 |
* Allow nested tables
|
|
19 |
* Make image inline threshold a parameter (#1), and remove the para.padding
|
|
20 |
parameter
|
|
21 |
* Better support for tags inside table cells
|
|
22 |
* Table colspan support, and basic rowspan support
|
|
23 |
* Makefile fix
|
|
24 |
|
|
25 |
|
|
26 |
Version 1.1
|
|
27 |
-----------
|
|
28 |
|
|
29 |
* Beginning of partial support for syntax highlighting.
|
|
30 |
* Bugfixes in the handling of <pre> tags
|
|
31 |
* Addition of a simple bash script to run the stylesheets
|
|
32 |
* Source code paragraph have their own paragraph style, to ease customization
|
|
33 |
|
|
34 |
*Note on syntax highlighting*: the supported highlighters are:
|
|
35 |
|
|
36 |
* Pygments_ (partial support)
|
|
37 |
* inline CSS in ``<span>`` tags (partial support, obviously), tested with
|
|
38 |
GeSHi_
|
|
39 |
|
|
40 |
.. _Pygments: http://pygments.org/
|
|
41 |
.. _GeSHi: http://qbnz.com/highlighter/
|
|
42 |
|
|
43 |
|
|
44 |
Version 1.0
|
|
45 |
-----------
|
|
46 |
* Initial stable release, see the website for details
|
|
47 |
|
|
48 |
|
|
49 |
# vim:syntax=rst
|