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

« back to all changes in this revision

Viewing changes to doc/man/scripts.rst

  • Committer: David Coles
  • Date: 2010-07-20 05:55:20 UTC
  • Revision ID: coles.david@gmail.com-20100720055520-yxyfn2qqycfwboiq
URL quote paths in checkout URLs.

The two benefits of this are that we no longer have issues with spaces in 
submitted paths and also don't have to worry about shell escape characters 
(and possible shell injection to a lectures console).

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
 
.. FIXME: "This can also be done through the administration interface."
57
 
    (Not yet!)
58
 
 
 
56
.. note::
 
57
    Admins may create users from the Users page of the web interface.
59
58
 
60
59
.. cmdoption:: <LOGIN>
61
60
 
127
126
<NEWSEMESTER>`` with a copy of the worksheets from the offering specified by 
128
127
``<OLDSUBJECTCODE> <OLDYEAR> <OLDSEMESTER>``.
129
128
 
 
129
.. note::
 
130
    Admins may also clone worksheets from the offering administration panel
 
131
    in the web interface.
 
132
 
130
133
 
131
134
ivle-config
132
135
-----------
278
281
 
279
282
Lists all users in the IVLE database.
280
283
 
 
284
.. note::
 
285
    Users may also be listed and administered through the web interface,
 
286
    from the *Users* item in the IVLE menu.
 
287
 
281
288
.. cmdoption:: -n, --names
282
289
 
283
290
    Print only each user's login name
284
291
 
285
292
 
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
 
 
310
293
ivle-mountallusers
311
294
------------------
312
295