Enable display of OpenSRF API documentation by default
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 3 Mar 2009 19:40:11 +0000 (19:40 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 3 Mar 2009 19:40:11 +0000 (19:40 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@12384 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/examples/apache/eg_vhost.conf

index 38103a2..0d8deef 100644 (file)
@@ -202,6 +202,13 @@ RewriteRule - - [E=locale:en-US] [L]
 </Location>    
        
 # ----------------------------------------------------------------------------------
+# Module for displaying OpenSRF API documentation
+# ----------------------------------------------------------------------------------
+<Location /opac/extras/docgen.xsl>
+    AddOutputFilter INCLUDES .xsl
+</Location>
+
+# ----------------------------------------------------------------------------------
 # Module for processing staff-client offline scripts lives here
 # ----------------------------------------------------------------------------------
 <Directory "/openils/var/cgi-bin/offline">