File: templates

package info (click to toggle)
sitebar 3.3.8-7etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,168 kB
  • ctags: 3,234
  • sloc: php: 52,374; sql: 570; sh: 331; makefile: 35
file content (92 lines) | stat: -rw-r--r-- 3,045 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Template: sitebar/webserver
Type: multiselect
_Choices: apache, apache-ssl, apache-perl, apache2
_Description: Web server you are running:
 SiteBar supports any web server that php4 does, but this automatic
 configuration process only supports Apache.

Template: sitebar/db_initialized
Type: boolean
Default: false
_Description: Has the database has already been initialized?

Template: sitebar/skipdb
Type: boolean
Default: false
_Description: Skip database creation?
 Debconf can set up the SiteBar database automatically or you can create it
 manually after installation.

Template: sitebar/manualdb
Type: note
_Description: Manual database configuration required!
 No mysql client found, which means there's no way to offer automatic database
 setup. If you wish to get help setting up the database configuration, please
 install mysql-client (and possibly also mysql-server if you want to run the
 database server on this machine) and then run "dpkg-reconfigure sitebar" to
 rerun this configuration guide. For now, the database configuration will be
 skipped....

Template: sitebar/db_host
Type: string
Default: localhost
_Description: SiteBar database host name:
 This should be the host-name or IP address that SiteBar will use to access
 the database.

Template: sitebar/db_user
Type: string
Default: sitebar
_Description: Database user name to access the database:
 This is the user name that SiteBar will use to access the database.

Template: sitebar/db_pass
Type: password
_Description: Password to access the database:
 This is the password that SiteBar will use, along with the user name you
 provided, to access the database.

Template: sitebar/db_pass_conf
Type: password
_Description: Retype the password to access the database:
 Please enter the database access password again for confirmation.

Template: sitebar/pass_mismatch
Type: text
_Description: Password mismatch.
 The database access passwords you entered did not match. Please try again.

Template: sitebar/db_name
Type: string
Default: sitebar
_Description: SiteBar database name:
 This is the name of the database that SiteBar will use.

Template: sitebar/db_admin_user
Type: string
Default: root
_Description: Database administrative user name:
 This user name will be used to access the database to create (if needed):
 .
  (1) The database
  (2) The new account that SiteBar will use to access the database

Template: sitebar/db_admin_pass
Type: password
_Description: Database administrative password (if any):
 This is the password that will be used along with the database
 administrative user name.

Template: sitebar/restart-webserver
Type: boolean
Default: false
_Description: Restart ${webserver} now?
 Remember that in order to activate the new configuration ${webserver} has
 to be restarted. You can also restart web servers manually.

Template: sitebar/postrm
Type: boolean
Default: true
_Description: Delete SiteBar data on purge?
 This will delete the SiteBar database and the associated 
 database user account when the SiteBar package is purged.