Changes between Version 11 and Version 12 of PageToDocIntegration


Ignore:
Timestamp:
Aug 27, 2016, 9:46:02 AM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • PageToDocIntegration

    v11 v12  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = A Trac plugin for export of wiki pages to MS Word
     3= Export Trac wiki pages to MS Word
    44
    55== Description
    66
    7 The aim of the plugin is to transform a wiki page so that it can be imported using the HTML import capability of MS Word. After that, a format template can be applied, and the text might be copied into a document template.
     7This plugin allows you to export Trac wiki pages for import into MS Word. The output of this feature makes the wiki pages import-ready using the HTML import capability of MS Word. After that, a format template can be applied, and the text might be copied into a MS Word document template.
     8
     9Once installed, a new entry shows up below the '''Download in other formats''' section at the end of the wiki page. Click and save to disk. Extract and open with Word.
    810
    911The plugin works as follows:
     
    3840 * '''XSLTProc''' Make sure xsltproc is available. If not, install from [http://xmlsoft.org/XSLT/xsltproc2.html] (Windows: www.zlatkovic.com/pub/libxml/)
    3941  * From the linked page Click Downloads and download iconv, libxslt, libxml2, zlib
    40   * Test that it has been installed correctly by running xsltproc (it should output a help page)
    41   * On windows - the binaries for all the XSLTProc tools either need to be in one directory (if this directory is not on the search path then please specify the `xsltprocpath` configuration setting)
     42  * Test that it has been installed correctly by running xsltproc: it should output a help page
     43  * On windows - the binaries for all the XSLTProc tools either need to be in one directory; if this directory is not on the search path then please specify the `xsltprocpath` configuration setting
    4244
    4345=== PageToDocIntegration Plugin
     
    4951  * Copy the .egg file into your Trac Environment plugins directory
    5052 * Save the [source:/pagetodocintegration/html_filtered.xslt XSLT stylesheet] onto your disk.
    51  * Create the following section in your trac.ini (modify path):
     53 * Create the following section in your `trac.ini` file (modify path):
    5254{{{#!ini
    5355[pagetodoc]
     
    5557}}}
    5658 * Install plugin.
    57   * The same can be done by adding the following line to the `[components]` section of your trac.ini file e.g.
     59  * The same can be done by adding the following line to the `[components]` section of your `trac.ini` file, for example:
    5860{{{#!ini
    5961[components]
     
    6567== Configuration
    6668
    67 Configuration options are applied in `trac\environment\path\conf\trac.ini` and the parameters are in the `[pagetodoc]` section (which you will need to add as documented in the installation instructions).
     69Configuration options are applied in `trac\environment\path\conf\trac.ini` and the parameters are in the `[pagetodoc]` section, which you will need to add as documented in the installation instructions.
    6870
    6971|| `xsltfile` || '''(Required)''' The path to the XSLT file to use for transforming the wiki HTML output. Specify the filepath of `html_filtered.xslt` shipped with !PageToDocIntegration ||
     
    8688}}}
    8789
    88 == Example
    89 
    90 Once installed, a new entry shows up below the '''Download in other formats''' section at the end of the page. Click and save to disk. Extract and open with Word.
    91 
    9290== Recent Changes
    9391