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

« back to all changes in this revision

Viewing changes to doc/man/scripts.rst

  • Committer: William Grant
  • Date: 2009-12-14 04:17:46 UTC
  • Revision ID: me@williamgrant.id.au-20091214041746-eurw04xssf4cvszc
Add ivle-dev-setup, a script to do most of the heavy lifting when setting up a new dev installation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
<NEWSEMESTER>`` with a copy of the worksheets from the offering specified by 
128
128
``<OLDSUBJECTCODE> <OLDYEAR> <OLDSEMESTER>``.
129
129
 
130
 
.. note::
131
 
    Admins may also clone worksheets from the offering administration panel
132
 
    in the web interface.
133
 
 
134
130
 
135
131
ivle-config
136
132
-----------
282
278
 
283
279
Lists all users in the IVLE database.
284
280
 
285
 
.. note::
286
 
    Users may also be listed and administered through the web interface,
287
 
    from the *Users* item in the IVLE menu.
288
 
 
289
281
.. cmdoption:: -n, --names
290
282
 
291
283
    Print only each user's login name
292
284
 
293
285
 
 
286
ivle-marks
 
287
----------
 
288
 
 
289
.. program:: ivle-marks
 
290
 
 
291
:program:`ivle-marks [OPTIONS] <SUBJECT>`
 
292
 
 
293
Reports each student's marks for a given subject offering.
 
294
 
 
295
.. cmdoption:: <SUBJECT>
 
296
 
 
297
    Subject short (URL) name
 
298
 
 
299
.. cmdoption:: -s <SEMESTER>, --semester <SEMESTER>
 
300
 
 
301
    Semester of the offering (eg. 2009/1). Defaults to the currently
 
302
    active semester.
 
303
 
 
304
.. cmdoption:: -c <CUTOFF>, --cutoff <CUTOFF>
 
305
 
 
306
    Cutoff date (calculate the marks as of this date). Should be provided in 
 
307
    the form of ``YYYY-MM-DD H:M:S``.
 
308
 
 
309
 
294
310
ivle-mountallusers
295
311
------------------
296
312