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

« back to all changes in this revision

Viewing changes to subjects/sample/ws1.xml

  • Committer: mattgiuca
  • Date: 2008-02-01 07:46:26 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:375
www/common/makeuser.py:
    Now accepts a large number of arguments for all the fields of the user.
    (password, full name, nick name, student id, role)
    Creates a new user in the DB.
    Creates a Unix account for the user on the current machine. (This will
    need to change to create one on the central machine to be propagated).
makeuser script: Accepts all the arguments as above and passes them along to
    www/common/makeuser.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    <p>The next problem is a bit harder. It requires you to manipulate
17
17
    several files.</p>
18
18
    <problem src="sample/all_input.xml" />
19
 
    <p>Now functions can be used to compute values.</p>
 
19
    <p>Now functions can be used to compute values.  This one will be recursive.</p>
20
20
    <problem src="sample/fib.xml" />
21
21
</worksheet>