Changes between Version 34 and Version 35 of WikiExportPlugin


Ignore:
Timestamp:
Oct 22, 2015, 1:01:56 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiExportPlugin

    v34 v35  
    1919== Download
    2020
    21 Download the zipped source from [download:wikiexportplugin here].
     21Download the zipped source from [export:wikiexportplugin here].
    2222
    2323== Source
    2424
    25 You can check out WikiExportPlugin from [http://trac-hacks.org/svn/wikiexportplugin here] using Subversion, or [source:wikiexportplugin browse the source] with Trac.
     25You can check out WikiExportPlugin from [/svn/wikiexportplugin here] using Subversion, or [source:wikiexportplugin browse the source] with Trac.
    2626
    2727== Installation and Configuration
     
    2929This plugin has been developed with '''python-uno''' 2.4.1, '''[http://www.crummy.com/software/BeautifulSoup/ BeautifulSoup]''' 3.0.7a and '''python-imaging-library (PIL)'''.
    3030
    31 '''Note''': The plugin has been tested with !OpenOffice 3.2, Python UNO 3.2 and Trac 0.12.1 and works fine.
     31'''Note''': The plugin has been tested with !OpenOffice 3.2, Python UNO 3.2 and Trac 0.12.1 and works as designed.
    3232
    33 Python-uno is not installed by default. For install it, depends of OS:
    34  * Linux: If your Linux uses apt, you can install python-uno with the next command:
     33Python-uno is not installed by default. The exact installation instruction depend on the operating system you are using:
     34 * Linux: If your Linux uses apt, you can install python-uno as follows:
    3535 {{{#!sh
    3636apt-get install python-uno python-beautifulsoup python-imaging
    3737}}}
    38   * With Debian Lenny 5.0, if you want to run '''soffice''' with `-headless` option, you must install these following packages too:
     38  * With Debian Lenny 5.0, if you want to run '''soffice''' with `-headless` option, install these packages also:
    3939  {{{#!sh
    4040apt-get install openoffice.org openoffice.org-headless openoffice.org-java-common
    4141}}}
    42  * Mac: I can't install python-uno in mac.
    43  * Windows: The next article can be interesting : http://wiki.services.openoffice.org/wiki/Using_Python_on_Windows
     42 * Mac: I can't install python-uno on Mac OS.
     43 * Windows: The following article can be useful: http://wiki.services.openoffice.org/wiki/Using_Python_on_Windows
    4444
    4545Before use, you must start Open Office in service mode. To start Office in this mode, use a command like this:
     
    5757== Example
    5858
    59 A possible configuration of this plugin is the next:
     59A possible configuration of this plugin is the following:
    6060
    6161{{{#!ini
    62  [openOffice-exporter]
    63  user = john
    64  psswrd = 1234
    65  host = localhost
    66  port = 8100
    67  para-styles = Text Body, Default, Heading 1, Heading 2, Heading 3, ..., Heading 10
    68  list-styles = List 1, Numbering 1, Numbering 2, Numbering 3
    69  char-styles = Default, Source Text, Internet Link
    70  isPersonalizeAttribute = False
     62[openOffice-exporter]
     63user = john
     64psswrd = 1234
     65host = localhost
     66port = 8100
     67para-styles = Text Body, Default, Heading 1, Heading 2, Heading 3, ..., Heading 10
     68list-styles = List 1, Numbering 1, Numbering 2, Numbering 3
     69char-styles = Default, Source Text, Internet Link
     70isPersonalizeAttribute = False
    7171}}}
    7272
     
    7777 * '''para-styles''', '''list-styles''' and '''char-styles''': Are the styles that you want to use of the open office to export the wiki pages.
    7878
    79 All this fields are optional, but the default configuration of this plugin if for the spanish version of the Open Office.
     79All these fields are optional, but the default configuration of this plugin is for the Spanish version of Open Office.
    8080
    81 When this plugin is active, appears three new options in the wiki pages:
     81When this plugin is active, the following options appear in the wiki pages:
    8282
    8383[[Image(wikiexport.png)]]
    8484
    85 Since r5057, this plugin accepts a basic template system. This system works as follow:
     85Since r5057, this plugin accepts a basic template system. This system works as follows:
    8686 1. Create a wiki page called '''!WikiTemplateConf'''
    8787 1. Adds to that page a text similar to the next: