[open-ils-commits] r12384 - trunk/Open-ILS/examples/apache (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Mar 3 14:40:16 EST 2009


Author: dbs
Date: 2009-03-03 14:40:11 -0500 (Tue, 03 Mar 2009)
New Revision: 12384

Modified:
   trunk/Open-ILS/examples/apache/eg_vhost.conf
Log:
Enable display of OpenSRF API documentation by default


Modified: trunk/Open-ILS/examples/apache/eg_vhost.conf
===================================================================
--- trunk/Open-ILS/examples/apache/eg_vhost.conf	2009-03-03 18:57:24 UTC (rev 12383)
+++ trunk/Open-ILS/examples/apache/eg_vhost.conf	2009-03-03 19:40:11 UTC (rev 12384)
@@ -202,6 +202,13 @@
 </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">



More information about the open-ils-commits mailing list