Subversion Repositories Applications.gtt

Rev

Rev 94 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 94 Rev 187
Line 1... Line 1...
1
<commands version="1.0">
1
<commands version="1.0">
2
 <login>
2
 <login>
3
  <summary>Connects and authenticates to remote server</summary>
3
  <summary>Connects and authenticates to remote server [Deprecated in favor of channel-login]</summary>
4
  <shortcut>li</shortcut>
-
 
5
  <function>doLogin</function>
4
  <function>doLogin</function>
-
 
5
  <shortcut>li</shortcut>
6
  <options />
6
  <options />
7
  <doc>
7
  <doc>&lt;channel name&gt;
-
 
8
WARNING: This function is deprecated in favor of using channel-login
-
 
9
 
-
 
10
Log in to a remote channel server.  If &lt;channel name&gt; is not supplied,
8
Log in to the remote server.  To use remote functions in the installer
11
the default channel is used. To use remote functions in the installer
9
that require any kind of privileges, you need to log in first.  The
12
that require any kind of privileges, you need to log in first.  The
10
username and password you enter here will be stored in your per-user
13
username and password you enter here will be stored in your per-user
11
PEAR configuration (~/.pearrc on Unix-like systems).  After logging
14
PEAR configuration (~/.pearrc on Unix-like systems).  After logging
12
in, your username and password will be sent along in subsequent
15
in, your username and password will be sent along in subsequent
13
operations on the remote server.</doc>
16
operations on the remote server.</doc>
14
 </login>
17
 </login>
15
 <logout>
18
 <logout>
16
  <summary>Logs out from the remote server</summary>
19
  <summary>Logs out from the remote server [Deprecated in favor of channel-logout]</summary>
17
  <shortcut>lo</shortcut>
-
 
18
  <function>doLogout</function>
20
  <function>doLogout</function>
-
 
21
  <shortcut>lo</shortcut>
19
  <options />
22
  <options />
20
  <doc>
23
  <doc>
-
 
24
WARNING: This function is deprecated in favor of using channel-logout
-
 
25
 
21
Logs out from the remote server.  This command does not actually
26
Logs out from the remote server.  This command does not actually
22
connect to the remote server, it only deletes the stored username and
27
connect to the remote server, it only deletes the stored username and
23
password from your user configuration.</doc>
28
password from your user configuration.</doc>
24
 </logout>
29
 </logout>
25
</commands>
30
</commands>
26
31