Bug 13585: Add a cronjob which send UsageStats monthly.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / admin.pref
1 Administration:
2 # Only used internally, omitted: FrameworksLoaded, Version
3     Interface options:
4         -
5             - Use
6             - pref: KohaAdminEmailAddress
7               class: email
8             - "as the email address for the administrator of Koha. (This is the default From: address for emails unless there is one for the particular library, and is referred to when an internal error occurs.)"
9         -
10            - Use
11            - pref: ReplytoDefault
12              class: email
13            - "as the email address that will be set as the replyto in emails"
14         -
15            - Use
16            - pref: ReturnpathDefault
17              class: email
18            - "as the return path or bounce address for undeliverable mail messages. If you leave this empty, the From address will be used (often defaulting to the admin address)."
19         -
20             - Show
21             - pref: DebugLevel
22               default: 0
23               choices:
24                   0: "no"
25                   1: some
26                   2: lots of
27             - debugging information in the browser when an internal error occurs.
28         -
29             - pref: noItemTypeImages
30               default: 0
31               choices:
32                   yes: "Don't show"
33                   no: Show
34             - itemtype icons in the catalog.
35         -
36             - Separate columns in an exported CSV file with
37             - pref: delimiter
38               default: ","
39               choices:
40                   ';': semicolons
41                   tabulation: tabs
42                   ',': commas
43                   '/': slashes
44                   '\': backslashes
45                   '#': "#'s"
46             - by default.
47         -
48             - pref: virtualshelves
49               choices:
50                   yes: Allow
51                   no: "Don't allow"
52             - staff and patrons to create and view saved lists of books.
53     Login options:
54         -
55             - Automatically log out users after
56             - pref: timeout
57               class: integer
58             - seconds of inactivity. Adding d will specify it in days, e.g. 1d is timeout of one day.
59         -
60             - pref: AutoLocation
61               default: 0
62               choices:
63                   yes: Require
64                   no: "Don't require"
65             - staff to log in from a computer in the IP address range <a href="/cgi-bin/koha/admin/branches.pl">specified by their library</a> (if any).
66         -
67             - pref: SessionRestrictionByIP
68               default: 1
69               choices:
70                   yes: Enable
71                   no: "Disable"
72             - check for change in remote IP address for session security. Disable only when remote IP address changes frequently.
73         # PostgreSQL is supported by CGI::Session but not by Koha.
74         -
75             - Store login session information
76             - pref: SessionStorage
77               default: mysql
78               choices:
79                   mysql: in the MySQL database.
80                   Pg: in the PostgreSQL database (not supported).
81                   tmp: as temporary files.
82                   memcached: in a memcached server.
83         -
84             - pref: IndependentBranches
85               default: 0
86               choices:
87                   yes: Prevent
88                   no: "Don't prevent"
89             - staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries.
90     CAS Authentication:
91         -
92             - pref: casAuthentication
93               default: 0
94               choices:
95                   yes: Use
96                   no: "Don't use"
97             - CAS for login authentication.
98         -
99             - pref: casLogout
100               default: 0
101               choices:
102                   yes: Logout
103                   no: "Don't Logout"
104             - of CAS when logging out of Koha.
105         -
106             - The CAS Authentication Server can be found at
107             - pref: casServerUrl
108         -
109             - Use
110             - pref: AllowPkiAuth
111               default: None
112               choices:
113                   None: "no"
114                   Common Name: the Common Name
115                   emailAddress: the emailAddress
116             - field for SSL client certificate authentication
117     Mozilla Persona:
118         -
119             - pref: Persona
120               default: 0
121               choices:
122                   yes: Allow
123                   no: "Don't Allow"
124             - Mozilla persona for login
125     Share anonymous usage statistics:
126         -
127             - pref: UsageStats
128               default: 0
129               choices:
130                   yes: Share
131                   no: "Don't share"
132             - anonymous Koha usage data with the Koha community. You can see the data on the <a href="http://hea.koha-community.org">Hea Koha community website</a>. You have to run misc/cronjobs/share_usage_with_koha_community.pl in a cronjob.
133         -
134             - The library name
135             - pref: UsageStatsLibraryName
136             - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
137             - If this field is empty data will be sent anonymously.
138             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
139         -
140             - "The country where your library is located:"
141             - pref: UsageStatsCountry
142             - This will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
143             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
144         -
145             - The library URL
146             - pref: UsageStatsLibraryUrl
147             - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
148             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"
149
150         -
151             - The library type
152             - pref: UsageStatsLibraryType
153               default: public
154               choices:
155                   public: "public"
156                   school: "school"
157                   academic: "academic"
158                   research: "research"
159                   private: "private"
160                   societyAssociation: "society or association"
161                   corporate: "corporate"
162                   government: "government"
163                   religiousOrg: "religious organization"
164                   subscription: "subscription"
165             - will be shown on the <a href="http://hea.koha-community.org">Hea Koha community website</a>.
166             - Note that this value has no effect if the UsageStats system preference is set to "Don't share"