]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/reporter/report_base.example.xml
fixing case of only negated words
[Evergreen.git] / Open-ILS / src / reporter / report_base.example.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <reporter xmlns:xi="http://www.w3.org/2001/XInclude">
3
4         <setup>
5                 <files>
6                         <output_base>/openils/var/web/reporter/</output_base>
7                         <!-- <chart_logo>/openils/var/web/opac/images/small_logo.gif</chart_logo> -->
8                 </files>
9                 <database>
10                         <driver>Pg</driver>
11                         <host>127.0.0.1</host>
12                         <port>5433</port>
13                         <name>develooper</name>
14                         <user>postgres</user>
15                         <password/>
16                 </database>
17         </setup>
18
19         <xi:include href="tables.example.xml">
20                 This file sucks in table definitions
21         </xi:include>
22         <xi:include href="widgets.example.xml">
23                 This file sucks in widget definitions
24         </xi:include>
25
26 </reporter>