]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/examples/oils_web.xml.example
started hold matrix matchpoint ui
[working/Evergreen.git] / Open-ILS / examples / oils_web.xml.example
1 <oils_web>
2     <!-- This should match the Apache Directory/Location[Match] configuration path -->
3     <base_uri>/eg</base_uri>
4
5     <!-- media_prefix can be a remote server.  
6          E.g. <media_prefix>http://static.example.com/media</media_prefix> -->
7     <media_prefix/>
8
9     <!-- If set to true, all output will be parsed as XML before delivery to the client.  
10         If XML parsing fails, the error message, with HTML included, will be output as text/plain.
11         XML parsing adds overhead, so this should only be used for debugging -->
12     <force_valid_xml>false</force_valid_xml>
13
14     <!-- Where templates can be found.  Paths will be checked in the order entered here.
15          It's possible to override individual or sets of templates by putting them into
16          a path in front of the default template path -->
17     <template_paths>
18         <!-- XXX we should really move these out of the default web root -->
19         <path>/openils/var/web/templates</path>
20     </template_paths>
21
22     <handlers>
23         <handler path='acq/picklist/list' template='acq/picklist/list.tt2'/>
24         <handler path='acq/picklist/view' template='acq/picklist/view.tt2'/>
25         <handler path='acq/picklist/bib_search' template='acq/picklist/bib_search.tt2'/>
26         <handler path='acq/fund/list' template='acq/financial/list_funds.tt2'/>
27         <handler path='acq/fund/view' template='acq/financial/view_fund.tt2'/>
28         <handler path='acq/funding_source/list' template='acq/financial/list_funding_sources.tt2'/>
29         <handler path='acq/funding_source/view' template='acq/financial/view_funding_source.tt2'/>
30         <handler path='acq/currency_type/list' template='acq/financial/list_currency_types.tt2'/>
31         <handler path='acq/currency_type/view' template='acq/financial/view_currency_type.tt2'/>
32         <handler path='acq/provider/list' template='acq/financial/list_providers.tt2'/>
33         <handler path='acq/provider/view' template='acq/financial/view_provider.tt2'/>
34         <handler path='acq/po/view' template='acq/po/view.tt2'/>
35         <handler path='acq/po/li_search' template='acq/po/li_search.tt2'/>
36         <handler path='acq/po/search' template='acq/po/search.tt2'/>
37         <handler path='acq/receiving/process' template='acq/receiving/process.tt2'/>
38         <handler path='acq/settings/li_attr' template='acq/settings/li_attr.tt2'/>
39
40         <handler path='conify/global/config/billing_type' template='conify/global/config/billing_type.tt2'/>
41         <handler path='conify/global/config/standing_penalty' template='conify/global/config/standing_penalty.tt2'/>
42         <handler path='conify/global/config/z3950_source' template='conify/global/config/z3950_source.tt2'/>
43         <handler path='conify/global/config/circ_modifier' template='conify/global/config/circ_modifier.tt2'/>
44         <handler path='conify/global/config/hold_matrix_matchpoint' template='conify/global/config/hold_matrix_matchpoint.tt2'/>
45         <handler path='conify/global/permission/grp_penalty_threshold' template='conify/global/permission/grp_penalty_threshold.tt2'/>
46     </handlers>
47 </oils_web>