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

« back to all changes in this revision

Viewing changes to doc/man/scripts.rst

  • Committer: William Grant
  • Date: 2010-02-24 09:51:04 UTC
  • Revision ID: grantw@unimelb.edu.au-20100224095104-nl3ndy0cysz2ioad
Add support for "really deep" (more than two segment) views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
Creates a new user in the database. On-disk structures (jails and
54
54
Subversion repositories) will be created upon first login.
55
55
 
56
 
.. note::
57
 
    Admins may create users from the Users page of the web interface.
 
56
.. FIXME: "This can also be done through the administration interface."
 
57
    (Not yet!)
 
58
 
58
59
 
59
60
.. cmdoption:: <LOGIN>
60
61
 
290
291
    Print only each user's login name
291
292
 
292
293
 
 
294
ivle-marks
 
295
----------
 
296
 
 
297
.. program:: ivle-marks
 
298
 
 
299
:program:`ivle-marks [OPTIONS] <SUBJECT>`
 
300
 
 
301
Reports each student's marks for a given subject offering.
 
302
 
 
303
.. cmdoption:: <SUBJECT>
 
304
 
 
305
    Subject short (URL) name
 
306
 
 
307
.. cmdoption:: -s <SEMESTER>, --semester <SEMESTER>
 
308
 
 
309
    Semester of the offering (eg. 2009/1). Defaults to the currently
 
310
    active semester.
 
311
 
 
312
.. cmdoption:: -c <CUTOFF>, --cutoff <CUTOFF>
 
313
 
 
314
    Cutoff date (calculate the marks as of this date). Should be provided in 
 
315
    the form of ``YYYY-MM-DD H:M:S``.
 
316
 
 
317
 
293
318
ivle-mountallusers
294
319
------------------
295
320