~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/man/config.rst

  • Committer: William Grant
  • Date: 2010-07-03 11:15:42 UTC
  • mfrom: (1796.1.3 get-named-operations)
  • Revision ID: grantw@unimelb.edu.au-20100703111542-pc9odlk2bv4tj3rr
Named operations must now be declared as read_operation or write_operation. Read operations may be executed with a GET.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
    Location where Subversion WebDAV AuthUserFile password hash file will be 
175
175
    stored.
176
176
 
 
177
.. _ref-configuration-policy:
 
178
 
 
179
[policy]
 
180
--------
 
181
Site-specific policy decisions on permissions, etc. These modify the user
 
182
roles, as described in :ref:`ref-user-roles`.
 
183
 
 
184
.. describe:: tutors_can_enrol_students
 
185
 
 
186
    :type: boolean(default=False)
 
187
 
 
188
    If True, tutors can enrol any IVLE user as a student in a subject they are
 
189
    tutoring. This is disabled by default, as it is generally considered
 
190
    unnecessary for tutors to have such power.
 
191
 
 
192
.. describe:: tutors_can_edit_worksheets
 
193
 
 
194
    :type: boolean(default=True)
 
195
 
 
196
    If True, tutors can create and edit worksheets in a subject they are
 
197
    tutoring, and can create and edit *any exercise in the system*. This is
 
198
    turned on by default, but should be used carefully. Untrusted tutors could
 
199
    create site-wide problems.
 
200
 
 
201
    (The reason tutors can edit any exercise is because exercises are not
 
202
    stored per-subject, so it isn't possible to limit them just to exercises
 
203
    for a particular subject.)
 
204
 
177
205
[media]
178
206
-------
179
 
Configuration of :ref:`media serving <ref-media-serving>`.
 
207
Configuration of media serving.
180
208
 
181
209
.. describe:: version
182
210
 
416
444
Web Application
417
445
---------------
418
446
The IVLE web application runs on Apache using ``mod_python``. An example 
419
 
configuration is provided in the file :file:`examples/config/apache.conf`.
 
447
configuration for normal HTTP is provided in the file 
 
448
:file:`examples/config/apache.conf` and an example configuration for using 
 
449
Secure HTTP using SSL certificates is provided in the file 
 
450
:file:`examples/config/apache-ssl.conf`.
420
451
 
421
452
At minimum the following settings must be specified:
422
453