Apache::AxKit::Provider::OpenOffice - OpenOffice package file provider


NAME

Apache::AxKit::Provider::OpenOffice - OpenOffice package file provider


SYNOPSIS

in httpd.conf:

 <Files *.sxw>
   AddHandler axkit .sxw
   AxAddPlugin Apache::AxKit::Plugin::OpenOffice
   AxContentProvider Apache::AxKit::Provider::OpenOffice
   AxAddProcessor text/xsl oo2html.xsl
 </Files>


DESCRIPTION

This provider extracts out the contents of OpenOffice 1.x or StarOffice 6.x SXW files.


AUTHOR

Matt Sergeant, axkit.com Ltd, matt@axkit.com Kip Hampton, axkit.com Ltd, kip@axkit.com


LICENSE

This is free software. You may distribute it under the same terms as Perl.


SEE ALSO

AxKit, the Apache::AxKit::Provider manpage, the Apache::AxKit::Plugin::OpenOffice manpage

 Apache::AxKit::Provider::OpenOffice - OpenOffice package file provider