Changes between Version 6 and Version 7 of OdtExportPlugin


Ignore:
Timestamp:
Apr 5, 2010, 5:18:48 PM (14 years ago)
Author:
Aurélien Bompard
Comment:

Warning about the include keyword (ticket #6931)

Legend:

Unmodified
Added
Removed
Modified
  • OdtExportPlugin

    v6 v7  
    3030In `trac.ini`, you can setup a few options :
    3131 * '''get_remote_images''' (boolean, defaults to `true`) : wheather the plugin should download the remote images
    32  * '''replace_keyword''' (string, defaults to `TRAC-ODT-INSERT`) : the string in the ODT template file to replace with the wiki page content.
     32 * '''replace_keyword''' (string, defaults to `TRAC-ODT-INSERT`) : the string in the ODT template file to replace with the wiki page content. This keyword ''must'' be unstyled and alone on its own line. If not present, the wiki content will be appended to the template.
    3333 * '''cut_start_keyword''' (string, defaults to `TRAC-ODT-CUT-START`) and '''cut_stop_keyword''' (string, defaults to `TRAC-ODT-CUT-STOP`) : the text between these strings in the ODT template will be removed. See note below for the reason for these tags.
    3434 * '''dpi''' (integer, defaults to `96`) : the screen DPI.