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


Apache-AxKit-Provider-OpenOffice documentation  | view source Contained in the Apache-AxKit-Provider-OpenOffice distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

Top

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

AUTHOR

Top

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

LICENSE

Top

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

SEE ALSO

Top

AxKit, Apache::AxKit::Provider, Apache::AxKit::Plugin::OpenOffice


Apache-AxKit-Provider-OpenOffice documentation  | view source Contained in the Apache-AxKit-Provider-OpenOffice distribution.