[open-ils-commits] r11057 - in trunk/Open-ILS: examples src
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Nov 3 23:52:23 EST 2008
Author: dbs
Date: 2008-11-03 23:52:21 -0500 (Mon, 03 Nov 2008)
New Revision: 11057
Added:
trunk/Open-ILS/examples/oils_web.xml.example
Removed:
trunk/Open-ILS/examples/oils_web.xml
Modified:
trunk/Open-ILS/src/Makefile.am
Log:
Install oils_web.xml.example by default like other example configuration files
Deleted: trunk/Open-ILS/examples/oils_web.xml
===================================================================
--- trunk/Open-ILS/examples/oils_web.xml 2008-11-04 04:29:01 UTC (rev 11056)
+++ trunk/Open-ILS/examples/oils_web.xml 2008-11-04 04:52:21 UTC (rev 11057)
@@ -1,35 +0,0 @@
-<oils_web>
- <!-- This should match the Apache Directory/Location[Match] configuration path -->
- <base_uri>/eg</base_uri>
-
- <!-- media_prefix can be a remote server.
- E.g. <media_prefix>http://static.example.com/media</media_prefix> -->
- <media_prefix/>
-
- <!-- Where templates can be found. Paths will be checked in the order entered here.
- It's possible to override individual or sets of templates by putting them into
- a path in front of the default template path -->
- <template_paths>
- <!-- XXX we should really move these out of the default web root -->
- <path>/openils/var/web/templates</path>
- </template_paths>
-
- <handlers>
- <handler path='acq/picklist/list' template='acq/picklist/list.tt2'/>
- <handler path='acq/picklist/view' template='acq/picklist/view.tt2'/>
- <handler path='acq/picklist/bib_search' template='acq/picklist/bib_search.tt2'/>
- <handler path='acq/fund/list' template='acq/financial/list_funds.tt2'/>
- <handler path='acq/fund/view' template='acq/financial/view_fund.tt2'/>
- <handler path='acq/funding_source/list' template='acq/financial/list_funding_sources.tt2'/>
- <handler path='acq/funding_source/view' template='acq/financial/view_funding_source.tt2'/>
- <handler path='acq/currency_type/list' template='acq/financial/list_currency_types.tt2'/>
- <handler path='acq/currency_type/view' template='acq/financial/view_currency_type.tt2'/>
- <handler path='acq/provider/list' template='acq/financial/list_providers.tt2'/>
- <handler path='acq/provider/view' template='acq/financial/view_provider.tt2'/>
- <handler path='acq/po/view' template='acq/po/view.tt2'/>
- <handler path='acq/po/li_search' template='acq/po/li_search.tt2'/>
- <handler path='acq/po/search' template='acq/po/search.tt2'/>
- <handler path='acq/receiving/process' template='acq/receiving/process.tt2'/>
- <handler path='acq/settings/li_attr' template='acq/settings/li_attr.tt2'/>
- </handlers>
-</oils_web>
Copied: trunk/Open-ILS/examples/oils_web.xml.example (from rev 11050, trunk/Open-ILS/examples/oils_web.xml)
===================================================================
--- trunk/Open-ILS/examples/oils_web.xml.example (rev 0)
+++ trunk/Open-ILS/examples/oils_web.xml.example 2008-11-04 04:52:21 UTC (rev 11057)
@@ -0,0 +1,35 @@
+<oils_web>
+ <!-- This should match the Apache Directory/Location[Match] configuration path -->
+ <base_uri>/eg</base_uri>
+
+ <!-- media_prefix can be a remote server.
+ E.g. <media_prefix>http://static.example.com/media</media_prefix> -->
+ <media_prefix/>
+
+ <!-- Where templates can be found. Paths will be checked in the order entered here.
+ It's possible to override individual or sets of templates by putting them into
+ a path in front of the default template path -->
+ <template_paths>
+ <!-- XXX we should really move these out of the default web root -->
+ <path>/openils/var/web/templates</path>
+ </template_paths>
+
+ <handlers>
+ <handler path='acq/picklist/list' template='acq/picklist/list.tt2'/>
+ <handler path='acq/picklist/view' template='acq/picklist/view.tt2'/>
+ <handler path='acq/picklist/bib_search' template='acq/picklist/bib_search.tt2'/>
+ <handler path='acq/fund/list' template='acq/financial/list_funds.tt2'/>
+ <handler path='acq/fund/view' template='acq/financial/view_fund.tt2'/>
+ <handler path='acq/funding_source/list' template='acq/financial/list_funding_sources.tt2'/>
+ <handler path='acq/funding_source/view' template='acq/financial/view_funding_source.tt2'/>
+ <handler path='acq/currency_type/list' template='acq/financial/list_currency_types.tt2'/>
+ <handler path='acq/currency_type/view' template='acq/financial/view_currency_type.tt2'/>
+ <handler path='acq/provider/list' template='acq/financial/list_providers.tt2'/>
+ <handler path='acq/provider/view' template='acq/financial/view_provider.tt2'/>
+ <handler path='acq/po/view' template='acq/po/view.tt2'/>
+ <handler path='acq/po/li_search' template='acq/po/li_search.tt2'/>
+ <handler path='acq/po/search' template='acq/po/search.tt2'/>
+ <handler path='acq/receiving/process' template='acq/receiving/process.tt2'/>
+ <handler path='acq/settings/li_attr' template='acq/settings/li_attr.tt2'/>
+ </handlers>
+</oils_web>
Modified: trunk/Open-ILS/src/Makefile.am
===================================================================
--- trunk/Open-ILS/src/Makefile.am 2008-11-04 04:29:01 UTC (rev 11056)
+++ trunk/Open-ILS/src/Makefile.am 2008-11-04 04:52:21 UTC (rev 11057)
@@ -69,6 +69,7 @@
$(examples)/opensrf_core.xml.example \
$(examples)/fm_IDL.xml \
$(examples)/oils_sip.xml.example \
+ $(examples)/oils_web.xml.example \
$(examples)/lib_ips.txt.example
core_scripts = $(examples)/oils_ctl.sh \
More information about the open-ils-commits
mailing list