allow from all
</Location>
-# ----------------------------------------------------------------------------------
-# Vandelay importers / exporters (your Web interface to bibliographic travel)
-# ----------------------------------------------------------------------------------
-RedirectMatch 301 ^/vandelay/vandelay.xml(.*)$ /vandelay/en-US/vandelay.xml$1
-
-RewriteRule ^/vandelay/([a-z]{2}-[A-Z]{2})/(.*)$ /vandelay/$2 [E=locale:$1]
-
-<LocationMatch /vandelay.*xml>
- XMLEntStripPI "yes"
- XMLEntEscapeScript "no"
- XMLEntStripComments "yes"
- XMLEntContentType "text/html; charset=utf-8"
- XMLEntStripDoctype "yes"
- AddOutputFilter INCLUDES;XMLENT .xml
- SetHandler perl-script
- PerlSetVar OILSProxyTitle "Vandelay Login"
- PerlSetVar OILSProxyDescription "Please log in with an authorized staff account to import MARC records"
- PerlSetVar OILSProxyPermissions "IMPORT_MARC"
- PerlHandler OpenILS::WWW::Proxy
- Options +ExecCGI
- PerlSendHeader On
- allow from all
-</LocationMatch>
<Location /vandelay-upload>
SetHandler perl-script
PerlHandler OpenILS::WWW::Vandelay::spool_marc