Subversion Repositories wimsdev

Rev

Rev 5766 | Rev 5798 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5766 Rev 5769
Line 26... Line 26...
26
and may follow different copyright policies. <p>
26
and may follow different copyright policies. <p>
27
 
27
 
28
There is no relation between modules in a same wims site, except hypertext
28
There is no relation between modules in a same wims site, except hypertext
29
links which allows one module to access another in various ways.
29
links which allows one module to access another in various ways.
30
 
30
 
31
<H4>How to access a wims server</H4>
31
<h4>How to access a wims server</h4>
32
 
32
 
33
Wims is accessed by a request to the main cgi program, for example
33
Wims is accessed by a request to the main cgi program, for example
34
<pre>
34
<pre>
35
http://wims.unice.fr/wims/wims.cgi
35
http://wims.unice.fr/wims/wims.cgi
36
</pre>
36
</pre>
Line 84... Line 84...
84
</pre>
84
</pre>
85
calls the wims server at wims.unice.fr, with `new' as the value of `cmd',
85
calls the wims server at wims.unice.fr, with `new' as the value of `cmd',
86
`tool/algebra/factor.en' as the module name.
86
`tool/algebra/factor.en' as the module name.
87
 
87
 
88
 
88
 
89
<H4>How to use the supervisor-side interface</H4>
89
<h4>How to use the supervisor-side interface</h4>
90
 
90
 
91
Supervisors of registered classes can maintain their classes and consult
91
Supervisors of registered classes can maintain their classes and consult
92
results of students via the same web address (the main cgi program), just
92
results of students via the same web address (the main cgi program), just
93
by logging in as supervisor. All the options are then available via html
93
by logging in as supervisor. All the options are then available via html
94
links and buttons.
94
links and buttons.