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

« back to all changes in this revision

Viewing changes to doc/man/tour.rst

  • Committer: David Coles
  • Date: 2010-07-17 11:32:50 UTC
  • Revision ID: coles.david@gmail.com-20100717113250-vi18n50bcjmfmzrt
Show warning for CGI header field-names which contain restricted characters.

Forbidden characters are the separators defined by RFC3875. This is mainly to 
fix an issue where printing a dictionary (with no CGI headers) could be 
assumed to be a CGI header with no warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
use the username, revision and URL given). Subversion will likely prompt for a
209
209
password. For the sample data, this password is ``password``, but in general, it
210
210
will **not** be your normal IVLE password. You can learn your Subversion
211
 
password by opening a Console in IVLE and typing::
212
 
 
213
 
 import ivle.config
214
 
 ivle.config.Config()['user_info']['svn_pass']
 
211
password by going to your user settings page (it is hidden by default, for
 
212
security reasons).
215
213
 
216
214
This will check out the student's work into the current directory, to inspect.
217
215
 
272
270
page. This shows the marks in each worksheet, and in the subject overall, for
273
271
each student, and can be used to calculate each student's final grade.
274
272
 
 
273
.. note::
 
274
   The marks are calculated from the current time, by default. However,
 
275
   normally, there is a cutoff time after which students cannot gain any
 
276
   additional marks for worksheets. You can set this cutoff in the offering
 
277
   edit page. Once set, the marks will be calculated based on submissions up
 
278
   until that date, and students will be notified of the cutoff time.
 
279
 
275
280
The "Download as CSV file" link provides these same statistics in CSV format,
276
281
which can be easily parsed.
277
282
 
288
293
-------------------
289
294
 
290
295
Firstly, pull down the IVLE menu (top-left). There is an additional item for
291
 
admins -- the *Users* page. This lists all users with an account in IVLE.
292
 
Clicking on a username takes you to the user's profile page. Try it with the
293
 
user ``lecturer``.
 
296
admins -- the *Users* page. This lists all users with an account in IVLE, and
 
297
lets you create new ones. Clicking on a username takes you to the user's
 
298
profile page. Try it with the user ``lecturer``.
294
299
 
295
300
The profile page is exactly the same as the user himself would see it, but
296
301
with a few more buttons on the side. *Change password* is the same as the