Changes between Version 13 and Version 14 of OdtExportPlugin


Ignore:
Timestamp:
Mar 25, 2013, 12:09:14 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Added syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • OdtExportPlugin

    v13 v14  
    1515This plugin was tested with Trac version 0.11. Please ensure the following python modules are installed before installing this plugin:
    1616
    17     * [http://pypi.python.org/pypi/uTidylib python-uTidyLib]
    18     * [http://pypi.python.org/pypi/lxml python-lxml]
    19     * [http://pypi.python.org/pypi/PIL python-PIL] (sometimes named python-imaging)
     17 * [http://pypi.python.org/pypi/uTidylib python-uTidyLib]
     18 * [http://pypi.python.org/pypi/lxml python-lxml]
     19 * [http://pypi.python.org/pypi/PIL python-PIL] (sometimes named python-imaging)
    2020
    2121Refer 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:
    2222{{{
     23#!ini
    2324[components]
    2425odtexport.* = enabled
     
    4041Those options must be put under a `[odtexport]` section in the ini file, such as :
    4142{{{
     43#!ini
    4244[odtexport]
    4345get_remote_images = False