File: conf.xml

package info (click to toggle)
mnemo2 2.1.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,508 kB
  • ctags: 429
  • sloc: php: 1,745; xml: 639; sql: 83; makefile: 60
file content (32 lines) | stat: -rw-r--r-- 1,162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0"?>
<!-- $Horde: mnemo/config/conf.xml,v 1.17 2004/10/03 13:07:37 stuart Exp $ -->
<configuration>
 <configsection name="storage">
  <configheader>Storage System Settings</configheader>

  <configswitch name="driver" desc="What storage driver should we use?">sql
   <case name="sql" desc="SQL">
    <configsection name="params">
     <configsql switchname="driverconfig">
      <configstring name="table" desc="Database table">mnemo_memos</configstring>
     </configsql>
    </configsection>
   </case>

   <case name="kolab" desc="Kolab" />

  </configswitch>
 </configsection>

 <configsection name="menu">
  <configheader>Menu settings</configheader>
  <configboolean name="print" desc="Should we display a Print link in the Horde application menus?">true</configboolean>
  <configboolean name="import_export" desc="Should we display an Import/Export link in the Mnemo application menus?">true
  </configboolean>
  <configmultienum name="apps" desc="Select any applications that should be linked in Mnemo's menu">
   <values>
    <configspecial name="list-horde-apps" />
   </values>
  </configmultienum>
 </configsection>
</configuration>