Download latest ebuilds
Put it into portage category app-text as root
Install
$emerge -pv docbook2odf
$USE="????" emerge docbook2odf
Download source codes
Download latest source codes
Installation
Install dependencies
>=perl-5.8.0 perl library >=XML-Sablot-1.01 perl library >=imagemagick-6.2 perl library >=Archive-Zip-1.1
make directory /usr/share/docbook2odf as root
$su root; $mkdir -p /usr/share/docbook2odf/
copy all files from working directory to /usr/share/docbook2odf
link executable perl script docbook2odf
$ln -sf /usr/share/docbook2odf/utils/docbook2odf \ /usr/bin/docbook2odf
Testing with examples
run docbook2odf on anything from /usr/share/docbook2odf/examples
$docbook2odf --input-file /usr/share/docbook2odf/examples/lists.docbook
check output document saved in your current directory
$ooffice2 lists.odt
When you integrate this stylesheets in your project, please inform us and create link to this webpage on your project webpage.
Please include this filters only as automatized svn checkout with fixed revision number.
$svn co http://svn.comsultia.com/docbook2odf/trunk docbook2odf -r 3;