A Python interface to convert DocBook to Scribus
Project description
The docbook2sla package helps you to convert DocBook XML into the Scribus file format.
Requirements
Installation
install docbook2sla either using easy_install or by downloading the sources from the Python Cheeseshop
Supported platforms
Unix
Subversion repository
Usage
Example from the Python command-line:
from docbook2sla import DocBook2Sla d2s = DocBook2Sla() print d2s.create('tests/data/xml/content.xml',\ 'tests/data/scribus/clean134.sla',\ output_filename='tests/data/output/create_output.sla') print d2s.syncronize('tests/data/xml/content-1.xml',\ 'tests/data/output/create_output.sla',\ 'tests/data/output/syncronize_output.sla')
Known issues
License
GPL
Contact
Timo Stollenwerk | timo@zmag.de
Changes:
0.0.6 (04.03.2008)
link to svn fixed again
example updated
0.0.5 (04.03.2008)
link to svn fixed
unittests added
refactoring of create, syncronize and transform functions
0.0.4 (29.02.2008)
egg description fix
0.0.3 (29.02.2008)
egg classifiers added
gpl license added
long description added
xml schema for scribus 1.3.4 added
0.0.2 (28.02.2008)
bugfix
description added
0.0.1 (28.02.2008)
initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
docbook2sla-0.0.6.tar.gz
(79.4 kB
view hashes)
Built Distribution
docbook2sla-0.0.6-py2.4.egg
(108.5 kB
view hashes)