= Wiki Export = == Description == This plugin allows you to export wiki pages to PDF, ODT and DOC format. This plugin is licensed under LGPL This plugin has been developed with python-uno 2.4.1 and BeautifulSoup 3.0.7a. == Requisites == This plugin needs that open office is started in service mode. To start soffice in this mode, use a command like this: {{{ soffice -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager }}} The version of the open office used in the development of the plugin was the 2.4. == Bugs/Feature Requests == Existing bugs and feature requests for WikiExportPlugin are [report:9?COMPONENT=WikiExportPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=WikiExportPlugin&owner=sfhynx new ticket]. == Download == Download the zipped source from [download:wikiexportplugin here]. == Source == You can check out WikiExportPlugin from [http://trac-hacks.org/svn/wikiexportplugin here] using Subversion, or [source:wikiexportplugin browse the source] with Trac. == Example == A possible configuration of this plugin is the next: {{{ [openOffice-exporter] user = john psswrd = 1234 host = localhost port = 8100 styles = Default, Heading 1, Heading 2, Heading 3 enum-styles = List 1, List 2, List 3 num-styles = Numbering 1, Numbering 2, Numbering 3 }}} A brief description of the fields: * '''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. * '''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. * '''styles''', '''enum-styles''' and '''num-styles''': Are the styles that you want to use of the open office to export the wiki pages. All this fields are optional, but the default configuration of this plugin if for the spanish version of the Open Office. == Recent Changes == [[ChangeLog(wikiexportplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:sfhynx] [[BR]] '''Contributors:''' [wiki:clp]