Changes between Version 2 and Version 3 of WikiExportPlugin


Ignore:
Timestamp:
Dec 18, 2008, 9:32:58 AM (15 years ago)
Author:
Claudio Manuel Fernández Barreiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiExportPlugin

    v2 v3  
    44
    55This plugin allows you to export wiki pages to PDF, ODT and DOC format. This plugin is licensed under LGPL
     6
     7This plugin has been developed with python-uno 2.4.1 and BeautifulSoup 3.0.7a.
     8
     9== Requisites ==
     10
     11This plugin needs that open office is started in service mode. To start soffice in this mode, use a command like this:
     12
     13{{{
     14 soffice -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager
     15}}}
     16
     17The version of the open office used in the development of the plugin was the 2.4.
    618
    719== Bugs/Feature Requests ==
     
    3648}}}
    3749
     50A brief description of the fields:
     51
     52 * '''user''' and '''psswrd''': If the trac project needs authentication, for export the images you need to pass a user and a password for construct a url that urllib can open.
     53 * '''host''' and '''port''': When you start the soffice in service mode, you must specify a host and a port where the service accepts the connections. By default in this plugin, these values are localhost and 8100.
     54 * '''styles''', '''enum-styles''' and '''num-styles''': Are the styles that you want to use of the open office to export the wiki pages.
     55
     56All this fields are optional, but the default configuration of this plugin if for the spanish version of the Open Office.
    3857
    3958