File: conf.xml

package info (click to toggle)
turba2 2.1.3-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 5,736 kB
  • ctags: 1,500
  • sloc: php: 6,663; xml: 998; sql: 180; makefile: 63; sh: 46; perl: 17
file content (34 lines) | stat: -rw-r--r-- 1,232 bytes parent folder | download | duplicates (2)
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
33
34
<?xml version="1.0"?>
<!-- $Horde: turba/config/conf.xml,v 1.6.2.3 2006/05/09 15:58:10 jan Exp $ -->
<configuration>
 <configsection name="menu">
  <configheader>Menu Settings</configheader>
  <configboolean name="import_export" desc="Should we display an Import/Export link in Turba's menu?">true</configboolean>
  <configmultienum name="apps" desc="Select any applications that should be linked in Turba's menu">
   <values>
    <configspecial name="list-horde-apps"/>
   </values>
  </configmultienum>
 </configsection>

 <configsection name="client">
   <configheader>Clients</configheader>
   <configstring name="addressbook" desc="Name of client addressbook">localsql</configstring>
 </configsection>

 <configsection name="shares">
   <configheader>Shares</configheader>
   <configstring name="source" desc="Name of source for creating new shares"
   required="false"/>
 </configsection>

 <configsection name="comments">
  <configheader>Comments</configheader>
  <configboolean name="allow" desc="Can users comment on contacts?">true</configboolean>
 </configsection>

 <configsection name="documents">
  <configheader>Virtual File Storage</configheader>
  <configvfs switchname="type" />
 </configsection>
</configuration>