Changes between Version 2 and Version 3 of OdtExportPlugin


Ignore:
Timestamp:
Dec 30, 2009, 10:58:25 AM (14 years ago)
Author:
Aurélien Bompard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OdtExportPlugin

    v2 v3  
    88
    99The XSLT stylesheets come from the [http://gitorious.org/xhtml2odt XHTML2ODT] project.
     10
     11
     12== Installation ==
     13
     14This plugin was tested with Trac version 0.11. Please ensure the following python modules are installed before installing this plugin:
     15
     16    * [http://pypi.python.org/pypi/uTidylib python-uTidyLib]
     17    * [http://pypi.python.org/pypi/lxml python-lxml]
     18    * [http://pypi.python.org/pypi/PIL python-PIL] (sometimes named python-imaging)
     19
     20Refer to the [trac:TracPlugins Trac plugin documentation] for details on how to build and install plugins and macros. You will probably have to enable the plugin by editing the `components` section of your `trac.ini`, for example:
     21{{{
     22[components]
     23odtexport.* = enabled
     24}}}
     25
     26After installing, a new alternative format should appear on the bottom of each wiki page, next to the "Plain Text" link.
    1027
    1128== Bugs/Feature Requests ==