File: configExample.tcl

package info (click to toggle)
coccinella 0.96.20-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,108 kB
  • ctags: 5,908
  • sloc: tcl: 124,744; xml: 206; makefile: 66; sh: 62
file content (22 lines) | stat: -rw-r--r-- 749 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# This is an example of how to hardcode some configurations at build time
# by including a 'config.tcl' file in resources/
#

array set config {
    login,style             "username"
    login,more              1
    login,profiles          0
    login,autosave          1
    login,autoregister      0
    autoupdate,do           1
    autoupdate,url          "http://coccinella.sourceforge.net/updates/update_en.xml"
    profiles,do             1
    profiles,profiles       {evaal {localhost "" ""}}
    profiles,selected       evaal
    profiles,prefspanel     0
    registerex,server       ""
    registerex,autoget      0
    setupass,page,server    1
    ui,pruneMenus           {mInfo {mDebug mCoccinellaHome} mJabber {mNewAccount...}}
}