# ----------------------------------------------------------------------------------
+# The exporter lives here
+# ----------------------------------------------------------------------------------
+<Location /exporter>
+ SetHandler perl-script
+ PerlHandler OpenILS::WWW::Exporter
+ Options +ExecCGI
+ allow from all
+</Location>
+
+# ----------------------------------------------------------------------------------
# Reporting output lives here
# ----------------------------------------------------------------------------------
<Location /reporter/>
#!/usr/bin/perl
use lib qw( /openils/lib/perl5 );
+use OpenILS::WWW::Exporter qw( /openils/conf/opensrf_core.xml );
use OpenILS::WWW::SuperCat qw( /openils/conf/opensrf_core.xml );
use OpenILS::WWW::AddedContent qw( /openils/conf/opensrf_core.xml );
use OpenILS::Reporter::Proxy ('/openils/conf/opensrf_core.xml');