Subversion Repositories wimsdev

Rev

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

Rev 11282 Rev 15218
Line 30... Line 30...
30
</p>
30
</p>
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
https://wims.univ-cotedazur.fr/wims/wims.cgi
36
</pre>
36
</pre>
37
<p>
37
<p>
38
which usually should be followed by parameters. A call to the main wims.cgi
38
which usually should be followed by parameters. A call to the main wims.cgi
39
program without parameter will bring up the wims homepage of the site.
39
program without parameter will bring up the wims homepage of the site.
40
</p><p>
40
</p><p>
Line 80... Line 80...
80
wants to work on).
80
wants to work on).
81
</li></ul>
81
</li></ul>
82
 
82
 
83
Example:
83
Example:
84
<pre>
84
<pre>
85
http://wims.unice.fr/~wims/wims.cgi?cmd=new&+module=tool/algebra/factor.en
85
https://wims.univ-cotedazur.fr/~wims/wims.cgi?cmd=new&+module=tool/algebra/factor.en
86
</pre>
86
</pre>
87
calls the wims server at wims.unice.fr, with `new' as the value of `cmd',
87
calls the wims server at wims.univ-cotedazur.fr, with `new' as the value of `cmd',
88
`tool/algebra/factor.en' as the module name.
88
`tool/algebra/factor.en' as the module name.
89
 
89
 
90
 
90
 
91
<h4>How to use the supervisor-side interface</h4>
91
<h4>How to use the supervisor-side interface</h4>
92
 
92