This plugin allows you to export wiki pages toPDF, ODT and DOC format. This plugin is licensed under LGPL.
When this plugin is active, the following options appear in the wiki pages:
Sincer5057, this plugin accepts a basic template system. This system works as follows:
{{{template_list= .+, Manual, Listtemplate_file= default.odt, manual.odt, list.odt}}}
Once this is done, when you export a wiki page, if the page name starts with a name written in the template_list section, the document created uses the template defined in theWikiTemplateConf page.
The listed values must be separated by both a comma and a space:
styles = Default, Heading 1, Heading 2 Works finestyles = Default,Heading 1,Heading 2 Doesn't work
Existing bugs and feature requests forWikiExportPlugin arehere.
If you have any issues, create anew ticket.
defect | 4 / 14 | ||
---|---|---|---|
enhancement | 2 / 2 |
Download the zipped source fromhere.
You can check outWikiExportPlugin fromhere using Subversion, orbrowse the source with Trac.
This plugin has been developed withpython-uno 2.4.1,BeautifulSoup 3.0.7a andpython-imaging-library (PIL).
Note: The plugin has been tested with OpenOffice 3.2, Python UNO 3.2 and Trac 0.12.1 and works as designed.
Python-uno is not installed by default. The exact installation instruction depend on the operating system you are using:
$ apt-get install python-uno python-beautifulsoup python-imaging
-headless
option, install these packages also:$ apt-get install openoffice.org openoffice.org-headless openoffice.org-java-common
Before use, you must start Open Office in service mode. To start Office in this mode, use a command like this:
soffice"-accept=socket,host=localhost,port=8100;urp;" -headless(1)soffice -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager(2)
The version of Open Office used in the development of the plugin was the 2.4.
A possible configuration of this plugin is the following:
[openOffice-exporter]user=johnpsswrd=1234host=localhostport=8100para-styles=Text Body, Default, Heading 1, Heading 2, Heading 3, ..., Heading 10list-styles=List 1, Numbering 1, Numbering 2, Numbering 3char-styles=Default, Source Text, Internet LinkisPersonalizeAttribute=False
A brief description of the fields:
All these fields are optional, but the default configuration of this plugin is for the Spanish version of Open Office.
Author:sfhynx
Maintainer:Claudio Manuel Fernández Barreiro
Contributors:clp
Download all attachments as:.zip